Translate description in DAO files
authoreileen <emcnaughton@wikimedia.org>
Wed, 24 Oct 2018 22:34:34 +0000 (11:34 +1300)
committereileen <emcnaughton@wikimedia.org>
Wed, 24 Oct 2018 22:35:06 +0000 (11:35 +1300)
This relates to the attempt here https://github.com/civicrm/civicrm-core/pull/12971
to use description directly in the Entity Forms & questions as to whether it is translated.

Currently they are not but there seems like no downside in translating them

153 files changed:
CRM/ACL/DAO/ACL.php
CRM/ACL/DAO/Cache.php
CRM/ACL/DAO/EntityRole.php
CRM/Activity/DAO/Activity.php
CRM/Activity/DAO/ActivityContact.php
CRM/Batch/DAO/Batch.php
CRM/Batch/DAO/EntityBatch.php
CRM/Campaign/DAO/Campaign.php
CRM/Campaign/DAO/CampaignGroup.php
CRM/Campaign/DAO/Survey.php
CRM/Case/DAO/Case.php
CRM/Case/DAO/CaseActivity.php
CRM/Case/DAO/CaseContact.php
CRM/Case/DAO/CaseType.php
CRM/Contact/DAO/ACLContactCache.php
CRM/Contact/DAO/Contact.php
CRM/Contact/DAO/ContactType.php
CRM/Contact/DAO/DashboardContact.php
CRM/Contact/DAO/Group.php
CRM/Contact/DAO/GroupContact.php
CRM/Contact/DAO/GroupContactCache.php
CRM/Contact/DAO/GroupNesting.php
CRM/Contact/DAO/GroupOrganization.php
CRM/Contact/DAO/Relationship.php
CRM/Contact/DAO/RelationshipType.php
CRM/Contact/DAO/SavedSearch.php
CRM/Contact/DAO/SubscriptionHistory.php
CRM/Contribute/DAO/Contribution.php
CRM/Contribute/DAO/ContributionPage.php
CRM/Contribute/DAO/ContributionProduct.php
CRM/Contribute/DAO/ContributionRecur.php
CRM/Contribute/DAO/ContributionSoft.php
CRM/Contribute/DAO/Premium.php
CRM/Contribute/DAO/PremiumsProduct.php
CRM/Contribute/DAO/Product.php
CRM/Contribute/DAO/Widget.php
CRM/Core/DAO/ActionLog.php
CRM/Core/DAO/ActionMapping.php
CRM/Core/DAO/ActionSchedule.php
CRM/Core/DAO/Address.php
CRM/Core/DAO/AddressFormat.php
CRM/Core/DAO/Cache.php
CRM/Core/DAO/Component.php
CRM/Core/DAO/Country.php
CRM/Core/DAO/County.php
CRM/Core/DAO/CustomField.php
CRM/Core/DAO/CustomGroup.php
CRM/Core/DAO/Dashboard.php
CRM/Core/DAO/Discount.php
CRM/Core/DAO/Domain.php
CRM/Core/DAO/Email.php
CRM/Core/DAO/EntityFile.php
CRM/Core/DAO/EntityTag.php
CRM/Core/DAO/Extension.php
CRM/Core/DAO/File.php
CRM/Core/DAO/IM.php
CRM/Core/DAO/Job.php
CRM/Core/DAO/JobLog.php
CRM/Core/DAO/LocBlock.php
CRM/Core/DAO/LocationType.php
CRM/Core/DAO/Log.php
CRM/Core/DAO/MailSettings.php
CRM/Core/DAO/Managed.php
CRM/Core/DAO/Mapping.php
CRM/Core/DAO/MappingField.php
CRM/Core/DAO/Menu.php
CRM/Core/DAO/MessageTemplate.php
CRM/Core/DAO/Navigation.php
CRM/Core/DAO/Note.php
CRM/Core/DAO/OpenID.php
CRM/Core/DAO/OptionGroup.php
CRM/Core/DAO/OptionValue.php
CRM/Core/DAO/Persistent.php
CRM/Core/DAO/Phone.php
CRM/Core/DAO/PreferencesDate.php
CRM/Core/DAO/PrevNextCache.php
CRM/Core/DAO/PrintLabel.php
CRM/Core/DAO/RecurringEntity.php
CRM/Core/DAO/Setting.php
CRM/Core/DAO/StateProvince.php
CRM/Core/DAO/StatusPreference.php
CRM/Core/DAO/SystemLog.php
CRM/Core/DAO/Tag.php
CRM/Core/DAO/Timezone.php
CRM/Core/DAO/UFField.php
CRM/Core/DAO/UFGroup.php
CRM/Core/DAO/UFJoin.php
CRM/Core/DAO/UFMatch.php
CRM/Core/DAO/Website.php
CRM/Core/DAO/WordReplacement.php
CRM/Core/DAO/Worldregion.php
CRM/Cxn/DAO/Cxn.php
CRM/Dedupe/DAO/Exception.php
CRM/Dedupe/DAO/Rule.php
CRM/Dedupe/DAO/RuleGroup.php
CRM/Event/Cart/DAO/Cart.php
CRM/Event/Cart/DAO/EventInCart.php
CRM/Event/DAO/Event.php
CRM/Event/DAO/Participant.php
CRM/Event/DAO/ParticipantPayment.php
CRM/Event/DAO/ParticipantStatusType.php
CRM/Financial/DAO/Currency.php
CRM/Financial/DAO/EntityFinancialAccount.php
CRM/Financial/DAO/EntityFinancialTrxn.php
CRM/Financial/DAO/FinancialAccount.php
CRM/Financial/DAO/FinancialItem.php
CRM/Financial/DAO/FinancialTrxn.php
CRM/Financial/DAO/FinancialType.php
CRM/Financial/DAO/PaymentProcessor.php
CRM/Financial/DAO/PaymentProcessorType.php
CRM/Financial/DAO/PaymentToken.php
CRM/Friend/DAO/Friend.php
CRM/Grant/DAO/Grant.php
CRM/Mailing/DAO/BouncePattern.php
CRM/Mailing/DAO/BounceType.php
CRM/Mailing/DAO/Mailing.php
CRM/Mailing/DAO/MailingAB.php
CRM/Mailing/DAO/MailingComponent.php
CRM/Mailing/DAO/MailingGroup.php
CRM/Mailing/DAO/MailingJob.php
CRM/Mailing/DAO/Recipients.php
CRM/Mailing/DAO/Spool.php
CRM/Mailing/DAO/TrackableURL.php
CRM/Mailing/Event/DAO/Bounce.php
CRM/Mailing/Event/DAO/Confirm.php
CRM/Mailing/Event/DAO/Delivered.php
CRM/Mailing/Event/DAO/Forward.php
CRM/Mailing/Event/DAO/Opened.php
CRM/Mailing/Event/DAO/Queue.php
CRM/Mailing/Event/DAO/Reply.php
CRM/Mailing/Event/DAO/Subscribe.php
CRM/Mailing/Event/DAO/TrackableURLOpen.php
CRM/Mailing/Event/DAO/Unsubscribe.php
CRM/Member/DAO/Membership.php
CRM/Member/DAO/MembershipBlock.php
CRM/Member/DAO/MembershipLog.php
CRM/Member/DAO/MembershipPayment.php
CRM/Member/DAO/MembershipStatus.php
CRM/Member/DAO/MembershipType.php
CRM/PCP/DAO/PCP.php
CRM/PCP/DAO/PCPBlock.php
CRM/Pledge/DAO/Pledge.php
CRM/Pledge/DAO/PledgeBlock.php
CRM/Pledge/DAO/PledgePayment.php
CRM/Price/DAO/LineItem.php
CRM/Price/DAO/PriceField.php
CRM/Price/DAO/PriceFieldValue.php
CRM/Price/DAO/PriceSet.php
CRM/Price/DAO/PriceSetEntity.php
CRM/Queue/DAO/QueueItem.php
CRM/Report/DAO/ReportInstance.php
CRM/SMS/DAO/Provider.php
xml/templates/dao.tpl

index d5b37d89f3aef94c5ed7b289e4cfe3b1f40b7445..162344d278df42fb2dd6dd2b4fab1e154f63286d 100644 (file)
@@ -140,7 +140,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('ACL ID'),
-          'description' => 'Unique table ID',
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl',
           'entity' => 'ACL',
@@ -151,7 +151,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('ACL Name'),
-          'description' => 'ACL Name.',
+          'description' => ts('ACL Name.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_acl',
@@ -166,7 +166,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'deny',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Deny ACL?'),
-          'description' => 'Is this ACL entry Allow  (0) or Deny (1) ?',
+          'description' => ts('Is this ACL entry Allow  (0) or Deny (1) ?'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_acl',
@@ -181,7 +181,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('ACL Entity'),
-          'description' => 'Table of the object possessing this ACL entry (Contact, Group, or ACL Group)',
+          'description' => ts('Table of the object possessing this ACL entry (Contact, Group, or ACL Group)'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -194,7 +194,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'ID of the object possessing this ACL',
+          'description' => ts('ID of the object possessing this ACL'),
           'table_name' => 'civicrm_acl',
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
@@ -204,7 +204,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'operation',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('ACL Operation'),
-          'description' => 'What operation does this ACL entry control?',
+          'description' => ts('What operation does this ACL entry control?'),
           'required' => TRUE,
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
@@ -223,7 +223,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'object_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('ACL Object'),
-          'description' => 'The table of the object controlled by this ACL entry',
+          'description' => ts('The table of the object controlled by this ACL entry'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_acl',
@@ -235,7 +235,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'object_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('ACL Object ID'),
-          'description' => 'The ID of the object controlled by this ACL entry',
+          'description' => ts('The ID of the object controlled by this ACL entry'),
           'table_name' => 'civicrm_acl',
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
@@ -245,7 +245,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'acl_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('ACL Table'),
-          'description' => 'If this is a grant/revoke entry, what table are we granting?',
+          'description' => ts('If this is a grant/revoke entry, what table are we granting?'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_acl',
@@ -257,7 +257,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'acl_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('ACL Group ID'),
-          'description' => 'ID of the ACL or ACL group being granted/revoked',
+          'description' => ts('ID of the ACL or ACL group being granted/revoked'),
           'table_name' => 'civicrm_acl',
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
@@ -267,7 +267,7 @@ class CRM_ACL_DAO_ACL extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('ACL Is Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_acl',
           'entity' => 'ACL',
           'bao' => 'CRM_ACL_BAO_ACL',
index 577f80cf79914d49aee4f0dda14051a2217c925e..b1de1067702a3905d3a36f7e23d6f58ec5c50b19 100644 (file)
@@ -92,7 +92,7 @@ class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Cache ID'),
-          'description' => 'Unique table ID',
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_cache',
           'entity' => 'Cache',
@@ -103,7 +103,7 @@ class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Cache Contact'),
-          'description' => 'Foreign Key to Contact',
+          'description' => ts('Foreign Key to Contact'),
           'table_name' => 'civicrm_acl_cache',
           'entity' => 'Cache',
           'bao' => 'CRM_ACL_BAO_Cache',
@@ -114,7 +114,7 @@ class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
           'name' => 'acl_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Cache ACL'),
-          'description' => 'Foreign Key to ACL',
+          'description' => ts('Foreign Key to ACL'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_cache',
           'entity' => 'Cache',
@@ -126,7 +126,7 @@ class CRM_ACL_DAO_Cache extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Cache Modified Date'),
-          'description' => 'When was this cache entry last modified',
+          'description' => ts('When was this cache entry last modified'),
           'required' => FALSE,
           'table_name' => 'civicrm_acl_cache',
           'entity' => 'Cache',
index 9b3ecdd26c487ad82c69bc58bce5ad636344879f..af7071f8a3777072e67abfa890f69e8a59866970 100644 (file)
@@ -98,7 +98,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity Role'),
-          'description' => 'Unique table ID',
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_entity_role',
           'entity' => 'EntityRole',
@@ -109,7 +109,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'acl_role_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('ACL Role ID'),
-          'description' => 'Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)',
+          'description' => ts('Foreign Key to ACL Role (which is an option value pair and hence an implicit FK)'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_entity_role',
           'entity' => 'EntityRole',
@@ -120,7 +120,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'Table of the object joined to the ACL Role (Contact or Group)',
+          'description' => ts('Table of the object joined to the ACL Role (Contact or Group)'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -133,7 +133,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('ACL Entity ID'),
-          'description' => 'ID of the group/contact object being joined',
+          'description' => ts('ID of the group/contact object being joined'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_entity_role',
           'entity' => 'EntityRole',
@@ -144,7 +144,7 @@ class CRM_ACL_DAO_EntityRole extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('ACL Entity Role is Active'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_acl_entity_role',
           'entity' => 'EntityRole',
           'bao' => 'CRM_ACL_BAO_EntityRole',
index bf8a0be6140632201ec82772916c52058146de32..ecb1d615489f581fbdda6d1e62c8b8c96d6aacd7 100644 (file)
@@ -246,7 +246,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Activity ID'),
-          'description' => 'Unique  Other Activity ID',
+          'description' => ts('Unique  Other Activity ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_activity.id',
@@ -262,7 +262,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'source_record_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Source Record'),
-          'description' => 'Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.',
+          'description' => ts('Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.'),
           'table_name' => 'civicrm_activity',
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
@@ -272,7 +272,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'activity_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Activity Type ID'),
-          'description' => 'FK to civicrm_option_value.id, that has to be valid, registered activity type.',
+          'description' => ts('FK to civicrm_option_value.id, that has to be valid, registered activity type.'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_activity.activity_type_id',
@@ -296,7 +296,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'subject',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Subject'),
-          'description' => 'The subject/purpose/short description of the activity.',
+          'description' => ts('The subject/purpose/short description of the activity.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -316,7 +316,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'activity_date_time',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Activity Date'),
-          'description' => 'Date and time this activity is scheduled to occur. Formerly named scheduled_date_time.',
+          'description' => ts('Date and time this activity is scheduled to occur. Formerly named scheduled_date_time.'),
           'import' => TRUE,
           'where' => 'civicrm_activity.activity_date_time',
           'headerPattern' => '/(activity.)?date(.time$)?/i',
@@ -335,7 +335,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'duration',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Duration'),
-          'description' => 'Planned or actual duration of activity expressed in minutes. Conglomerate of former duration_hours and duration_minutes.',
+          'description' => ts('Planned or actual duration of activity expressed in minutes. Conglomerate of former duration_hours and duration_minutes.'),
           'import' => TRUE,
           'where' => 'civicrm_activity.duration',
           'headerPattern' => '/(activity.)?duration(s)?$/i',
@@ -353,7 +353,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'location',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Location'),
-          'description' => 'Location of the activity (optional, open text).',
+          'description' => ts('Location of the activity (optional, open text).'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -373,7 +373,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'phone_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Phone (called) ID'),
-          'description' => 'Phone ID of the number called (optional - used if an existing phone number is selected).',
+          'description' => ts('Phone ID of the number called (optional - used if an existing phone number is selected).'),
           'table_name' => 'civicrm_activity',
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
@@ -387,7 +387,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'phone_number',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Phone (called) Number'),
-          'description' => 'Phone number in case the number does not exist in the civicrm_phone table.',
+          'description' => ts('Phone number in case the number does not exist in the civicrm_phone table.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_activity',
@@ -402,7 +402,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'details',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Details'),
-          'description' => 'Details about the activity (agenda, notes, etc).',
+          'description' => ts('Details about the activity (agenda, notes, etc).'),
           'import' => TRUE,
           'where' => 'civicrm_activity.details',
           'headerPattern' => '/(activity.)?detail(s)?$/i',
@@ -420,7 +420,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Activity Status'),
-          'description' => 'ID of the status this activity is currently in. Foreign key to civicrm_option_value.',
+          'description' => ts('ID of the status this activity is currently in. Foreign key to civicrm_option_value.'),
           'import' => TRUE,
           'where' => 'civicrm_activity.status_id',
           'headerPattern' => '/(activity.)?status(.label$)?/i',
@@ -442,7 +442,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'priority_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Priority'),
-          'description' => 'ID of the priority given to this activity. Foreign key to civicrm_option_value.',
+          'description' => ts('ID of the priority given to this activity. Foreign key to civicrm_option_value.'),
           'table_name' => 'civicrm_activity',
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
@@ -459,7 +459,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Parent Activity Id'),
-          'description' => 'Parent meeting ID (if this is a follow-up item). This is not currently implemented',
+          'description' => ts('Parent meeting ID (if this is a follow-up item). This is not currently implemented'),
           'table_name' => 'civicrm_activity',
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
@@ -488,7 +488,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'medium_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Activity Medium'),
-          'description' => 'Activity Medium, Implicit FK to civicrm_option_value where option_group = encounter_medium.',
+          'description' => ts('Activity Medium, Implicit FK to civicrm_option_value where option_group = encounter_medium.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_activity',
           'entity' => 'Activity',
@@ -516,7 +516,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'relationship_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Relationship Id'),
-          'description' => 'FK to Relationship ID',
+          'description' => ts('FK to Relationship ID'),
           'default' => 'NULL',
           'table_name' => 'civicrm_activity',
           'entity' => 'Activity',
@@ -546,7 +546,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'original_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Original Activity ID '),
-          'description' => 'Activity ID of the first activity record in versioning chain.',
+          'description' => ts('Activity ID of the first activity record in versioning chain.'),
           'table_name' => 'civicrm_activity',
           'entity' => 'Activity',
           'bao' => 'CRM_Activity_BAO_Activity',
@@ -557,7 +557,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'result',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Result'),
-          'description' => 'Currently being used to store result id for survey activity, FK to option value.',
+          'description' => ts('Currently being used to store result id for survey activity, FK to option value.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_activity',
@@ -590,7 +590,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign'),
-          'description' => 'The campaign for which this activity has been triggered.',
+          'description' => ts('The campaign for which this activity has been triggered.'),
           'import' => TRUE,
           'where' => 'civicrm_activity.campaign_id',
           'headerPattern' => '',
@@ -614,7 +614,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'engagement_level',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Engagement Index'),
-          'description' => 'Assign a specific level of engagement to this activity. Used for tracking constituents in ladder of engagement.',
+          'description' => ts('Assign a specific level of engagement to this activity. Used for tracking constituents in ladder of engagement.'),
           'import' => TRUE,
           'where' => 'civicrm_activity.engagement_level',
           'headerPattern' => '',
@@ -648,7 +648,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'is_star',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Starred'),
-          'description' => 'Activity marked as favorite.',
+          'description' => ts('Activity marked as favorite.'),
           'import' => TRUE,
           'where' => 'civicrm_activity.is_star',
           'headerPattern' => '/(activity.)?(star|favorite)/i',
@@ -664,7 +664,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Created Date'),
-          'description' => 'When was the activity was created.',
+          'description' => ts('When was the activity was created.'),
           'required' => FALSE,
           'export' => TRUE,
           'where' => 'civicrm_activity.created_date',
@@ -680,7 +680,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Modified Date'),
-          'description' => 'When was the activity (or closely related entity) was created or modified or deleted.',
+          'description' => ts('When was the activity (or closely related entity) was created or modified or deleted.'),
           'required' => FALSE,
           'export' => TRUE,
           'where' => 'civicrm_activity.modified_date',
index 2d6ced947f90136f79f905d4834b3769632b694a..204fa9a144c2a642247d3c3eafdd53e05abf23a9 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Activity Contact ID'),
-          'description' => 'Activity contact id',
+          'description' => ts('Activity contact id'),
           'required' => TRUE,
           'table_name' => 'civicrm_activity_contact',
           'entity' => 'ActivityContact',
@@ -103,7 +103,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO {
           'name' => 'activity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Activity ID'),
-          'description' => 'Foreign key to the activity for this record.',
+          'description' => ts('Foreign key to the activity for this record.'),
           'required' => TRUE,
           'table_name' => 'civicrm_activity_contact',
           'entity' => 'ActivityContact',
@@ -115,7 +115,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID (match to contact)'),
-          'description' => 'Foreign key to the contact for this record.',
+          'description' => ts('Foreign key to the contact for this record.'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_activity_contact.contact_id',
@@ -132,7 +132,7 @@ class CRM_Activity_DAO_ActivityContact extends CRM_Core_DAO {
           'name' => 'record_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Record Type ID'),
-          'description' => 'Nature of this contact\'s role in the activity: 1 assignee, 2 creator, 3 focus or target.',
+          'description' => ts('Nature of this contact\'s role in the activity: 1 assignee, 2 creator, 3 focus or target.'),
           'table_name' => 'civicrm_activity_contact',
           'entity' => 'ActivityContact',
           'bao' => 'CRM_Activity_BAO_ActivityContact',
index dfdc5dba0f5ee3835ed0133d8adcdfda84a9785a..b107a9535d902f41751660f27f7c2a9eac559aa3 100644 (file)
@@ -182,7 +182,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch ID'),
-          'description' => 'Unique Address ID',
+          'description' => ts('Unique Address ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
@@ -193,7 +193,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Batch Name'),
-          'description' => 'Variable name/programmatic handle for this batch.',
+          'description' => ts('Variable name/programmatic handle for this batch.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_batch',
@@ -208,7 +208,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Batch Title'),
-          'description' => 'Friendly Name.',
+          'description' => ts('Friendly Name.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_batch',
@@ -223,7 +223,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Batch Description'),
-          'description' => 'Description of this batch set.',
+          'description' => ts('Description of this batch set.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_batch',
@@ -238,7 +238,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch Created By'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
@@ -249,7 +249,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Batch Created Date'),
-          'description' => 'When was this item created',
+          'description' => ts('When was this item created'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
@@ -262,7 +262,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'modified_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch Modified By'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
@@ -273,7 +273,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Batch Modified Date'),
-          'description' => 'When was this item created',
+          'description' => ts('When was this item created'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
@@ -283,7 +283,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'saved_search_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch Smart Group'),
-          'description' => 'FK to Saved Search ID',
+          'description' => ts('FK to Saved Search ID'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
@@ -297,7 +297,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch Status'),
-          'description' => 'fk to Batch Status options in civicrm_option_values',
+          'description' => ts('fk to Batch Status options in civicrm_option_values'),
           'required' => TRUE,
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
@@ -315,7 +315,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch Type'),
-          'description' => 'fk to Batch Type options in civicrm_option_values',
+          'description' => ts('fk to Batch Type options in civicrm_option_values'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
@@ -332,7 +332,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'mode_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch Mode'),
-          'description' => 'fk to Batch mode options in civicrm_option_values',
+          'description' => ts('fk to Batch mode options in civicrm_option_values'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
@@ -349,7 +349,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'total',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Batch Total'),
-          'description' => 'Total amount for this batch.',
+          'description' => ts('Total amount for this batch.'),
           'precision' => [
             20,
             2
@@ -366,7 +366,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'item_count',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch Number of Items'),
-          'description' => 'Number of items in a batch.',
+          'description' => ts('Number of items in a batch.'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
@@ -379,7 +379,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'payment_instrument_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch Payment Method'),
-          'description' => 'fk to Payment Instrument options in civicrm_option_values',
+          'description' => ts('fk to Payment Instrument options in civicrm_option_values'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
@@ -405,7 +405,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO {
           'name' => 'data',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Batch Data'),
-          'description' => 'cache entered data',
+          'description' => ts('cache entered data'),
           'table_name' => 'civicrm_batch',
           'entity' => 'Batch',
           'bao' => 'CRM_Batch_BAO_Batch',
index 38894cf6d8a2f918f226618baa1e3f9043a1da43..ddc259124e512a19c91649044624e8bfa2fadf4c 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('EntityBatch ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_batch',
           'entity' => 'EntityBatch',
@@ -103,7 +103,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('EntityBatch Table'),
-          'description' => 'physical tablename for entity being joined to file, e.g. civicrm_contact',
+          'description' => ts('physical tablename for entity being joined to file, e.g. civicrm_contact'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_entity_batch',
@@ -115,7 +115,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'FK to entity table specified in entity_table column.',
+          'description' => ts('FK to entity table specified in entity_table column.'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_batch',
           'entity' => 'EntityBatch',
@@ -126,7 +126,7 @@ class CRM_Batch_DAO_EntityBatch extends CRM_Core_DAO {
           'name' => 'batch_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Batch ID'),
-          'description' => 'FK to civicrm_batch',
+          'description' => ts('FK to civicrm_batch'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_batch',
           'entity' => 'EntityBatch',
index 182908f4dea2dd339df69d45565f5a616e4d8ac1..6d6130e80a407a132540af4e2f721fb2af834871 100644 (file)
@@ -184,7 +184,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign ID'),
-          'description' => 'Unique Campaign ID.',
+          'description' => ts('Unique Campaign ID.'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_campaign.id',
@@ -200,7 +200,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Campaign Name'),
-          'description' => 'Name of the Campaign.',
+          'description' => ts('Name of the Campaign.'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -221,7 +221,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Campaign Title'),
-          'description' => 'Title of the Campaign.',
+          'description' => ts('Title of the Campaign.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -241,7 +241,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Campaign Description'),
-          'description' => 'Full description of Campaign.',
+          'description' => ts('Full description of Campaign.'),
           'rows' => 8,
           'cols' => 60,
           'table_name' => 'civicrm_campaign',
@@ -256,7 +256,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Campaign Start Date'),
-          'description' => 'Date and time that Campaign starts.',
+          'description' => ts('Date and time that Campaign starts.'),
           'import' => TRUE,
           'where' => 'civicrm_campaign.start_date',
           'headerPattern' => '/^start|(s(tart\s)?date)$/i',
@@ -274,7 +274,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Campaign End Date'),
-          'description' => 'Date and time that Campaign ends.',
+          'description' => ts('Date and time that Campaign ends.'),
           'import' => TRUE,
           'where' => 'civicrm_campaign.end_date',
           'headerPattern' => '/^end|(e(nd\s)?date)$/i',
@@ -292,7 +292,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'campaign_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign Type'),
-          'description' => 'Campaign Type ID.Implicit FK to civicrm_option_value where option_group = campaign_type',
+          'description' => ts('Campaign Type ID.Implicit FK to civicrm_option_value where option_group = campaign_type'),
           'import' => TRUE,
           'where' => 'civicrm_campaign.campaign_type_id',
           'headerPattern' => '',
@@ -315,7 +315,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign Status'),
-          'description' => 'Campaign status ID.Implicit FK to civicrm_option_value where option_group = campaign_status',
+          'description' => ts('Campaign status ID.Implicit FK to civicrm_option_value where option_group = campaign_status'),
           'import' => TRUE,
           'where' => 'civicrm_campaign.status_id',
           'headerPattern' => '',
@@ -338,7 +338,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'external_identifier',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Campaign External ID'),
-          'description' => 'Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.',
+          'description' => ts('Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'import' => TRUE,
@@ -358,7 +358,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Parent Campaign'),
-          'description' => 'Optional parent id for this Campaign.',
+          'description' => ts('Optional parent id for this Campaign.'),
           'import' => TRUE,
           'where' => 'civicrm_campaign.parent_id',
           'headerPattern' => '',
@@ -378,7 +378,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Campaign Active?'),
-          'description' => 'Is this Campaign enabled or disabled/cancelled?',
+          'description' => ts('Is this Campaign enabled or disabled/cancelled?'),
           'default' => '1',
           'table_name' => 'civicrm_campaign',
           'entity' => 'Campaign',
@@ -392,7 +392,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign Created By'),
-          'description' => 'FK to civicrm_contact, who created this Campaign.',
+          'description' => ts('FK to civicrm_contact, who created this Campaign.'),
           'table_name' => 'civicrm_campaign',
           'entity' => 'Campaign',
           'bao' => 'CRM_Campaign_BAO_Campaign',
@@ -403,7 +403,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Campaign Created Date'),
-          'description' => 'Date and time that Campaign was created.',
+          'description' => ts('Date and time that Campaign was created.'),
           'table_name' => 'civicrm_campaign',
           'entity' => 'Campaign',
           'bao' => 'CRM_Campaign_BAO_Campaign',
@@ -416,7 +416,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'last_modified_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign Modified By'),
-          'description' => 'FK to civicrm_contact, who recently edited this Campaign.',
+          'description' => ts('FK to civicrm_contact, who recently edited this Campaign.'),
           'table_name' => 'civicrm_campaign',
           'entity' => 'Campaign',
           'bao' => 'CRM_Campaign_BAO_Campaign',
@@ -427,7 +427,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'last_modified_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Campaign Modified Date'),
-          'description' => 'Date and time that Campaign was edited last time.',
+          'description' => ts('Date and time that Campaign was edited last time.'),
           'table_name' => 'civicrm_campaign',
           'entity' => 'Campaign',
           'bao' => 'CRM_Campaign_BAO_Campaign',
@@ -437,7 +437,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'goal_general',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Campaign Goals'),
-          'description' => 'General goals for Campaign.',
+          'description' => ts('General goals for Campaign.'),
           'table_name' => 'civicrm_campaign',
           'entity' => 'Campaign',
           'bao' => 'CRM_Campaign_BAO_Campaign',
@@ -450,7 +450,7 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO {
           'name' => 'goal_revenue',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Goal Revenue'),
-          'description' => 'The target revenue for this campaign.',
+          'description' => ts('The target revenue for this campaign.'),
           'precision' => [
             20,
             2
index aa3d3ba831b6691fb0381bc94d91f8f16845e5b7..56730487ac179c134741425c5a0716a99a67609a 100644 (file)
@@ -99,7 +99,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign Group ID'),
-          'description' => 'Campaign Group id.',
+          'description' => ts('Campaign Group id.'),
           'required' => TRUE,
           'table_name' => 'civicrm_campaign_group',
           'entity' => 'CampaignGroup',
@@ -110,7 +110,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign'),
-          'description' => 'Foreign key to the activity Campaign.',
+          'description' => ts('Foreign key to the activity Campaign.'),
           'required' => TRUE,
           'table_name' => 'civicrm_campaign_group',
           'entity' => 'CampaignGroup',
@@ -127,7 +127,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
           'name' => 'group_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Campaign Group Type'),
-          'description' => 'Type of Group.',
+          'description' => ts('Type of Group.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'default' => 'NULL',
@@ -146,7 +146,7 @@ class CRM_Campaign_DAO_CampaignGroup 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.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'default' => 'NULL',
@@ -159,7 +159,7 @@ class CRM_Campaign_DAO_CampaignGroup extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'Entity id of referenced table.',
+          'description' => ts('Entity id of referenced table.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_campaign_group',
           'entity' => 'CampaignGroup',
index 935b3dda570ce036c513ebdb672e7b512d278bc5..8cf7eb5d0e73bf004423e87647ede8aeb57cad9c 100644 (file)
@@ -205,7 +205,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Survey ID'),
-          'description' => 'Survey id.',
+          'description' => ts('Survey id.'),
           'required' => TRUE,
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
@@ -216,7 +216,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Survey Title'),
-          'description' => 'Title of the Survey.',
+          'description' => ts('Title of the Survey.'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -234,7 +234,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Survey Campaign ID'),
-          'description' => 'Foreign key to the Campaign.',
+          'description' => ts('Foreign key to the Campaign.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
@@ -251,7 +251,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'activity_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Activity Type'),
-          'description' => 'Implicit FK to civicrm_option_value where option_group = activity_type',
+          'description' => ts('Implicit FK to civicrm_option_value where option_group = activity_type'),
           'import' => TRUE,
           'where' => 'civicrm_survey.activity_type_id',
           'headerPattern' => '',
@@ -274,7 +274,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'recontact_interval',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Follow up Interval'),
-          'description' => 'Recontact intervals for each status.',
+          'description' => ts('Recontact intervals for each status.'),
           'rows' => 20,
           'cols' => 80,
           'table_name' => 'civicrm_survey',
@@ -289,7 +289,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'instructions',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Instructions'),
-          'description' => 'Script instructions for volunteers to use for the survey.',
+          'description' => ts('Script instructions for volunteers to use for the survey.'),
           'rows' => 20,
           'cols' => 80,
           'table_name' => 'civicrm_survey',
@@ -304,7 +304,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'release_frequency',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Survey Hold Duration'),
-          'description' => 'Number of days for recurrence of release.',
+          'description' => ts('Number of days for recurrence of release.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
@@ -315,7 +315,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'max_number_of_contacts',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Maximum number of contacts'),
-          'description' => 'Maximum number of contacts to allow for survey.',
+          'description' => ts('Maximum number of contacts to allow for survey.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
@@ -326,7 +326,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'default_number_of_contacts',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Default number of contacts'),
-          'description' => 'Default number of contacts to allow for survey.',
+          'description' => ts('Default number of contacts to allow for survey.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
@@ -337,7 +337,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Survey Is Active'),
-          'description' => 'Is this survey enabled or disabled/cancelled?',
+          'description' => ts('Is this survey enabled or disabled/cancelled?'),
           'default' => '1',
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
@@ -348,7 +348,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Default Survey'),
-          'description' => 'Is this default survey?',
+          'description' => ts('Is this default survey?'),
           'default' => '0',
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
@@ -359,7 +359,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Survey Created By'),
-          'description' => 'FK to civicrm_contact, who created this Survey.',
+          'description' => ts('FK to civicrm_contact, who created this Survey.'),
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
@@ -370,7 +370,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Campaign Created Date'),
-          'description' => 'Date and time that Survey was created.',
+          'description' => ts('Date and time that Survey was created.'),
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
@@ -380,7 +380,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'last_modified_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Survey Modified'),
-          'description' => 'FK to civicrm_contact, who recently edited this Survey.',
+          'description' => ts('FK to civicrm_contact, who recently edited this Survey.'),
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
@@ -391,7 +391,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'last_modified_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Survey Modified On'),
-          'description' => 'Date and time that Survey was edited last time.',
+          'description' => ts('Date and time that Survey was edited last time.'),
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
           'bao' => 'CRM_Campaign_BAO_Survey',
@@ -401,7 +401,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'result_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Survey Result'),
-          'description' => 'Used to store option group id.',
+          'description' => ts('Used to store option group id.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
@@ -412,7 +412,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'bypass_confirm',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('No Email Verification'),
-          'description' => 'Bypass the email verification.',
+          'description' => ts('Bypass the email verification.'),
           'default' => '0',
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
@@ -423,7 +423,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'thankyou_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Thank-you Title'),
-          'description' => 'Title for Thank-you page (header title tag, and display at the top of the page).',
+          'description' => ts('Title for Thank-you page (header title tag, and display at the top of the page).'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_survey',
@@ -435,7 +435,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'thankyou_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Thank-you Text'),
-          'description' => 'text and html allowed. displayed above result on success page',
+          'description' => ts('text and html allowed. displayed above result on success page'),
           'rows' => 8,
           'cols' => 60,
           'table_name' => 'civicrm_survey',
@@ -450,7 +450,7 @@ class CRM_Campaign_DAO_Survey extends CRM_Core_DAO {
           'name' => 'is_share',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is shared through social media'),
-          'description' => 'Can people share the petition through social media?',
+          'description' => ts('Can people share the petition through social media?'),
           'default' => '1',
           'table_name' => 'civicrm_survey',
           'entity' => 'Survey',
index b881d0400649e2fb07033d8e9cb931b0b169044d..8eb08778b488a43078c9ef36f1c51cd10991b8d6 100644 (file)
@@ -131,7 +131,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Case ID'),
-          'description' => 'Unique Case ID',
+          'description' => ts('Unique Case ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_case.id',
@@ -147,7 +147,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'name' => 'case_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Case Type'),
-          'description' => 'FK to civicrm_case_type.id',
+          'description' => ts('FK to civicrm_case_type.id'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_case.case_type_id',
@@ -172,7 +172,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'name' => 'subject',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Case Subject'),
-          'description' => 'Short name of the case.',
+          'description' => ts('Short name of the case.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -192,7 +192,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Case Start Date'),
-          'description' => 'Date on which given case starts.',
+          'description' => ts('Date on which given case starts.'),
           'import' => TRUE,
           'where' => 'civicrm_case.start_date',
           'headerPattern' => '',
@@ -210,7 +210,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Case End Date'),
-          'description' => 'Date on which given case ends.',
+          'description' => ts('Date on which given case ends.'),
           'import' => TRUE,
           'where' => 'civicrm_case.end_date',
           'headerPattern' => '',
@@ -228,7 +228,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'name' => 'details',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Details'),
-          'description' => 'Details about the meeting (agenda, notes, etc).',
+          'description' => ts('Details about the meeting (agenda, notes, etc).'),
           'rows' => 8,
           'cols' => 60,
           'table_name' => 'civicrm_case',
@@ -243,7 +243,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Case Status'),
-          'description' => 'Id of case status.',
+          'description' => ts('Id of case status.'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_case.status_id',
@@ -281,7 +281,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Created Date'),
-          'description' => 'When was the case was created.',
+          'description' => ts('When was the case was created.'),
           'required' => FALSE,
           'export' => TRUE,
           'where' => 'civicrm_case.created_date',
@@ -297,7 +297,7 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Modified Date'),
-          'description' => 'When was the case (or closely related entity) was created or modified or deleted.',
+          'description' => ts('When was the case (or closely related entity) was created or modified or deleted.'),
           'required' => FALSE,
           'export' => TRUE,
           'where' => 'civicrm_case.modified_date',
index 6f084690afef2db852286483e2fa2b6cd8f97fca..c9ffebb905f7d97cfa80266c35b3d164ae4a9284 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Case Activity ID'),
-          'description' => 'Unique case-activity association id',
+          'description' => ts('Unique case-activity association id'),
           'required' => TRUE,
           'table_name' => 'civicrm_case_activity',
           'entity' => 'CaseActivity',
@@ -96,7 +96,7 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO {
           'name' => 'case_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Case'),
-          'description' => 'Case ID of case-activity association.',
+          'description' => ts('Case ID of case-activity association.'),
           'required' => TRUE,
           'table_name' => 'civicrm_case_activity',
           'entity' => 'CaseActivity',
@@ -108,7 +108,7 @@ class CRM_Case_DAO_CaseActivity extends CRM_Core_DAO {
           'name' => 'activity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Activity ID'),
-          'description' => 'Activity ID of case-activity association.',
+          'description' => ts('Activity ID of case-activity association.'),
           'required' => TRUE,
           'table_name' => 'civicrm_case_activity',
           'entity' => 'CaseActivity',
index 38a1147f8935a81910d1c44cd3f300535f192a19..1645a676636f61bff6a518ab8ce83f977e7d4937 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Case Contact ID'),
-          'description' => 'Unique case-contact association id',
+          'description' => ts('Unique case-contact association id'),
           'required' => TRUE,
           'table_name' => 'civicrm_case_contact',
           'entity' => 'CaseContact',
@@ -96,7 +96,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO {
           'name' => 'case_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Case'),
-          'description' => 'Case ID of case-contact association.',
+          'description' => ts('Case ID of case-contact association.'),
           'required' => TRUE,
           'table_name' => 'civicrm_case_contact',
           'entity' => 'CaseContact',
@@ -108,7 +108,7 @@ class CRM_Case_DAO_CaseContact extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'Contact ID of contact record given case belongs to.',
+          'description' => ts('Contact ID of contact record given case belongs to.'),
           'required' => TRUE,
           'table_name' => 'civicrm_case_contact',
           'entity' => 'CaseContact',
index b55d114318aa244099da48c5e2b6be3695b378bc..ff9c2171ee0fcf35f38b0c856f9d25a5055f8eaf 100644 (file)
@@ -104,7 +104,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Case Type ID'),
-          'description' => 'Autoincremented type id',
+          'description' => ts('Autoincremented type id'),
           'required' => TRUE,
           'table_name' => 'civicrm_case_type',
           'entity' => 'CaseType',
@@ -115,7 +115,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Case Type Name'),
-          'description' => 'Machine name for Case Type',
+          'description' => ts('Machine name for Case Type'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -128,7 +128,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Case Type Title'),
-          'description' => 'Natural language name for Case Type',
+          'description' => ts('Natural language name for Case Type'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -141,7 +141,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Case Type Description'),
-          'description' => 'Description of the Case Type',
+          'description' => ts('Description of the Case Type'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_case_type',
@@ -153,7 +153,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Case Type Is Active'),
-          'description' => 'Is this entry active?',
+          'description' => ts('Is this entry active?'),
           'table_name' => 'civicrm_case_type',
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
@@ -163,7 +163,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Case Type Is Reserved'),
-          'description' => 'Is this case type a predefined system type?',
+          'description' => ts('Is this case type a predefined system type?'),
           'table_name' => 'civicrm_case_type',
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
@@ -173,7 +173,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Ordering of the case types',
+          'description' => ts('Ordering of the case types'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_case_type',
@@ -185,7 +185,7 @@ class CRM_Case_DAO_CaseType extends CRM_Core_DAO {
           'name' => 'definition',
           'type' => CRM_Utils_Type::T_BLOB,
           'title' => ts('Case Type Definition'),
-          'description' => 'xml definition of case type',
+          'description' => ts('xml definition of case type'),
           'table_name' => 'civicrm_case_type',
           'entity' => 'CaseType',
           'bao' => 'CRM_Case_BAO_CaseType',
index 566c43559f0c71cf28ceda5bfdd2d59e7c63ee24..343cfa00da749342fd321b61f3d7f37d5cf4745d 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('ACL Contact Cache ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_contact_cache',
           'entity' => 'ACLContactCache',
@@ -103,7 +103,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO {
           'name' => 'user_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to civicrm_contact (could be null for anon user)',
+          'description' => ts('FK to civicrm_contact (could be null for anon user)'),
           'table_name' => 'civicrm_acl_contact_cache',
           'entity' => 'ACLContactCache',
           'bao' => 'CRM_Contact_DAO_ACLContactCache',
@@ -114,7 +114,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to civicrm_contact',
+          'description' => ts('FK to civicrm_contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_acl_contact_cache',
           'entity' => 'ACLContactCache',
@@ -126,7 +126,7 @@ class CRM_Contact_DAO_ACLContactCache extends CRM_Core_DAO {
           'name' => 'operation',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Operation'),
-          'description' => 'What operation does this user have permission on?',
+          'description' => ts('What operation does this user have permission on?'),
           'required' => TRUE,
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
index d7049145cb1a3bf122bb09b16b62c1dda742aec3..425e8cc992b0b45ff2086e29dd8a7ab19e4129e9 100644 (file)
@@ -414,7 +414,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'Unique Contact ID',
+          'description' => ts('Unique Contact ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_contact.id',
@@ -430,7 +430,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'contact_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type'),
-          'description' => 'Type of Contact.',
+          'description' => ts('Type of Contact.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'export' => TRUE,
@@ -455,7 +455,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'contact_sub_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Subtype'),
-          'description' => 'May be used to over-ride contact view and edit templates.',
+          'description' => ts('May be used to over-ride contact view and edit templates.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -572,7 +572,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'is_opt_out',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('No Bulk Emails (User Opt Out)'),
-          'description' => 'Has the contact opted out from receiving all bulk email from the organization or site domain?',
+          'description' => ts('Has the contact opted out from receiving all bulk email from the organization or site domain?'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_contact.is_opt_out',
@@ -592,8 +592,8 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'legal_identifier',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Legal Identifier'),
-          'description' => 'May be used for SSN, EIN/TIN, Household ID (census) or other applicable unique legal/government ID.
-    ',
+          'description' => ts('May be used for SSN, EIN/TIN, Household ID (census) or other applicable unique legal/government ID.
+    '),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'import' => TRUE,
@@ -613,7 +613,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'external_identifier',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('External Identifier'),
-          'description' => 'Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.',
+          'description' => ts('Unique trusted external ID (generally from a legacy app/datasource). Particularly useful for deduping operations.'),
           'maxlength' => 64,
           'size' => 8,
           'import' => TRUE,
@@ -633,7 +633,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'sort_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Sort Name'),
-          'description' => 'Name used for sorting different contact types',
+          'description' => ts('Name used for sorting different contact types'),
           'maxlength' => 128,
           'size' => 30,
           'export' => TRUE,
@@ -652,7 +652,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'display_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Display Name'),
-          'description' => 'Formatted name representing preferred format for display/print/other output.',
+          'description' => ts('Formatted name representing preferred format for display/print/other output.'),
           'maxlength' => 128,
           'size' => 30,
           'export' => TRUE,
@@ -671,7 +671,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'nick_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Nickname'),
-          'description' => 'Nickname.',
+          'description' => ts('Nickname.'),
           'maxlength' => 128,
           'size' => 30,
           'import' => TRUE,
@@ -691,7 +691,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'legal_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Legal Name'),
-          'description' => 'Legal Name.',
+          'description' => ts('Legal Name.'),
           'maxlength' => 128,
           'size' => 30,
           'import' => TRUE,
@@ -711,7 +711,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'image_URL',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Image Url'),
-          'description' => 'optional URL for preferred image (photo, logo, etc.) to display for this contact.',
+          'description' => ts('optional URL for preferred image (photo, logo, etc.) to display for this contact.'),
           'import' => TRUE,
           'where' => 'civicrm_contact.image_URL',
           'headerPattern' => '',
@@ -729,7 +729,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'preferred_communication_method',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Preferred Communication Method'),
-          'description' => 'What is the preferred mode of communication.',
+          'description' => ts('What is the preferred mode of communication.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -754,7 +754,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'preferred_language',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Preferred Language'),
-          'description' => 'Which language is preferred for communication. FK to languages in civicrm_option_value.',
+          'description' => ts('Which language is preferred for communication. FK to languages in civicrm_option_value.'),
           'maxlength' => 5,
           'size' => CRM_Utils_Type::SIX,
           'import' => TRUE,
@@ -779,7 +779,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'preferred_mail_format',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Preferred Mail Format'),
-          'description' => 'What is the preferred mode of sending an email.',
+          'description' => ts('What is the preferred mode of sending an email.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'import' => TRUE,
@@ -803,7 +803,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'hash',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Hash'),
-          'description' => 'Key for validating requests related to this contact.',
+          'description' => ts('Key for validating requests related to this contact.'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'export' => TRUE,
@@ -819,7 +819,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'api_key',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Api Key'),
-          'description' => 'API Key for validating requests related to this contact.',
+          'description' => ts('API Key for validating requests related to this contact.'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_contact',
@@ -831,7 +831,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'source',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Source'),
-          'description' => 'where contact come from, e.g. import, donate module insert...',
+          'description' => ts('where contact come from, e.g. import, donate module insert...'),
           'maxlength' => 255,
           'size' => 30,
           'import' => TRUE,
@@ -851,7 +851,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'first_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('First Name'),
-          'description' => 'First Name.',
+          'description' => ts('First Name.'),
           'maxlength' => 64,
           'size' => 30,
           'import' => TRUE,
@@ -871,7 +871,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'middle_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Middle Name'),
-          'description' => 'Middle Name.',
+          'description' => ts('Middle Name.'),
           'maxlength' => 64,
           'size' => 30,
           'import' => TRUE,
@@ -891,7 +891,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'last_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Last Name'),
-          'description' => 'Last Name.',
+          'description' => ts('Last Name.'),
           'maxlength' => 64,
           'size' => 30,
           'import' => TRUE,
@@ -911,7 +911,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'prefix_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Individual Prefix'),
-          'description' => 'Prefix or Title for name (Ms, Mr...). FK to prefix ID',
+          'description' => ts('Prefix or Title for name (Ms, Mr...). FK to prefix ID'),
           'import' => TRUE,
           'where' => 'civicrm_contact.prefix_id',
           'headerPattern' => '/^(prefix|title)/i',
@@ -933,7 +933,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'suffix_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Individual Suffix'),
-          'description' => 'Suffix for name (Jr, Sr...). FK to suffix ID',
+          'description' => ts('Suffix for name (Jr, Sr...). FK to suffix ID'),
           'import' => TRUE,
           'where' => 'civicrm_contact.suffix_id',
           'headerPattern' => '/^suffix$/i',
@@ -955,7 +955,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'formal_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Formal Title'),
-          'description' => 'Formal (academic or similar) title in front of name. (Prof., Dr. etc.)',
+          'description' => ts('Formal (academic or similar) title in front of name. (Prof., Dr. etc.)'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -975,7 +975,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'communication_style_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Communication Style'),
-          'description' => 'Communication style (e.g. formal vs. familiar) to use with this contact. FK to communication styles in civicrm_option_value.',
+          'description' => ts('Communication style (e.g. formal vs. familiar) to use with this contact. FK to communication styles in civicrm_option_value.'),
           'export' => TRUE,
           'where' => 'civicrm_contact.communication_style_id',
           'headerPattern' => '',
@@ -996,7 +996,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'email_greeting_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Email Greeting ID'),
-          'description' => 'FK to civicrm_option_value.id, that has to be valid registered Email Greeting.',
+          'description' => ts('FK to civicrm_option_value.id, that has to be valid registered Email Greeting.'),
           'export' => TRUE,
           'where' => 'civicrm_contact.email_greeting_id',
           'headerPattern' => '',
@@ -1014,7 +1014,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'email_greeting_custom',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Email Greeting Custom'),
-          'description' => 'Custom Email Greeting.',
+          'description' => ts('Custom Email Greeting.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -1034,7 +1034,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'email_greeting_display',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Email Greeting'),
-          'description' => 'Cache Email Greeting.',
+          'description' => ts('Cache Email Greeting.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contact',
@@ -1049,7 +1049,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'postal_greeting_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Postal Greeting ID'),
-          'description' => 'FK to civicrm_option_value.id, that has to be valid registered Postal Greeting.',
+          'description' => ts('FK to civicrm_option_value.id, that has to be valid registered Postal Greeting.'),
           'export' => TRUE,
           'where' => 'civicrm_contact.postal_greeting_id',
           'headerPattern' => '',
@@ -1070,7 +1070,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'postal_greeting_custom',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Postal Greeting Custom'),
-          'description' => 'Custom Postal greeting.',
+          'description' => ts('Custom Postal greeting.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -1090,7 +1090,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'postal_greeting_display',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Postal Greeting'),
-          'description' => 'Cache Postal greeting.',
+          'description' => ts('Cache Postal greeting.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contact',
@@ -1105,7 +1105,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'addressee_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Addressee ID'),
-          'description' => 'FK to civicrm_option_value.id, that has to be valid registered Addressee.',
+          'description' => ts('FK to civicrm_option_value.id, that has to be valid registered Addressee.'),
           'export' => TRUE,
           'where' => 'civicrm_contact.addressee_id',
           'headerPattern' => '',
@@ -1123,7 +1123,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'addressee_custom',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Addressee Custom'),
-          'description' => 'Custom Addressee.',
+          'description' => ts('Custom Addressee.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -1143,7 +1143,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'addressee_display',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Addressee'),
-          'description' => 'Cache Addressee.',
+          'description' => ts('Cache Addressee.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contact',
@@ -1158,7 +1158,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'job_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Job Title'),
-          'description' => 'Job Title',
+          'description' => ts('Job Title'),
           'maxlength' => 255,
           'size' => 30,
           'import' => TRUE,
@@ -1178,7 +1178,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'gender_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Gender'),
-          'description' => 'FK to gender ID',
+          'description' => ts('FK to gender ID'),
           'import' => TRUE,
           'where' => 'civicrm_contact.gender_id',
           'headerPattern' => '/^gender$/i',
@@ -1200,7 +1200,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'birth_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Birth Date'),
-          'description' => 'Date of birth',
+          'description' => ts('Date of birth'),
           'import' => TRUE,
           'where' => 'civicrm_contact.birth_date',
           'headerPattern' => '/^birth|(b(irth\s)?date)|D(\W*)O(\W*)B(\W*)$/i',
@@ -1237,7 +1237,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'deceased_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Deceased Date'),
-          'description' => 'Date of deceased',
+          'description' => ts('Date of deceased'),
           'import' => TRUE,
           'where' => 'civicrm_contact.deceased_date',
           'headerPattern' => '/^deceased|(d(eceased\s)?date)$/i',
@@ -1256,7 +1256,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'household_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Household Name'),
-          'description' => 'Household Name.',
+          'description' => ts('Household Name.'),
           'maxlength' => 128,
           'size' => 30,
           'import' => TRUE,
@@ -1276,7 +1276,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'primary_contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Household Primary Contact ID'),
-          'description' => 'Optional FK to Primary Contact for this household.',
+          'description' => ts('Optional FK to Primary Contact for this household.'),
           'table_name' => 'civicrm_contact',
           'entity' => 'Contact',
           'bao' => 'CRM_Contact_BAO_Contact',
@@ -1290,7 +1290,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'organization_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Organization Name'),
-          'description' => 'Organization Name.',
+          'description' => ts('Organization Name.'),
           'maxlength' => 128,
           'size' => 30,
           'import' => TRUE,
@@ -1310,7 +1310,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'sic_code',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Sic Code'),
-          'description' => 'Standard Industry Classification Code.',
+          'description' => ts('Standard Industry Classification Code.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'import' => TRUE,
@@ -1330,7 +1330,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'user_unique_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Unique ID (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,
@@ -1351,7 +1351,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'employer_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Current Employer'),
-          'description' => 'OPTIONAL FK to civicrm_contact record.',
+          'description' => ts('OPTIONAL FK to civicrm_contact record.'),
           'export' => TRUE,
           'where' => 'civicrm_contact.employer_id',
           'headerPattern' => '',
@@ -1387,7 +1387,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Created Date'),
-          'description' => 'When was the contact was created.',
+          'description' => ts('When was the contact was created.'),
           'required' => FALSE,
           'export' => TRUE,
           'where' => 'civicrm_contact.created_date',
@@ -1403,7 +1403,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Modified Date'),
-          'description' => 'When was the contact (or closely related entity) was created or modified or deleted.',
+          'description' => ts('When was the contact (or closely related entity) was created or modified or deleted.'),
           'required' => FALSE,
           'export' => TRUE,
           'where' => 'civicrm_contact.modified_date',
index 14772d114027f58ac4f096fe0206f0a76a9feef7..e897bfe4113bd10cf68c42ebd8fdbfffc33cd009 100644 (file)
@@ -119,7 +119,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact Type ID'),
-          'description' => 'Contact Type ID',
+          'description' => ts('Contact Type ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_contact_type',
           'entity' => 'ContactType',
@@ -130,7 +130,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Internal name of Contact Type (or Subtype).',
+          'description' => ts('Internal name of Contact Type (or Subtype).'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_contact_type',
@@ -142,7 +142,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type Label'),
-          'description' => 'localized Name of Contact Type.',
+          'description' => ts('localized Name of Contact Type.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_contact_type',
@@ -154,7 +154,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Contact Type Description'),
-          'description' => 'localized Optional verbose description of the type.',
+          'description' => ts('localized Optional verbose description of the type.'),
           'rows' => 2,
           'cols' => 60,
           'table_name' => 'civicrm_contact_type',
@@ -169,7 +169,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'image_URL',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type Image URL'),
-          'description' => 'URL of image if any.',
+          'description' => ts('URL of image if any.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contact_type',
@@ -181,7 +181,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact Type Parent'),
-          'description' => 'Optional FK to parent contact type.',
+          'description' => ts('Optional FK to parent contact type.'),
           'table_name' => 'civicrm_contact_type',
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
@@ -198,7 +198,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Contact Type Is Active?'),
-          'description' => 'Is this entry active?',
+          'description' => ts('Is this entry active?'),
           'table_name' => 'civicrm_contact_type',
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
@@ -208,7 +208,7 @@ class CRM_Contact_DAO_ContactType extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Contact Type is Reserved?'),
-          'description' => 'Is this contact type a predefined system type',
+          'description' => ts('Is this contact type a predefined system type'),
           'table_name' => 'civicrm_contact_type',
           'entity' => 'ContactType',
           'bao' => 'CRM_Contact_BAO_ContactType',
index a6538b2c6997bea8405ff703569ad0e4645b83c6..ddf6af611085a0c7dca58f1712d0056159e8a1e7 100644 (file)
@@ -114,7 +114,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'name' => 'dashboard_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Dashboard'),
-          'description' => 'Dashboard ID',
+          'description' => ts('Dashboard ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_dashboard_contact',
           'entity' => 'DashboardContact',
@@ -126,7 +126,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Dashboard Contact'),
-          'description' => 'Contact ID',
+          'description' => ts('Contact ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_dashboard_contact',
           'entity' => 'DashboardContact',
@@ -138,7 +138,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'name' => 'column_no',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Column No'),
-          'description' => 'column no for this widget',
+          'description' => ts('column no for this widget'),
           'default' => '0',
           'table_name' => 'civicrm_dashboard_contact',
           'entity' => 'DashboardContact',
@@ -149,7 +149,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Dashlet is Active?'),
-          'description' => 'Is this widget active?',
+          'description' => ts('Is this widget active?'),
           'default' => '0',
           'table_name' => 'civicrm_dashboard_contact',
           'entity' => 'DashboardContact',
@@ -160,7 +160,7 @@ class CRM_Contact_DAO_DashboardContact extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Ordering of the widgets.',
+          'description' => ts('Ordering of the widgets.'),
           'default' => '0',
           'table_name' => 'civicrm_dashboard_contact',
           'entity' => 'DashboardContact',
index d0b22f0c7369ab6c9d2c7de3785ecc6aad69543d..91d49ef85b7753450208546aaffc5f80c450ce06 100644 (file)
@@ -203,7 +203,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group ID'),
-          'description' => 'Group ID',
+          'description' => ts('Group ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
@@ -214,7 +214,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Name'),
-          'description' => 'Internal name of Group.',
+          'description' => ts('Internal name of Group.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_group',
@@ -226,7 +226,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Title'),
-          'description' => 'Name of Group.',
+          'description' => ts('Name of Group.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_group',
@@ -238,7 +238,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Group Description'),
-          'description' => 'Optional verbose description of the group.',
+          'description' => ts('Optional verbose description of the group.'),
           'rows' => 2,
           'cols' => 60,
           'table_name' => 'civicrm_group',
@@ -253,7 +253,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'source',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Source'),
-          'description' => 'Module or process which created this group.',
+          'description' => ts('Module or process which created this group.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_group',
@@ -265,7 +265,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'saved_search_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Saved Search ID'),
-          'description' => 'FK to saved search table.',
+          'description' => ts('FK to saved search table.'),
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
@@ -276,7 +276,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Group Enabled'),
-          'description' => 'Is this entry active?',
+          'description' => ts('Is this entry active?'),
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
@@ -286,7 +286,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'visibility',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Visibility Setting'),
-          'description' => 'In what context(s) is this field visible.',
+          'description' => ts('In what context(s) is this field visible.'),
           'maxlength' => 24,
           'size' => CRM_Utils_Type::MEDIUM,
           'default' => 'User and User Admin Only',
@@ -305,7 +305,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'where_clause',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Group Where Clause'),
-          'description' => 'the sql where clause if a saved search acl',
+          'description' => ts('the sql where clause if a saved search acl'),
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
@@ -315,7 +315,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'select_tables',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Tables For Select Clause'),
-          'description' => 'the tables to be included in a select data',
+          'description' => ts('the tables to be included in a select data'),
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
@@ -326,7 +326,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'where_tables',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Tables For Where Clause'),
-          'description' => 'the tables to be included in the count statement',
+          'description' => ts('the tables to be included in the count statement'),
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
@@ -337,7 +337,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'group_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Type'),
-          'description' => 'FK to group type',
+          'description' => ts('FK to group type'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_group',
@@ -354,7 +354,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'cache_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Group Cache Date'),
-          'description' => 'Date when we created the cache for a smart group',
+          'description' => ts('Date when we created the cache for a smart group'),
           'required' => FALSE,
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
@@ -365,7 +365,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'refresh_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Next Group Refresh Time'),
-          'description' => 'Date and time when we need to refresh the cache next.',
+          'description' => ts('Date and time when we need to refresh the cache next.'),
           'required' => FALSE,
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
@@ -376,7 +376,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'parents',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Group Parents'),
-          'description' => 'IDs of the parent(s)',
+          'description' => ts('IDs of the parent(s)'),
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
@@ -390,7 +390,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'children',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Group Children'),
-          'description' => 'IDs of the child(ren)',
+          'description' => ts('IDs of the child(ren)'),
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
@@ -400,7 +400,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'is_hidden',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Group is Hidden'),
-          'description' => 'Is this group hidden?',
+          'description' => ts('Is this group hidden?'),
           'default' => '0',
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
@@ -421,7 +421,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Created By'),
-          'description' => 'FK to contact table.',
+          'description' => ts('FK to contact table.'),
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
@@ -432,7 +432,7 @@ class CRM_Contact_DAO_Group extends CRM_Core_DAO {
           'name' => 'modified_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Modified By'),
-          'description' => 'FK to contact table.',
+          'description' => ts('FK to contact table.'),
           'table_name' => 'civicrm_group',
           'entity' => 'Group',
           'bao' => 'CRM_Contact_BAO_Group',
index 6d57260fe710cbdb0e27f9bcde42494feff047bf..98dd3e53780c0dfb5c8911bb42db837097a2e5f9 100644 (file)
@@ -108,7 +108,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Contact ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_contact',
           'entity' => 'GroupContact',
@@ -119,7 +119,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'name' => 'group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group ID'),
-          'description' => 'FK to civicrm_group',
+          'description' => ts('FK to civicrm_group'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_contact',
           'entity' => 'GroupContact',
@@ -139,7 +139,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to civicrm_contact',
+          'description' => ts('FK to civicrm_contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_contact',
           'entity' => 'GroupContact',
@@ -151,7 +151,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'name' => 'status',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Contact Status'),
-          'description' => 'status of contact relative to membership in group',
+          'description' => ts('status of contact relative to membership in group'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_group_contact',
@@ -169,7 +169,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'name' => 'location_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Contact Location'),
-          'description' => 'Optional location to associate with this membership',
+          'description' => ts('Optional location to associate with this membership'),
           'table_name' => 'civicrm_group_contact',
           'entity' => 'GroupContact',
           'bao' => 'CRM_Contact_BAO_GroupContact',
@@ -180,7 +180,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'name' => 'email_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Contact Email'),
-          'description' => 'Optional email to associate with this membership',
+          'description' => ts('Optional email to associate with this membership'),
           'table_name' => 'civicrm_group_contact',
           'entity' => 'GroupContact',
           'bao' => 'CRM_Contact_BAO_GroupContact',
index 0a7bd2ab3c666b7369eb156d7e8b75a03de1088d..53b31689d55c62e2a2b6b1bca63d3c2c28a8e0b9 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Contact Cache ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_contact_cache',
           'entity' => 'GroupContactCache',
@@ -96,7 +96,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'name' => 'group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group'),
-          'description' => 'FK to civicrm_group',
+          'description' => ts('FK to civicrm_group'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_contact_cache',
           'entity' => 'GroupContactCache',
@@ -116,7 +116,7 @@ class CRM_Contact_DAO_GroupContactCache extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to civicrm_contact',
+          'description' => ts('FK to civicrm_contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_contact_cache',
           'entity' => 'GroupContactCache',
index d280df1f30ad13878e4901f8abfb9d7a2cc8c10d..7bee2e05b03d0376c5d1c482433384b5ad62cec9 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Nesting ID'),
-          'description' => 'Relationship ID',
+          'description' => ts('Relationship ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_nesting',
           'entity' => 'GroupNesting',
@@ -96,7 +96,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'name' => 'child_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Child Group'),
-          'description' => 'ID of the child group',
+          'description' => ts('ID of the child group'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_nesting',
           'entity' => 'GroupNesting',
@@ -108,7 +108,7 @@ class CRM_Contact_DAO_GroupNesting extends CRM_Core_DAO {
           'name' => 'parent_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Parent Group'),
-          'description' => 'ID of the parent group',
+          'description' => ts('ID of the parent group'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_nesting',
           'entity' => 'GroupNesting',
index cb654891e097756510aba272b040726f8fab26dd..62dde1087244e34b80c02e880c6a06304e3d2901 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Organization ID'),
-          'description' => 'Relationship ID',
+          'description' => ts('Relationship ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_organization',
           'entity' => 'GroupOrganization',
@@ -96,7 +96,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
           'name' => 'group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group'),
-          'description' => 'ID of the group',
+          'description' => ts('ID of the group'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_organization',
           'entity' => 'GroupOrganization',
@@ -116,7 +116,7 @@ class CRM_Contact_DAO_GroupOrganization extends CRM_Core_DAO {
           'name' => 'organization_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Organization'),
-          'description' => 'ID of the Organization Contact',
+          'description' => ts('ID of the Organization Contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_group_organization',
           'entity' => 'GroupOrganization',
index a04739f0d58a688bc087413d22a69c6f210fe0f4..f1d64f479d11dfe598a8d4aa364dbdf36c8d9f6e 100644 (file)
@@ -143,7 +143,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Relationship ID'),
-          'description' => 'Relationship ID',
+          'description' => ts('Relationship ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_relationship',
           'entity' => 'Relationship',
@@ -154,7 +154,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'contact_id_a',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact A'),
-          'description' => 'id of the first contact',
+          'description' => ts('id of the first contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_relationship',
           'entity' => 'Relationship',
@@ -166,7 +166,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'contact_id_b',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact B'),
-          'description' => 'id of the second contact',
+          'description' => ts('id of the second contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_relationship',
           'entity' => 'Relationship',
@@ -181,7 +181,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'relationship_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Relationship Type'),
-          'description' => 'id of the relationship',
+          'description' => ts('id of the relationship'),
           'required' => TRUE,
           'table_name' => 'civicrm_relationship',
           'entity' => 'Relationship',
@@ -196,7 +196,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Relationship Start Date'),
-          'description' => 'date when the relationship started',
+          'description' => ts('date when the relationship started'),
           'table_name' => 'civicrm_relationship',
           'entity' => 'Relationship',
           'bao' => 'CRM_Contact_BAO_Relationship',
@@ -210,7 +210,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Relationship End Date'),
-          'description' => 'date when the relationship ended',
+          'description' => ts('date when the relationship ended'),
           'table_name' => 'civicrm_relationship',
           'entity' => 'Relationship',
           'bao' => 'CRM_Contact_BAO_Relationship',
@@ -224,7 +224,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Relationship Is Active'),
-          'description' => 'is the relationship active ?',
+          'description' => ts('is the relationship active ?'),
           'default' => '1',
           'table_name' => 'civicrm_relationship',
           'entity' => 'Relationship',
@@ -238,7 +238,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Relationship Description'),
-          'description' => 'Optional verbose description for the relationship.',
+          'description' => ts('Optional verbose description for the relationship.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_relationship',
@@ -253,7 +253,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'is_permission_a_b',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact A has Permission Over Contact B'),
-          'description' => 'Permission that Contact A has to view/update Contact B',
+          'description' => ts('Permission that Contact A has to view/update Contact B'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_relationship',
@@ -271,7 +271,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'is_permission_b_a',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact B has Permission Over Contact A'),
-          'description' => 'Permission that Contact B has to view/update Contact A',
+          'description' => ts('Permission that Contact B has to view/update Contact A'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_relationship',
@@ -289,7 +289,7 @@ class CRM_Contact_DAO_Relationship extends CRM_Core_DAO {
           'name' => 'case_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Relationship Case'),
-          'description' => 'FK to civicrm_case',
+          'description' => ts('FK to civicrm_case'),
           'default' => 'NULL',
           'table_name' => 'civicrm_relationship',
           'entity' => 'Relationship',
index 975a8b2a0cf77b195e4199a5262097d82dc79fd6..4aff6dcdb0269a1733ad820aa4d325395c15f1b1 100644 (file)
@@ -132,7 +132,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Relationship Type ID'),
-          'description' => 'Primary key',
+          'description' => ts('Primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_relationship_type',
           'entity' => 'RelationshipType',
@@ -143,7 +143,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'name_a_b',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Relationship Type Name A to B'),
-          'description' => 'name for relationship of contact_a to contact_b.',
+          'description' => ts('name for relationship of contact_a to contact_b.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_relationship_type',
@@ -155,7 +155,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'label_a_b',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Relationship Type Label A to B'),
-          'description' => 'label for relationship of contact_a to contact_b.',
+          'description' => ts('label for relationship of contact_a to contact_b.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_relationship_type',
@@ -170,7 +170,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'name_b_a',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Relationship Type Name B to A'),
-          'description' => 'Optional name for relationship of contact_b to contact_a.',
+          'description' => ts('Optional name for relationship of contact_b to contact_a.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_relationship_type',
@@ -182,7 +182,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'label_b_a',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Relationship Type Label B to A'),
-          'description' => 'Optional label for relationship of contact_b to contact_a.',
+          'description' => ts('Optional label for relationship of contact_b to contact_a.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_relationship_type',
@@ -197,7 +197,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Relationship Description'),
-          'description' => 'Optional verbose description of the relationship type.',
+          'description' => ts('Optional verbose description of the relationship type.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_relationship_type',
@@ -212,7 +212,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'contact_type_a',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type for Contact A'),
-          'description' => 'If defined, contact_a in a relationship of this type must be a specific contact_type.',
+          'description' => ts('If defined, contact_a in a relationship of this type must be a specific contact_type.'),
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_relationship_type',
@@ -233,7 +233,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'contact_type_b',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type for Contact B'),
-          'description' => 'If defined, contact_b in a relationship of this type must be a specific contact_type.',
+          'description' => ts('If defined, contact_b in a relationship of this type must be a specific contact_type.'),
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_relationship_type',
@@ -254,8 +254,8 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'contact_sub_type_a',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Subtype A'),
-          'description' => 'If defined, contact_sub_type_a in a relationship of this type must be a specific contact_sub_type.
-    ',
+          'description' => ts('If defined, contact_sub_type_a in a relationship of this type must be a specific contact_sub_type.
+    '),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_relationship_type',
@@ -276,8 +276,8 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'contact_sub_type_b',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Subtype B'),
-          'description' => 'If defined, contact_sub_type_b in a relationship of this type must be a specific contact_sub_type.
-    ',
+          'description' => ts('If defined, contact_sub_type_b in a relationship of this type must be a specific contact_sub_type.
+    '),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_relationship_type',
@@ -298,7 +298,7 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Relationship Type is Reserved'),
-          'description' => 'Is this relationship type a predefined system type (can not be changed or de-activated)?',
+          'description' => ts('Is this relationship type a predefined system type (can not be changed or de-activated)?'),
           'table_name' => 'civicrm_relationship_type',
           'entity' => 'RelationshipType',
           'bao' => 'CRM_Contact_BAO_RelationshipType',
@@ -311,8 +311,8 @@ class CRM_Contact_DAO_RelationshipType extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Relationship Type is Active'),
-          'description' => 'Is this relationship type currently active (i.e. can be used when creating or editing relationships)?
-    ',
+          'description' => ts('Is this relationship type currently active (i.e. can be used when creating or editing relationships)?
+    '),
           'default' => '1',
           'table_name' => 'civicrm_relationship_type',
           'entity' => 'RelationshipType',
index 91db5b3474d358e97addeec1077c9f6582e100a3..7b9743382996e8804bb79eb1e8d84dc31e82db67 100644 (file)
@@ -112,7 +112,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Saved Search ID'),
-          'description' => 'Saved Search ID',
+          'description' => ts('Saved Search ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_saved_search',
           'entity' => 'SavedSearch',
@@ -123,7 +123,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'name' => 'form_values',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Submitted Form Values'),
-          'description' => 'Submitted form values for this search',
+          'description' => ts('Submitted form values for this search'),
           'import' => TRUE,
           'where' => 'civicrm_saved_search.form_values',
           'headerPattern' => '',
@@ -139,7 +139,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'name' => 'mapping_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping ID'),
-          'description' => 'Foreign key to civicrm_mapping used for saved search-builder searches.',
+          'description' => ts('Foreign key to civicrm_mapping used for saved search-builder searches.'),
           'table_name' => 'civicrm_saved_search',
           'entity' => 'SavedSearch',
           'bao' => 'CRM_Contact_BAO_SavedSearch',
@@ -150,7 +150,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'name' => 'search_custom_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Value ID'),
-          'description' => 'Foreign key to civicrm_option value table used for saved custom searches.',
+          'description' => ts('Foreign key to civicrm_option value table used for saved custom searches.'),
           'table_name' => 'civicrm_saved_search',
           'entity' => 'SavedSearch',
           'bao' => 'CRM_Contact_BAO_SavedSearch',
@@ -160,7 +160,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'name' => 'where_clause',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Where Clause'),
-          'description' => 'the sql where clause if a saved search acl',
+          'description' => ts('the sql where clause if a saved search acl'),
           'table_name' => 'civicrm_saved_search',
           'entity' => 'SavedSearch',
           'bao' => 'CRM_Contact_BAO_SavedSearch',
@@ -170,7 +170,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'name' => 'select_tables',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Select Tables'),
-          'description' => 'the tables to be included in a select data',
+          'description' => ts('the tables to be included in a select data'),
           'table_name' => 'civicrm_saved_search',
           'entity' => 'SavedSearch',
           'bao' => 'CRM_Contact_BAO_SavedSearch',
@@ -181,7 +181,7 @@ class CRM_Contact_DAO_SavedSearch extends CRM_Core_DAO {
           'name' => 'where_tables',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Where Tables'),
-          'description' => 'the tables to be included in the count statement',
+          'description' => ts('the tables to be included in the count statement'),
           'table_name' => 'civicrm_saved_search',
           'entity' => 'SavedSearch',
           'bao' => 'CRM_Contact_BAO_SavedSearch',
index 37ac628c8a5fce30008c5b5cf5aceb794aaa6f97..4f0da9aa8834e641a05e14dcefbc3a332487f544 100644 (file)
@@ -113,7 +113,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group Membership History ID'),
-          'description' => 'Internal Id',
+          'description' => ts('Internal Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_subscription_history',
           'entity' => 'SubscriptionHistory',
@@ -124,7 +124,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'Contact Id',
+          'description' => ts('Contact Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_subscription_history',
           'entity' => 'SubscriptionHistory',
@@ -136,7 +136,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'name' => 'group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Group'),
-          'description' => 'Group Id',
+          'description' => ts('Group Id'),
           'table_name' => 'civicrm_subscription_history',
           'entity' => 'SubscriptionHistory',
           'bao' => 'CRM_Contact_BAO_SubscriptionHistory',
@@ -155,7 +155,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'name' => 'date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Group Membership Action Date'),
-          'description' => 'Date of the (un)subscription',
+          'description' => ts('Date of the (un)subscription'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_subscription_history',
@@ -167,7 +167,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'name' => 'method',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Membership Action'),
-          'description' => 'How the (un)subscription was triggered',
+          'description' => ts('How the (un)subscription was triggered'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_subscription_history',
@@ -185,7 +185,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'name' => 'status',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Membership Status'),
-          'description' => 'The state of the contact within the group',
+          'description' => ts('The state of the contact within the group'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_subscription_history',
@@ -200,7 +200,7 @@ class CRM_Contact_DAO_SubscriptionHistory extends CRM_Core_DAO {
           'name' => 'tracking',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Membership Tracking'),
-          'description' => 'IP address or other tracking info',
+          'description' => ts('IP address or other tracking info'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_subscription_history',
index d92f6f7958f66d235a1621c2e8a4f2aec851fedf..faa6a8c9db4d1ba57b5bde4bde04d785474b24de 100644 (file)
@@ -266,7 +266,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution ID'),
-          'description' => 'Contribution ID',
+          'description' => ts('Contribution ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_contribution.id',
@@ -282,7 +282,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_contribution.contact_id',
@@ -302,7 +302,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type for (total_amount - non_deductible_amount).',
+          'description' => ts('FK to Financial Type for (total_amount - non_deductible_amount).'),
           'export' => TRUE,
           'where' => 'civicrm_contribution.financial_type_id',
           'headerPattern' => '',
@@ -325,7 +325,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'contribution_page_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution Page ID'),
-          'description' => 'The Contribution Page which triggered this contribution',
+          'description' => ts('The Contribution Page which triggered this contribution'),
           'import' => TRUE,
           'where' => 'civicrm_contribution.contribution_page_id',
           'headerPattern' => '',
@@ -349,7 +349,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'payment_instrument_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Method ID'),
-          'description' => 'FK to Payment Instrument',
+          'description' => ts('FK to Payment Instrument'),
           'export' => TRUE,
           'where' => 'civicrm_contribution.payment_instrument_id',
           'headerPattern' => '/^payment|(p(ayment\s)?instrument)$/i',
@@ -370,7 +370,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'receive_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Date Received'),
-          'description' => 'Date contribution was received - not necessarily the creation date of the record',
+          'description' => ts('Date contribution was received - not necessarily the creation date of the record'),
           'import' => TRUE,
           'where' => 'civicrm_contribution.receive_date',
           'headerPattern' => '/receive(.?date)?/i',
@@ -389,7 +389,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'non_deductible_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Non-deductible Amount'),
-          'description' => 'Portion of total amount which is NOT tax deductible. Equal to total_amount for non-deductible financial types.',
+          'description' => ts('Portion of total amount which is NOT tax deductible. Equal to total_amount for non-deductible financial types.'),
           'precision' => [
             20,
             2
@@ -412,7 +412,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'total_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Total Amount'),
-          'description' => 'Total amount of this contribution. Use market value for non-monetary gifts.',
+          'description' => ts('Total amount of this contribution. Use market value for non-monetary gifts.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -435,7 +435,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'fee_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Fee Amount'),
-          'description' => 'actual processor fee if known - may be 0.',
+          'description' => ts('actual processor fee if known - may be 0.'),
           'precision' => [
             20,
             2
@@ -457,7 +457,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'net_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Net Amount'),
-          'description' => 'actual funds transfer amount. total less fees. if processor does not report actual fee during transaction, this is set to total_amount.',
+          'description' => ts('actual funds transfer amount. total less fees. if processor does not report actual fee during transaction, this is set to total_amount.'),
           'precision' => [
             20,
             2
@@ -479,7 +479,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'trxn_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Transaction ID'),
-          'description' => 'unique transaction id. may be processor id, bank id + trans id, or account number + check number... depending on payment_method',
+          'description' => ts('unique transaction id. may be processor id, bank id + trans id, or account number + check number... depending on payment_method'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -499,7 +499,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'invoice_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Invoice Reference'),
-          'description' => 'unique invoice id, system generated or passed in',
+          'description' => ts('unique invoice id, system generated or passed in'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -519,7 +519,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'invoice_number',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Invoice Number'),
-          'description' => 'Human readable invoice number',
+          'description' => ts('Human readable invoice number'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -539,7 +539,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'import' => TRUE,
@@ -566,7 +566,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'cancel_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Cancel Date'),
-          'description' => 'when was gift cancelled',
+          'description' => ts('when was gift cancelled'),
           'import' => TRUE,
           'where' => 'civicrm_contribution.cancel_date',
           'headerPattern' => '/cancel(.?date)?/i',
@@ -602,7 +602,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'receipt_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Receipt Date'),
-          'description' => 'when (if) receipt was sent. populated automatically for online donations w/ automatic receipting',
+          'description' => ts('when (if) receipt was sent. populated automatically for online donations w/ automatic receipting'),
           'import' => TRUE,
           'where' => 'civicrm_contribution.receipt_date',
           'headerPattern' => '/receipt(.?date)?/i',
@@ -621,7 +621,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'thankyou_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Thank-you Date'),
-          'description' => 'when (if) was donor thanked',
+          'description' => ts('when (if) was donor thanked'),
           'import' => TRUE,
           'where' => 'civicrm_contribution.thankyou_date',
           'headerPattern' => '/thank(s|(.?you))?(.?date)?/i',
@@ -640,7 +640,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'source',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contribution Source'),
-          'description' => 'Origin of this Contribution.',
+          'description' => ts('Origin of this Contribution.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -677,7 +677,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'contribution_recur_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Recurring Contribution ID'),
-          'description' => 'Conditional foreign key to civicrm_contribution_recur id. Each contribution made in connection with a recurring contribution carries a foreign key to the recurring contribution record. This assumes we can track these processor initiated events.',
+          'description' => ts('Conditional foreign key to civicrm_contribution_recur id. Each contribution made in connection with a recurring contribution carries a foreign key to the recurring contribution record. This assumes we can track these processor initiated events.'),
           'export' => TRUE,
           'where' => 'civicrm_contribution.contribution_recur_id',
           'headerPattern' => '',
@@ -750,7 +750,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'address_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution Address'),
-          'description' => 'Conditional foreign key to civicrm_address.id. We insert an address record for each contribution when we have associated billing name and address data.',
+          'description' => ts('Conditional foreign key to civicrm_address.id. We insert an address record for each contribution when we have associated billing name and address data.'),
           'export' => TRUE,
           'where' => 'civicrm_contribution.address_id',
           'headerPattern' => '',
@@ -784,7 +784,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign'),
-          'description' => 'The campaign for which this contribution has been triggered.',
+          'description' => ts('The campaign for which this contribution has been triggered.'),
           'import' => TRUE,
           'where' => 'civicrm_contribution.campaign_id',
           'headerPattern' => '',
@@ -808,7 +808,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'creditnote_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Credit Note ID'),
-          'description' => 'unique credit note id, system generated or passed in',
+          'description' => ts('unique credit note id, system generated or passed in'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -828,7 +828,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'tax_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Tax Amount'),
-          'description' => 'Total tax amount of this contribution.',
+          'description' => ts('Total tax amount of this contribution.'),
           'precision' => [
             20,
             2
@@ -850,7 +850,7 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO {
           'name' => 'revenue_recognition_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Revenue Recognition Date'),
-          'description' => 'Stores the date when revenue should be recognized.',
+          'description' => ts('Stores the date when revenue should be recognized.'),
           'import' => TRUE,
           'where' => 'civicrm_contribution.revenue_recognition_date',
           'headerPattern' => '/revenue(.?date)?/i',
index 98565ad90e42cd3d2f17295fc40aa73cce9787f7..43677060d7aac43fc7cb792a7cb896ef5b721f37 100644 (file)
@@ -380,7 +380,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution Page ID'),
-          'description' => 'Contribution Id',
+          'description' => ts('Contribution Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -391,7 +391,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contribution Page Title'),
-          'description' => 'Contribution Page title. For top of page display',
+          'description' => ts('Contribution Page title. For top of page display'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_page',
@@ -403,7 +403,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'intro_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Contribution Page Introduction Text'),
-          'description' => 'Text and html allowed. Displayed below title.',
+          'description' => ts('Text and html allowed. Displayed below title.'),
           'rows' => 6,
           'cols' => 50,
           'table_name' => 'civicrm_contribution_page',
@@ -418,7 +418,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'default financial type assigned to contributions submitted via this page, e.g. Contribution, Campaign Contribution',
+          'description' => ts('default financial type assigned to contributions submitted via this page, e.g. Contribution, Campaign Contribution'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -437,7 +437,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'payment_processor',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Payment Processor'),
-          'description' => 'Payment Processors configured for this contribution Page',
+          'description' => ts('Payment Processors configured for this contribution Page'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_page',
@@ -457,7 +457,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_credit_card_only',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Credit Card Only?'),
-          'description' => 'if true - processing logic must reject transaction at confirmation stage if pay method != credit card',
+          'description' => ts('if true - processing logic must reject transaction at confirmation stage if pay method != credit card'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -468,7 +468,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_monetary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Monetary'),
-          'description' => 'if true - allows real-time monetary transactions otherwise non-monetary transactions',
+          'description' => ts('if true - allows real-time monetary transactions otherwise non-monetary transactions'),
           'default' => '1',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -479,7 +479,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_recur',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Recurring'),
-          'description' => 'if true - allows recurring contributions, valid only for PayPal_Standard',
+          'description' => ts('if true - allows recurring contributions, valid only for PayPal_Standard'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -490,7 +490,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_confirm_enabled',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Confirmation Page?'),
-          'description' => 'if false, the confirm page in contribution pages gets skipped',
+          'description' => ts('if false, the confirm page in contribution pages gets skipped'),
           'default' => '1',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -501,7 +501,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'recur_frequency_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Recurring Frequency'),
-          'description' => 'Supported recurring frequency units.',
+          'description' => ts('Supported recurring frequency units.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_page',
@@ -522,7 +522,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_recur_interval',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Support Recurring Intervals'),
-          'description' => 'if true - supports recurring intervals',
+          'description' => ts('if true - supports recurring intervals'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -533,7 +533,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_recur_installments',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Recurring Installments?'),
-          'description' => 'if true - asks user for recurring installments',
+          'description' => ts('if true - asks user for recurring installments'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -544,7 +544,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'adjust_recur_start_date',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Adjust Recurring Start Date'),
-          'description' => 'if true - user is able to adjust payment start date',
+          'description' => ts('if true - user is able to adjust payment start date'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -555,7 +555,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_pay_later',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Pay Later'),
-          'description' => 'if true - allows the user to send payment directly to the org later',
+          'description' => ts('if true - allows the user to send payment directly to the org later'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -566,7 +566,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'pay_later_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Pay Later Text'),
-          'description' => 'The text displayed to the user in the main form',
+          'description' => ts('The text displayed to the user in the main form'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -576,7 +576,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'pay_later_receipt',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Pay Later Receipt'),
-          'description' => 'The receipt sent to the user instead of the normal receipt text',
+          'description' => ts('The receipt sent to the user instead of the normal receipt text'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -586,7 +586,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_partial_payment',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Allow Partial Payment'),
-          'description' => 'is partial payment enabled for this online contribution page',
+          'description' => ts('is partial payment enabled for this online contribution page'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -597,7 +597,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'initial_amount_label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Initial Amount Label'),
-          'description' => 'Initial amount label for partial payment',
+          'description' => ts('Initial amount label for partial payment'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_page',
@@ -609,7 +609,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'initial_amount_help_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Initial Amount Help Text'),
-          'description' => 'Initial amount help text for partial payment',
+          'description' => ts('Initial amount help text for partial payment'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -619,7 +619,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'min_initial_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Min Initial Amount'),
-          'description' => 'Minimum initial amount for partial payment',
+          'description' => ts('Minimum initial amount for partial payment'),
           'precision' => [
             20,
             2
@@ -633,7 +633,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_allow_other_amount',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Allow Other Amounts'),
-          'description' => 'if true, page will include an input text field where user can enter their own amount',
+          'description' => ts('if true, page will include an input text field where user can enter their own amount'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -644,7 +644,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'default_amount_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Default Amount'),
-          'description' => 'FK to civicrm_option_value.',
+          'description' => ts('FK to civicrm_option_value.'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -654,7 +654,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'min_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Minimum Amount'),
-          'description' => 'if other amounts allowed, user can configure minimum allowed.',
+          'description' => ts('if other amounts allowed, user can configure minimum allowed.'),
           'precision' => [
             20,
             2
@@ -668,7 +668,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'max_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Maximum Amount'),
-          'description' => 'if other amounts allowed, user can configure maximum allowed.',
+          'description' => ts('if other amounts allowed, user can configure maximum allowed.'),
           'precision' => [
             20,
             2
@@ -682,7 +682,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'goal_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Goal Amount'),
-          'description' => 'The target goal for this page, allows people to build a goal meter',
+          'description' => ts('The target goal for this page, allows people to build a goal meter'),
           'precision' => [
             20,
             2
@@ -696,7 +696,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'thankyou_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Thank-you Title'),
-          'description' => 'Title for Thank-you page (header title tag, and display at the top of the page).',
+          'description' => ts('Title for Thank-you page (header title tag, and display at the top of the page).'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_page',
@@ -708,7 +708,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'thankyou_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Thank-you Text'),
-          'description' => 'text and html allowed. displayed above result on success page',
+          'description' => ts('text and html allowed. displayed above result on success page'),
           'rows' => 8,
           'cols' => 60,
           'table_name' => 'civicrm_contribution_page',
@@ -723,7 +723,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'thankyou_footer',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Thank-you Footer'),
-          'description' => 'Text and html allowed. displayed at the bottom of the success page. Common usage is to include link(s) to other pages such as tell-a-friend, etc.',
+          'description' => ts('Text and html allowed. displayed at the bottom of the success page. Common usage is to include link(s) to other pages such as tell-a-friend, etc.'),
           'rows' => 8,
           'cols' => 60,
           'table_name' => 'civicrm_contribution_page',
@@ -738,7 +738,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_email_receipt',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Send email Receipt'),
-          'description' => 'if true, receipt is automatically emailed to contact on success',
+          'description' => ts('if true, receipt is automatically emailed to contact on success'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -749,7 +749,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'receipt_from_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Receipt From'),
-          'description' => 'FROM email name used for receipts generated by contributions to this contribution page.',
+          'description' => ts('FROM email name used for receipts generated by contributions to this contribution page.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_page',
@@ -761,7 +761,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'receipt_from_email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Receipt From email'),
-          'description' => 'FROM email address used for receipts generated by contributions to this contribution page.',
+          'description' => ts('FROM email address used for receipts generated by contributions to this contribution page.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_page',
@@ -773,7 +773,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'cc_receipt',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Receipt cc'),
-          'description' => 'comma-separated list of email addresses to cc each time a receipt is sent',
+          'description' => ts('comma-separated list of email addresses to cc each time a receipt is sent'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_page',
@@ -785,7 +785,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'bcc_receipt',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Receipt bcc'),
-          'description' => 'comma-separated list of email addresses to bcc each time a receipt is sent',
+          'description' => ts('comma-separated list of email addresses to bcc each time a receipt is sent'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_page',
@@ -797,7 +797,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'receipt_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Receipt Text'),
-          'description' => 'text to include above standard receipt info on receipt email. emails are text-only, so do not allow html for now',
+          'description' => ts('text to include above standard receipt info on receipt email. emails are text-only, so do not allow html for now'),
           'rows' => 6,
           'cols' => 50,
           'table_name' => 'civicrm_contribution_page',
@@ -812,7 +812,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Page Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -822,7 +822,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'footer_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Footer Text'),
-          'description' => 'Text and html allowed. Displayed at the bottom of the first page of the contribution wizard.',
+          'description' => ts('Text and html allowed. Displayed at the bottom of the first page of the contribution wizard.'),
           'rows' => 6,
           'cols' => 50,
           'table_name' => 'civicrm_contribution_page',
@@ -837,7 +837,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'amount_block_is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Amount Block Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'default' => '1',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -848,7 +848,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Contribution Page Start Date'),
-          'description' => 'Date and time that this page starts.',
+          'description' => ts('Date and time that this page starts.'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -858,7 +858,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Contribution Page End Date'),
-          'description' => 'Date and time that this page ends. May be NULL if no defined end date/time',
+          'description' => ts('Date and time that this page ends. May be NULL if no defined end date/time'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -868,7 +868,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution Page Created By'),
-          'description' => 'FK to civicrm_contact, who created this contribution page',
+          'description' => ts('FK to civicrm_contact, who created this contribution page'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -879,7 +879,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Contribution Page Created Date'),
-          'description' => 'Date and time that contribution page was created.',
+          'description' => ts('Date and time that contribution page was created.'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -889,7 +889,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contribution Page Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'default' => 'NULL',
@@ -911,7 +911,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution Page Campaign ID'),
-          'description' => 'The campaign for which we are collecting contributions with this page.',
+          'description' => ts('The campaign for which we are collecting contributions with this page.'),
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
           'bao' => 'CRM_Contribute_BAO_ContributionPage',
@@ -927,7 +927,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_share',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Contribution Page Shared?'),
-          'description' => 'Can people share the contribution page through social media?',
+          'description' => ts('Can people share the contribution page through social media?'),
           'default' => '1',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
@@ -938,7 +938,7 @@ class CRM_Contribute_DAO_ContributionPage extends CRM_Core_DAO {
           'name' => 'is_billing_required',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is billing block required'),
-          'description' => 'if true - billing block is required for online contribution page',
+          'description' => ts('if true - billing block is required for online contribution page'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_page',
           'entity' => 'ContributionPage',
index 00a509ea6169c6a4127136e663ce36d1e09660ee..a64f4446ee441cd62cba48066b95b82179d56099 100644 (file)
@@ -155,7 +155,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'name' => 'product_option',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Product Option'),
-          'description' => 'Option value selected if applicable - e.g. color, size etc.',
+          'description' => ts('Option value selected if applicable - e.g. color, size etc.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'export' => TRUE,
@@ -184,7 +184,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'name' => 'fulfilled_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Fulfilled Date'),
-          'description' => 'Optional. Can be used to record the date this product was fulfilled or shipped.',
+          'description' => ts('Optional. Can be used to record the date this product was fulfilled or shipped.'),
           'export' => TRUE,
           'where' => 'civicrm_contribution_product.fulfilled_date',
           'headerPattern' => '',
@@ -198,7 +198,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Start date for premium'),
-          'description' => 'Actual start date for a time-delimited premium (subscription, service or membership)',
+          'description' => ts('Actual start date for a time-delimited premium (subscription, service or membership)'),
           'export' => TRUE,
           'where' => 'civicrm_contribution_product.start_date',
           'headerPattern' => '',
@@ -212,7 +212,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('End date for premium'),
-          'description' => 'Actual end date for a time-delimited premium (subscription, service or membership)',
+          'description' => ts('Actual end date for a time-delimited premium (subscription, service or membership)'),
           'export' => TRUE,
           'where' => 'civicrm_contribution_product.end_date',
           'headerPattern' => '',
@@ -235,7 +235,7 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type(for membership price sets only).',
+          'description' => ts('FK to Financial Type(for membership price sets only).'),
           'default' => 'NULL',
           'table_name' => 'civicrm_contribution_product',
           'entity' => 'ContributionProduct',
index 588096836415146b1ec87198111d66b31a7299d7..b0c06e4db0388f4147c050d7d83f4e8fae803069 100644 (file)
@@ -259,7 +259,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Recurring Contribution ID'),
-          'description' => 'Contribution Recur ID',
+          'description' => ts('Contribution Recur ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
@@ -270,7 +270,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'Foreign key to civicrm_contact.id .',
+          'description' => ts('Foreign key to civicrm_contact.id .'),
           'required' => TRUE,
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
@@ -282,7 +282,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Amount'),
-          'description' => 'Amount to be contributed or charged each recurrence.',
+          'description' => ts('Amount to be contributed or charged each recurrence.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -300,7 +300,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'default' => 'NULL',
@@ -322,7 +322,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'frequency_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Frequency Unit'),
-          'description' => 'Time units for recurrence of payment.',
+          'description' => ts('Time units for recurrence of payment.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'default' => 'month',
@@ -343,7 +343,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'frequency_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Interval (number of units)'),
-          'description' => 'Number of time units for recurrence of payment.',
+          'description' => ts('Number of time units for recurrence of payment.'),
           'required' => TRUE,
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
@@ -357,7 +357,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'installments',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Number of Installments'),
-          'description' => 'Total number of payments to be made. Set this to 0 if this is an open-ended commitment i.e. no set end date.',
+          'description' => ts('Total number of payments to be made. Set this to 0 if this is an open-ended commitment i.e. no set end date.'),
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
@@ -370,7 +370,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Recurring Contribution Started Date'),
-          'description' => 'The date the first scheduled recurring contribution occurs.',
+          'description' => ts('The date the first scheduled recurring contribution occurs.'),
           'required' => TRUE,
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
@@ -385,7 +385,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'create_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Recurring Contribution Created Date'),
-          'description' => 'When this recurring contribution record was created.',
+          'description' => ts('When this recurring contribution record was created.'),
           'required' => TRUE,
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
@@ -400,7 +400,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Recurring Contribution Modified Date'),
-          'description' => 'Last updated date for this record. mostly the last time a payment was received',
+          'description' => ts('Last updated date for this record. mostly the last time a payment was received'),
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
@@ -414,7 +414,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'cancel_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Recurring Contribution Cancel Date'),
-          'description' => 'Date this recurring contribution was cancelled by contributor- if we can get access to it',
+          'description' => ts('Date this recurring contribution was cancelled by contributor- if we can get access to it'),
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
@@ -428,7 +428,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Recurring Contribution End Date'),
-          'description' => 'Date this recurring contribution finished successfully',
+          'description' => ts('Date this recurring contribution finished successfully'),
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
@@ -442,7 +442,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'processor_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Processor ID'),
-          'description' => 'Possibly needed to store a unique identifier for this recurring payment order - if this is available from the processor??',
+          'description' => ts('Possibly needed to store a unique identifier for this recurring payment order - if this is available from the processor??'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_recur',
@@ -454,7 +454,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'payment_token_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Token ID'),
-          'description' => 'Optionally used to store a link to a payment token used for this recurring contribution.',
+          'description' => ts('Optionally used to store a link to a payment token used for this recurring contribution.'),
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
@@ -465,7 +465,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'trxn_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Transaction ID'),
-          'description' => 'unique transaction id. may be processor id, bank id + trans id, or account number + check number... depending on payment_method',
+          'description' => ts('unique transaction id. may be processor id, bank id + trans id, or account number + check number... depending on payment_method'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_recur',
@@ -477,7 +477,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'invoice_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Invoice ID'),
-          'description' => 'unique invoice id, system generated or passed in',
+          'description' => ts('unique invoice id, system generated or passed in'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_recur',
@@ -526,7 +526,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'cycle_day',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Number of Cycle Day'),
-          'description' => 'Day in the period when the payment should be charged e.g. 1st of month, 15th etc.',
+          'description' => ts('Day in the period when the payment should be charged e.g. 1st of month, 15th etc.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_contribution_recur',
@@ -541,7 +541,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'next_sched_contribution_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Next Scheduled Contribution Date'),
-          'description' => 'Next scheduled date',
+          'description' => ts('Next scheduled date'),
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
@@ -555,7 +555,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'failure_count',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Number of Failures'),
-          'description' => 'Number of failed charge attempts since last success. Business rule could be set to deactivate on more than x failures.',
+          'description' => ts('Number of failed charge attempts since last success. Business rule could be set to deactivate on more than x failures.'),
           'default' => '0',
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
@@ -569,7 +569,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'failure_retry_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Retry Failed Attempt Date'),
-          'description' => 'Date to retry failed attempt',
+          'description' => ts('Date to retry failed attempt'),
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
@@ -583,7 +583,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'auto_renew',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Auto Renew'),
-          'description' => 'Some systems allow contributor to set a number of installments - but then auto-renew the subscription or commitment if they do not cancel.',
+          'description' => ts('Some systems allow contributor to set a number of installments - but then auto-renew the subscription or commitment if they do not cancel.'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_contribution_recur',
@@ -598,7 +598,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'payment_processor_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Processor'),
-          'description' => 'Foreign key to civicrm_payment_processor.id',
+          'description' => ts('Foreign key to civicrm_payment_processor.id'),
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
@@ -609,7 +609,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type',
+          'description' => ts('FK to Financial Type'),
           'export' => FALSE,
           'where' => 'civicrm_contribution_recur.financial_type_id',
           'headerPattern' => '',
@@ -629,7 +629,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'payment_instrument_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Method'),
-          'description' => 'FK to Payment Instrument',
+          'description' => ts('FK to Payment Instrument'),
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
           'bao' => 'CRM_Contribute_BAO_ContributionRecur',
@@ -646,7 +646,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign'),
-          'description' => 'The campaign for which this contribution has been triggered.',
+          'description' => ts('The campaign for which this contribution has been triggered.'),
           'import' => TRUE,
           'where' => 'civicrm_contribution_recur.campaign_id',
           'headerPattern' => '',
@@ -667,7 +667,7 @@ class CRM_Contribute_DAO_ContributionRecur extends CRM_Core_DAO {
           'name' => 'is_email_receipt',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Send email Receipt?'),
-          'description' => 'if true, receipt is automatically emailed to contact on each successful payment',
+          'description' => ts('if true, receipt is automatically emailed to contact on each successful payment'),
           'default' => '1',
           'table_name' => 'civicrm_contribution_recur',
           'entity' => 'ContributionRecur',
index 88c9c47f0017f7472eee5507315b47093bba0319..7f292aaf630a3192005132def40f0d3d7ab8dbe2 100644 (file)
@@ -129,7 +129,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Soft Contribution ID'),
-          'description' => 'Soft Contribution ID',
+          'description' => ts('Soft Contribution ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_contribution_soft.id',
@@ -145,7 +145,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'contribution_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Soft Contribution - Contribution'),
-          'description' => 'FK to contribution table.',
+          'description' => ts('FK to contribution table.'),
           'required' => TRUE,
           'table_name' => 'civicrm_contribution_soft',
           'entity' => 'ContributionSoft',
@@ -157,7 +157,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_contribution_soft.contact_id',
@@ -174,7 +174,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Soft Contribution Amount'),
-          'description' => 'Amount of this soft contribution.',
+          'description' => ts('Amount of this soft contribution.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -194,7 +194,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Soft Contribution Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'default' => 'NULL',
@@ -216,7 +216,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'pcp_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Soft Contribution PCP'),
-          'description' => 'FK to civicrm_pcp.id',
+          'description' => ts('FK to civicrm_pcp.id'),
           'default' => 'NULL',
           'table_name' => 'civicrm_contribution_soft',
           'entity' => 'ContributionSoft',
@@ -270,7 +270,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO {
           'name' => 'soft_credit_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Soft Credit Type'),
-          'description' => 'Soft Credit Type ID.Implicit FK to civicrm_option_value where option_group = soft_credit_type.',
+          'description' => ts('Soft Credit Type ID.Implicit FK to civicrm_option_value where option_group = soft_credit_type.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_contribution_soft',
           'entity' => 'ContributionSoft',
index 9ff1e31b313b464fb0df94d3ae8509cb96e574e4..30a9711a63f47c2aac380fb7ffe22697fc3aa51a 100644 (file)
@@ -144,7 +144,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Premium Entity'),
-          'description' => 'Joins these premium settings to another object. Always civicrm_contribution_page for now.',
+          'description' => ts('Joins these premium settings to another object. Always civicrm_contribution_page for now.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -167,7 +167,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'name' => 'premiums_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Premium Active?'),
-          'description' => 'Is the Premiums feature enabled for this page?',
+          'description' => ts('Is the Premiums feature enabled for this page?'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_premiums',
@@ -179,7 +179,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'name' => 'premiums_intro_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Title for Premiums section'),
-          'description' => 'Title for Premiums section.',
+          'description' => ts('Title for Premiums section.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_premiums',
@@ -191,7 +191,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'name' => 'premiums_intro_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Premium Introductory Text'),
-          'description' => 'Displayed in <div> at top of Premiums section of page. Text and HTML allowed.',
+          'description' => ts('Displayed in <div> at top of Premiums section of page. Text and HTML allowed.'),
           'table_name' => 'civicrm_premiums',
           'entity' => 'Premium',
           'bao' => 'CRM_Contribute_BAO_Premium',
@@ -201,7 +201,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'name' => 'premiums_contact_email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Premium Contact Email'),
-          'description' => 'This email address is included in receipts if it is populated and a premium has been selected.',
+          'description' => ts('This email address is included in receipts if it is populated and a premium has been selected.'),
           'maxlength' => 100,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_premiums',
@@ -213,7 +213,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'name' => 'premiums_contact_phone',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Premiums Contact Phone'),
-          'description' => 'This phone number is included in receipts if it is populated and a premium has been selected.',
+          'description' => ts('This phone number is included in receipts if it is populated and a premium has been selected.'),
           'maxlength' => 50,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_premiums',
@@ -225,7 +225,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'name' => 'premiums_display_min_contribution',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Display Minimum Contribution?'),
-          'description' => 'Boolean. Should we automatically display minimum contribution amount text after the premium descriptions.',
+          'description' => ts('Boolean. Should we automatically display minimum contribution amount text after the premium descriptions.'),
           'required' => TRUE,
           'table_name' => 'civicrm_premiums',
           'entity' => 'Premium',
@@ -236,7 +236,7 @@ class CRM_Contribute_DAO_Premium extends CRM_Core_DAO {
           'name' => 'premiums_nothankyou_label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('No Thank-you Text'),
-          'description' => 'Label displayed for No Thank-you option in premiums block (e.g. No thank you)',
+          'description' => ts('Label displayed for No Thank-you option in premiums block (e.g. No thank you)'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_premiums',
index d1473251f1320b9eb095479afdaaec9510cc992a..9f578516f04ecd3c7383f3fe5e3b6b7dcf207142 100644 (file)
@@ -98,7 +98,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Premium Product ID'),
-          'description' => 'Contribution ID',
+          'description' => ts('Contribution ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_premiums_product',
           'entity' => 'PremiumsProduct',
@@ -109,7 +109,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO {
           'name' => 'premiums_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Premium'),
-          'description' => 'Foreign key to premiums settings record.',
+          'description' => ts('Foreign key to premiums settings record.'),
           'required' => TRUE,
           'table_name' => 'civicrm_premiums_product',
           'entity' => 'PremiumsProduct',
@@ -121,7 +121,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO {
           'name' => 'product_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Product'),
-          'description' => 'Foreign key to each product object.',
+          'description' => ts('Foreign key to each product object.'),
           'required' => TRUE,
           'table_name' => 'civicrm_premiums_product',
           'entity' => 'PremiumsProduct',
@@ -143,7 +143,7 @@ class CRM_Contribute_DAO_PremiumsProduct extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type.',
+          'description' => ts('FK to Financial Type.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_premiums_product',
           'entity' => 'PremiumsProduct',
index 5799fa61a55d729f04fd110c79040420b6a9040a..55cd7cabd2ec4951489179062d0851b2923d7522 100644 (file)
@@ -203,7 +203,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Product Name'),
-          'description' => 'Required product/premium name',
+          'description' => ts('Required product/premium name'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -220,7 +220,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Description'),
-          'description' => 'Optional description of the product/premium.',
+          'description' => ts('Optional description of the product/premium.'),
           'table_name' => 'civicrm_product',
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
@@ -230,7 +230,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'sku',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('SKU'),
-          'description' => 'Optional product sku or code.',
+          'description' => ts('Optional product sku or code.'),
           'maxlength' => 50,
           'size' => CRM_Utils_Type::BIG,
           'export' => TRUE,
@@ -246,7 +246,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'options',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Options'),
-          'description' => 'Store comma-delimited list of color, size, etc. options for the product.',
+          'description' => ts('Store comma-delimited list of color, size, etc. options for the product.'),
           'table_name' => 'civicrm_product',
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
@@ -256,7 +256,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'image',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Image'),
-          'description' => 'Full or relative URL to uploaded image - fullsize.',
+          'description' => ts('Full or relative URL to uploaded image - fullsize.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_product',
@@ -268,7 +268,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'thumbnail',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Thumbnail'),
-          'description' => 'Full or relative URL to image thumbnail.',
+          'description' => ts('Full or relative URL to image thumbnail.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_product',
@@ -280,7 +280,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'price',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Price'),
-          'description' => 'Sell price or market value for premiums. For tax-deductible contributions, this will be stored as non_deductible_amount in the contribution record.',
+          'description' => ts('Sell price or market value for premiums. For tax-deductible contributions, this will be stored as non_deductible_amount in the contribution record.'),
           'precision' => [
             20,
             2
@@ -294,7 +294,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'default' => 'NULL',
@@ -316,7 +316,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type.',
+          'description' => ts('FK to Financial Type.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_product',
           'entity' => 'Product',
@@ -333,7 +333,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'min_contribution',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Minimum Contribution'),
-          'description' => 'Minimum contribution required to be eligible to select this premium.',
+          'description' => ts('Minimum contribution required to be eligible to select this premium.'),
           'precision' => [
             20,
             2
@@ -347,7 +347,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'cost',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Cost'),
-          'description' => 'Actual cost of this product. Useful to determine net return from sale or using this as an incentive.',
+          'description' => ts('Actual cost of this product. Useful to determine net return from sale or using this as an incentive.'),
           'precision' => [
             20,
             2
@@ -361,7 +361,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Active'),
-          'description' => 'Disabling premium removes it from the premiums_premium join table below.',
+          'description' => ts('Disabling premium removes it from the premiums_premium join table below.'),
           'required' => TRUE,
           'table_name' => 'civicrm_product',
           'entity' => 'Product',
@@ -372,8 +372,8 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'period_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Period Type'),
-          'description' => 'Rolling means we set start/end based on current day, fixed means we set start/end for current year or month
-      (e.g. 1 year + fixed -> we would set start/end for 1/1/06 thru 12/31/06 for any premium chosen in 2006) ',
+          'description' => ts('Rolling means we set start/end based on current day, fixed means we set start/end for current year or month
+      (e.g. 1 year + fixed -> we would set start/end for 1/1/06 thru 12/31/06 for any premium chosen in 2006) '),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'default' => 'rolling',
@@ -392,7 +392,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'fixed_period_start_day',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Fixed Period Start Day'),
-          'description' => 'Month and day (MMDD) that fixed period type subscription or membership starts.',
+          'description' => ts('Month and day (MMDD) that fixed period type subscription or membership starts.'),
           'default' => '0101',
           'table_name' => 'civicrm_product',
           'entity' => 'Product',
@@ -421,7 +421,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'duration_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Duration Interval'),
-          'description' => 'Number of units for total duration of subscription, service, membership (e.g. 12 Months).',
+          'description' => ts('Number of units for total duration of subscription, service, membership (e.g. 12 Months).'),
           'table_name' => 'civicrm_product',
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
@@ -431,7 +431,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'frequency_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Frequency Unit'),
-          'description' => 'Frequency unit and interval allow option to store actual delivery frequency for a subscription or service.',
+          'description' => ts('Frequency unit and interval allow option to store actual delivery frequency for a subscription or service.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'default' => 'month',
@@ -450,7 +450,7 @@ class CRM_Contribute_DAO_Product extends CRM_Core_DAO {
           'name' => 'frequency_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Frequency Interval'),
-          'description' => 'Number of units for delivery frequency of subscription, service, membership (e.g. every 3 Months).',
+          'description' => ts('Number of units for delivery frequency of subscription, service, membership (e.g. every 3 Months).'),
           'table_name' => 'civicrm_product',
           'entity' => 'Product',
           'bao' => 'CRM_Contribute_BAO_Product',
index a570f7b173c4447e8713b9d45b272566f8206dac..0c7468fd4d41cddd50f03d1ad8a11f84ea8f4202 100644 (file)
@@ -164,7 +164,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Widget ID'),
-          'description' => 'Contribution Id',
+          'description' => ts('Contribution Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_contribution_widget',
           'entity' => 'Widget',
@@ -175,7 +175,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'name' => 'contribution_page_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution Page'),
-          'description' => 'The Contribution Page which triggered this contribution',
+          'description' => ts('The Contribution Page which triggered this contribution'),
           'table_name' => 'civicrm_contribution_widget',
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
@@ -186,7 +186,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Enabled?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_contribution_widget',
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
@@ -196,7 +196,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Widget Title'),
-          'description' => 'Widget title.',
+          'description' => ts('Widget title.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_widget',
@@ -208,7 +208,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'name' => 'url_logo',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Widget Image Url'),
-          'description' => 'URL to Widget logo',
+          'description' => ts('URL to Widget logo'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_widget',
@@ -220,7 +220,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'name' => 'button_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Button Title'),
-          'description' => 'Button title.',
+          'description' => ts('Button title.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_widget',
@@ -232,7 +232,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'name' => 'about',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Description'),
-          'description' => 'About description.',
+          'description' => ts('About description.'),
           'table_name' => 'civicrm_contribution_widget',
           'entity' => 'Widget',
           'bao' => 'CRM_Contribute_BAO_Widget',
@@ -242,7 +242,7 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
           'name' => 'url_homepage',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Homepage Url'),
-          'description' => 'URL to Homepage.',
+          'description' => ts('URL to Homepage.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_contribution_widget',
index 3958e5ff22f7746ee86b04ac929fe67138d5028b..eb5fb66fccda6918e607dbaea32f756ed07bfbb9 100644 (file)
@@ -143,7 +143,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Action Schedule Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
@@ -154,7 +154,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'FK to id of the entity that the action was performed on. Pseudo - FK.',
+          'description' => ts('FK to id of the entity that the action was performed on. Pseudo - FK.'),
           'required' => TRUE,
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
@@ -165,7 +165,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'name of the entity table for the above id, e.g. civicrm_activity, civicrm_participant',
+          'description' => ts('name of the entity table for the above id, e.g. civicrm_activity, civicrm_participant'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_log',
@@ -177,7 +177,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'action_schedule_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Schedule'),
-          'description' => 'FK to the action schedule that this action originated from.',
+          'description' => ts('FK to the action schedule that this action originated from.'),
           'required' => TRUE,
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
@@ -189,7 +189,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'action_date_time',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Action Date And Time'),
-          'description' => 'date time that the action was performed on.',
+          'description' => ts('date time that the action was performed on.'),
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
@@ -199,7 +199,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'is_error',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Error?'),
-          'description' => 'Was there any error sending the reminder?',
+          'description' => ts('Was there any error sending the reminder?'),
           'default' => '0',
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
@@ -210,7 +210,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'message',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Message'),
-          'description' => 'Description / text in case there was an error encountered.',
+          'description' => ts('Description / text in case there was an error encountered.'),
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
@@ -220,7 +220,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'repetition_number',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Repetition Number'),
-          'description' => 'Keeps track of the sequence number of this repetition.',
+          'description' => ts('Keeps track of the sequence number of this repetition.'),
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
           'bao' => 'CRM_Core_BAO_ActionLog',
@@ -230,7 +230,7 @@ class CRM_Core_DAO_ActionLog extends CRM_Core_DAO {
           'name' => 'reference_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Reference Date'),
-          'description' => 'Stores the date from the entity which triggered this reminder action (e.g. membership.end_date for most membership renewal reminders)',
+          'description' => ts('Stores the date from the entity which triggered this reminder action (e.g. membership.end_date for most membership renewal reminders)'),
           'default' => 'NULL',
           'table_name' => 'civicrm_action_log',
           'entity' => 'ActionLog',
index f7fe97914b5636b2d0ca0d15bafca0d47e3c32f8..24482bac99d654727911df6d531839fad714825f 100644 (file)
@@ -119,7 +119,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'name' => 'entity',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Action Mapping Entity'),
-          'description' => 'Entity for which the reminder is created',
+          'description' => ts('Entity for which the reminder is created'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_mapping',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'name' => 'entity_value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Action Mapping Entity Value'),
-          'description' => 'Entity value',
+          'description' => ts('Entity value'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_mapping',
@@ -143,7 +143,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'name' => 'entity_value_label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Value Label'),
-          'description' => 'Entity value label',
+          'description' => ts('Entity value label'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_mapping',
@@ -155,7 +155,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'name' => 'entity_status',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Status'),
-          'description' => 'Entity status',
+          'description' => ts('Entity status'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_mapping',
@@ -167,7 +167,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'name' => 'entity_status_label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Status Label'),
-          'description' => 'Entity status label',
+          'description' => ts('Entity status label'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_mapping',
@@ -179,7 +179,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'name' => 'entity_date_start',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Start Date'),
-          'description' => 'Entity date',
+          'description' => ts('Entity date'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_mapping',
@@ -191,7 +191,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'name' => 'entity_date_end',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity End Date'),
-          'description' => 'Entity date',
+          'description' => ts('Entity date'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_mapping',
@@ -203,7 +203,7 @@ class CRM_Core_DAO_ActionMapping extends CRM_Core_DAO {
           'name' => 'entity_recipient',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Recipient'),
-          'description' => 'Entity recipient',
+          'description' => ts('Entity recipient'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_mapping',
index c7ee8457f1adc3bf7caff8d10eeaf4319df77c46..981bc5e812411627fae2082a492cb744a7f56008 100644 (file)
@@ -336,7 +336,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Name of the action(reminder)',
+          'description' => ts('Name of the action(reminder)'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -348,7 +348,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Title'),
-          'description' => 'Title of the action(reminder)',
+          'description' => ts('Title of the action(reminder)'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -360,7 +360,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'recipient',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Recipient'),
-          'description' => 'Recipient',
+          'description' => ts('Recipient'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -372,7 +372,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'limit_to',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Limit To'),
-          'description' => 'Is this the recipient criteria limited to OR in addition to?',
+          'description' => ts('Is this the recipient criteria limited to OR in addition to?'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -382,7 +382,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'entity_value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Value'),
-          'description' => 'Entity value',
+          'description' => ts('Entity value'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -394,7 +394,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'entity_status',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Status'),
-          'description' => 'Entity status',
+          'description' => ts('Entity status'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -406,7 +406,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'start_action_offset',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Start Action Offset'),
-          'description' => 'Reminder Interval.',
+          'description' => ts('Reminder Interval.'),
           'default' => '0',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -417,7 +417,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'start_action_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Start Action Unit'),
-          'description' => 'Time units for reminder.',
+          'description' => ts('Time units for reminder.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_action_schedule',
@@ -435,7 +435,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'start_action_condition',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Start Action Condition'),
-          'description' => 'Reminder Action',
+          'description' => ts('Reminder Action'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -447,7 +447,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'start_action_date',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Start Action Date'),
-          'description' => 'Entity date',
+          'description' => ts('Entity date'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -469,7 +469,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'repetition_frequency_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Repetition Frequency Unit'),
-          'description' => 'Time units for repetition of reminder.',
+          'description' => ts('Time units for repetition of reminder.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_action_schedule',
@@ -487,7 +487,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'repetition_frequency_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Repetition Frequency Interval'),
-          'description' => 'Time interval for repeating the reminder.',
+          'description' => ts('Time interval for repeating the reminder.'),
           'default' => '0',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -498,7 +498,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'end_frequency_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('End Frequency Unit'),
-          'description' => 'Time units till repetition of reminder.',
+          'description' => ts('Time units till repetition of reminder.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_action_schedule',
@@ -516,7 +516,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'end_frequency_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('End Frequency Interval'),
-          'description' => 'Time interval till repeating the reminder.',
+          'description' => ts('Time interval till repeating the reminder.'),
           'default' => '0',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -527,7 +527,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'end_action',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('End Action'),
-          'description' => 'Reminder Action till repeating the reminder.',
+          'description' => ts('Reminder Action till repeating the reminder.'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_action_schedule',
@@ -539,7 +539,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('End Date'),
-          'description' => 'Entity end date',
+          'description' => ts('Entity end date'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -551,7 +551,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Schedule is Active?'),
-          'description' => 'Is this option active?',
+          'description' => ts('Is this option active?'),
           'default' => '1',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -562,7 +562,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'recipient_manual',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Recipient Manual'),
-          'description' => 'Contact IDs to which reminder should be sent.',
+          'description' => ts('Contact IDs to which reminder should be sent.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -574,7 +574,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'recipient_listing',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Recipient Listing'),
-          'description' => 'listing based on recipient field.',
+          'description' => ts('listing based on recipient field.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -586,7 +586,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'body_text',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Reminder Text'),
-          'description' => 'Body of the mailing in text format.',
+          'description' => ts('Body of the mailing in text format.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -596,7 +596,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'body_html',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Reminder HTML'),
-          'description' => 'Body of the mailing in html format.',
+          'description' => ts('Body of the mailing in html format.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -606,7 +606,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'sms_body_text',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('SMS Reminder Text'),
-          'description' => 'Content of the SMS text.',
+          'description' => ts('Content of the SMS text.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -616,7 +616,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'subject',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Reminder Subject'),
-          'description' => 'Subject of mailing',
+          'description' => ts('Subject of mailing'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -628,7 +628,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'record_activity',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Record Activity for Reminder?'),
-          'description' => 'Record Activity for this reminder?',
+          'description' => ts('Record Activity for this reminder?'),
           'default' => 'NULL',
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
@@ -639,7 +639,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'mapping_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Reminder Mapping'),
-          'description' => 'Name/ID of the mapping to use on this table',
+          'description' => ts('Name/ID of the mapping to use on this table'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -651,7 +651,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Reminder Group'),
-          'description' => 'FK to Group',
+          'description' => ts('FK to Group'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -670,7 +670,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'msg_template_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Reminder Template'),
-          'description' => 'FK to the message template.',
+          'description' => ts('FK to the message template.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -681,7 +681,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'sms_template_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Reminder Template'),
-          'description' => 'FK to the message template.',
+          'description' => ts('FK to the message template.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -692,7 +692,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'absolute_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Fixed Date for Reminder'),
-          'description' => 'Date on which the reminder be sent.',
+          'description' => ts('Date on which the reminder be sent.'),
           'table_name' => 'civicrm_action_schedule',
           'entity' => 'ActionSchedule',
           'bao' => 'CRM_Core_BAO_ActionSchedule',
@@ -702,7 +702,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'from_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Reminder from Name'),
-          'description' => 'Name in "from" field',
+          'description' => ts('Name in "from" field'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -714,7 +714,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'from_email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Reminder From Email'),
-          'description' => 'Email address in "from" field',
+          'description' => ts('Email address in "from" field'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -726,7 +726,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'mode',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Message Mode'),
-          'description' => 'Send the message as email or sms or both.',
+          'description' => ts('Send the message as email or sms or both.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'Email',
@@ -759,7 +759,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'used_for',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Used For'),
-          'description' => 'Used for repeating entity',
+          'description' => ts('Used for repeating entity'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_action_schedule',
@@ -771,7 +771,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'filter_contact_language',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Filter Contact Language'),
-          'description' => 'Used for multilingual installation',
+          'description' => ts('Used for multilingual installation'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_action_schedule',
@@ -783,7 +783,7 @@ class CRM_Core_DAO_ActionSchedule extends CRM_Core_DAO {
           'name' => 'communication_language',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Communication Language'),
-          'description' => 'Used for multilingual installation',
+          'description' => ts('Used for multilingual installation'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_action_schedule',
index 877496a9d59f714cb42ec5a9703e8d7211efa1bf..73d4cdef460b539e67afac5fed411268c3a2dc6f 100644 (file)
@@ -270,7 +270,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Address ID'),
-          'description' => 'Unique Address ID',
+          'description' => ts('Unique Address ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_address',
           'entity' => 'Address',
@@ -281,7 +281,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_address',
           'entity' => 'Address',
           'bao' => 'CRM_Core_BAO_Address',
@@ -292,7 +292,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Address Location Type'),
-          'description' => 'Which Location does this address belong to.',
+          'description' => ts('Which Location does this address belong to.'),
           'table_name' => 'civicrm_address',
           'entity' => 'Address',
           'bao' => 'CRM_Core_BAO_Address',
@@ -310,7 +310,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Address Primary?'),
-          'description' => 'Is this the primary address.',
+          'description' => ts('Is this the primary address.'),
           'default' => '0',
           'table_name' => 'civicrm_address',
           'entity' => 'Address',
@@ -324,7 +324,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'is_billing',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Billing Address'),
-          'description' => 'Is this the billing address.',
+          'description' => ts('Is this the billing address.'),
           'default' => '0',
           'table_name' => 'civicrm_address',
           'entity' => 'Address',
@@ -338,10 +338,10 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'street_address',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Street Address'),
-          'description' => 'Concatenation of all routable street address components (prefix, street number, street name, suffix, unit
+          'description' => ts('Concatenation of all routable street address components (prefix, street number, street name, suffix, unit
       number OR P.O. Box). Apps should be able to determine physical location with this data (for mapping, mail
       delivery, etc.).
-    ',
+    '),
           'maxlength' => 96,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -361,7 +361,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'street_number',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Street Number'),
-          'description' => 'Numeric portion of address number on the street, e.g. For 112A Main St, the street_number = 112.',
+          'description' => ts('Numeric portion of address number on the street, e.g. For 112A Main St, the street_number = 112.'),
           'export' => TRUE,
           'where' => 'civicrm_address.street_number',
           'headerPattern' => '',
@@ -378,8 +378,8 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'street_number_suffix',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Street Number Suffix'),
-          'description' => 'Non-numeric portion of address number on the street, e.g. For 112A Main St, the street_number_suffix = A
-    ',
+          'description' => ts('Non-numeric portion of address number on the street, e.g. For 112A Main St, the street_number_suffix = A
+    '),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'export' => TRUE,
@@ -398,7 +398,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'street_number_predirectional',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Street Direction Prefix'),
-          'description' => 'Directional prefix, e.g. SE Main St, SE is the prefix.',
+          'description' => ts('Directional prefix, e.g. SE Main St, SE is the prefix.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_address',
@@ -413,7 +413,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'street_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Street Name'),
-          'description' => 'Actual street name, excluding St, Dr, Rd, Ave, e.g. For 112 Main St, the street_name = Main.',
+          'description' => ts('Actual street name, excluding St, Dr, Rd, Ave, e.g. For 112 Main St, the street_name = Main.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'export' => TRUE,
@@ -432,7 +432,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'street_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Street Type'),
-          'description' => 'St, Rd, Dr, etc.',
+          'description' => ts('St, Rd, Dr, etc.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_address',
@@ -447,7 +447,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'street_number_postdirectional',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Street Direction Suffix'),
-          'description' => 'Directional prefix, e.g. Main St S, S is the suffix.',
+          'description' => ts('Directional prefix, e.g. Main St S, S is the suffix.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_address',
@@ -462,7 +462,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'street_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Street Unit'),
-          'description' => 'Secondary unit designator, e.g. Apt 3 or Unit # 14, or Bldg 1200',
+          'description' => ts('Secondary unit designator, e.g. Apt 3 or Unit # 14, or Bldg 1200'),
           'maxlength' => 16,
           'size' => CRM_Utils_Type::TWELVE,
           'export' => TRUE,
@@ -481,7 +481,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'supplemental_address_1',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Supplemental Address 1'),
-          'description' => 'Supplemental Address Information, Line 1',
+          'description' => ts('Supplemental Address Information, Line 1'),
           'maxlength' => 96,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -501,7 +501,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'supplemental_address_2',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Supplemental Address 2'),
-          'description' => 'Supplemental Address Information, Line 2',
+          'description' => ts('Supplemental Address Information, Line 2'),
           'maxlength' => 96,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -521,7 +521,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'supplemental_address_3',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Supplemental Address 3'),
-          'description' => 'Supplemental Address Information, Line 3',
+          'description' => ts('Supplemental Address Information, Line 3'),
           'maxlength' => 96,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -541,7 +541,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'city',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('City'),
-          'description' => 'City, Town or Village Name.',
+          'description' => ts('City, Town or Village Name.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -561,7 +561,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'county_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('County'),
-          'description' => 'Which County does this address belong to.',
+          'description' => ts('Which County does this address belong to.'),
           'table_name' => 'civicrm_address',
           'entity' => 'Address',
           'bao' => 'CRM_Core_BAO_Address',
@@ -580,7 +580,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'state_province_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('State/Province'),
-          'description' => 'Which State_Province does this address belong to.',
+          'description' => ts('Which State_Province does this address belong to.'),
           'table_name' => 'civicrm_address',
           'entity' => 'Address',
           'bao' => 'CRM_Core_BAO_Address',
@@ -599,7 +599,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'postal_code_suffix',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Postal Code Suffix'),
-          'description' => 'Store the suffix, like the +4 part in the USPS system.',
+          'description' => ts('Store the suffix, like the +4 part in the USPS system.'),
           'maxlength' => 12,
           'size' => 3,
           'import' => TRUE,
@@ -619,7 +619,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'postal_code',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Postal Code'),
-          'description' => 'Store both US (zip5) AND international postal codes. App is responsible for country/region appropriate validation.',
+          'description' => ts('Store both US (zip5) AND international postal codes. App is responsible for country/region appropriate validation.'),
           'maxlength' => 64,
           'size' => 6,
           'import' => TRUE,
@@ -639,7 +639,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'usps_adc',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('USPS Code'),
-          'description' => 'USPS Bulk mailing code.',
+          'description' => ts('USPS Bulk mailing code.'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_address',
@@ -651,7 +651,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'country_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Country'),
-          'description' => 'Which Country does this address belong to.',
+          'description' => ts('Which Country does this address belong to.'),
           'table_name' => 'civicrm_address',
           'entity' => 'Address',
           'bao' => 'CRM_Core_BAO_Address',
@@ -671,7 +671,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'geo_code_1',
           'type' => CRM_Utils_Type::T_FLOAT,
           'title' => ts('Latitude'),
-          'description' => 'Latitude',
+          'description' => ts('Latitude'),
           'import' => TRUE,
           'where' => 'civicrm_address.geo_code_1',
           'headerPattern' => '/geo/i',
@@ -689,7 +689,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'geo_code_2',
           'type' => CRM_Utils_Type::T_FLOAT,
           'title' => ts('Longitude'),
-          'description' => 'Longitude',
+          'description' => ts('Longitude'),
           'import' => TRUE,
           'where' => 'civicrm_address.geo_code_2',
           'headerPattern' => '/geo/i',
@@ -707,7 +707,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'manual_geo_code',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is manually geocoded'),
-          'description' => 'Is this a manually entered geo code',
+          'description' => ts('Is this a manually entered geo code'),
           'default' => '0',
           'table_name' => 'civicrm_address',
           'entity' => 'Address',
@@ -721,7 +721,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'timezone',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Timezone'),
-          'description' => 'Timezone expressed as a UTC offset - e.g. United States CST would be written as "UTC-6".',
+          'description' => ts('Timezone expressed as a UTC offset - e.g. United States CST would be written as "UTC-6".'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_address',
@@ -755,7 +755,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'master_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Master Address Belongs To'),
-          'description' => 'FK to Address ID',
+          'description' => ts('FK to Address ID'),
           'import' => TRUE,
           'where' => 'civicrm_address.master_id',
           'headerPattern' => '',
index f77df5b91cfe44bbb6da31b72a5691a91658dedb..8dc8dd207fd0741c65eee0d6bb0f5e00417f99ca 100644 (file)
@@ -62,7 +62,7 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Address Format ID'),
-          'description' => 'Address Format Id',
+          'description' => ts('Address Format Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_address_format',
           'entity' => 'AddressFormat',
@@ -73,7 +73,7 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO {
           'name' => 'format',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Address Format'),
-          'description' => 'The format of an address',
+          'description' => ts('The format of an address'),
           'table_name' => 'civicrm_address_format',
           'entity' => 'AddressFormat',
           'bao' => 'CRM_Core_DAO_AddressFormat',
index 55d33594ff7af83e72244fec5f1874cd94f80ba5..a707944ac870384e534c34a1c9dd414f6625c918 100644 (file)
@@ -119,7 +119,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'name' => 'group_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Group Name'),
-          'description' => 'group name for cache element, useful in cleaning cache elements',
+          'description' => ts('group name for cache element, useful in cleaning cache elements'),
           'required' => TRUE,
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
@@ -132,7 +132,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'name' => 'path',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Path'),
-          'description' => 'Unique path name for cache element',
+          'description' => ts('Unique path name for cache element'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_cache',
@@ -144,7 +144,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'name' => 'data',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Data'),
-          'description' => 'data associated with this path',
+          'description' => ts('data associated with this path'),
           'table_name' => 'civicrm_cache',
           'entity' => 'Cache',
           'bao' => 'CRM_Core_BAO_Cache',
@@ -153,7 +153,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
         'component_id' => [
           'name' => 'component_id',
           'type' => CRM_Utils_Type::T_INT,
-          'description' => 'Component that this menu item belongs to',
+          'description' => ts('Component that this menu item belongs to'),
           'table_name' => 'civicrm_cache',
           'entity' => 'Cache',
           'bao' => 'CRM_Core_BAO_Cache',
@@ -172,7 +172,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Created Date'),
-          'description' => 'When was the cache item created',
+          'description' => ts('When was the cache item created'),
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_cache',
           'entity' => 'Cache',
@@ -183,7 +183,7 @@ class CRM_Core_DAO_Cache extends CRM_Core_DAO {
           'name' => 'expired_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Expired Date'),
-          'description' => 'When should the cache item expire',
+          'description' => ts('When should the cache item expire'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_cache',
index e1fafce1a3341937b65d190b3036339162048de6..05fe9c75a58d001cad560d761fb3fbf3ef63b507 100644 (file)
@@ -70,7 +70,7 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Component ID'),
-          'description' => 'Component ID',
+          'description' => ts('Component ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_component',
           'entity' => 'Component',
@@ -81,7 +81,7 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Component name'),
-          'description' => 'Name of the component.',
+          'description' => ts('Name of the component.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -94,9 +94,9 @@ class CRM_Core_DAO_Component extends CRM_Core_DAO {
           'name' => 'namespace',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Namespace reserved for component.'),
-          'description' => 'Path to components main directory in a form of a class
+          'description' => ts('Path to components main directory in a form of a class
       namespace.
-    ',
+    '),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_component',
index 82af44c6856b3bb6afd40458505d7461b3d63f42..16f445dc90d8d54fdf097612d2e08f9818c631d3 100644 (file)
@@ -127,7 +127,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Country ID'),
-          'description' => 'Country Id',
+          'description' => ts('Country Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_country',
           'entity' => 'Country',
@@ -138,7 +138,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Country'),
-          'description' => 'Country Name',
+          'description' => ts('Country Name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -155,7 +155,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'name' => 'iso_code',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Country ISO Code'),
-          'description' => 'ISO Code',
+          'description' => ts('ISO Code'),
           'maxlength' => 2,
           'size' => CRM_Utils_Type::TWO,
           'table_name' => 'civicrm_country',
@@ -167,7 +167,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'name' => 'country_code',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Country Phone Prefix'),
-          'description' => 'National prefix to be used when dialing TO this country.',
+          'description' => ts('National prefix to be used when dialing TO this country.'),
           'maxlength' => 4,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_country',
@@ -179,7 +179,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'name' => 'address_format_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Address Format'),
-          'description' => 'Foreign key to civicrm_address_format.id.',
+          'description' => ts('Foreign key to civicrm_address_format.id.'),
           'table_name' => 'civicrm_country',
           'entity' => 'Country',
           'bao' => 'CRM_Core_BAO_Country',
@@ -190,7 +190,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'name' => 'idd_prefix',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Outgoing Phone Prefix'),
-          'description' => 'International direct dialing prefix from within the country TO another country',
+          'description' => ts('International direct dialing prefix from within the country TO another country'),
           'maxlength' => 4,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_country',
@@ -202,7 +202,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'name' => 'ndd_prefix',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Area Code'),
-          'description' => 'Access prefix to call within a country to a different area',
+          'description' => ts('Access prefix to call within a country to a different area'),
           'maxlength' => 4,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_country',
@@ -214,7 +214,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'name' => 'region_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Region'),
-          'description' => 'Foreign key to civicrm_worldregion.id.',
+          'description' => ts('Foreign key to civicrm_worldregion.id.'),
           'required' => TRUE,
           'table_name' => 'civicrm_country',
           'entity' => 'Country',
@@ -226,7 +226,7 @@ class CRM_Core_DAO_Country extends CRM_Core_DAO {
           'name' => 'is_province_abbreviated',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Abbreviate Province?'),
-          'description' => 'Should state/province be displayed as abbreviation for contacts from this country?',
+          'description' => ts('Should state/province be displayed as abbreviation for contacts from this country?'),
           'default' => '0',
           'table_name' => 'civicrm_country',
           'entity' => 'Country',
index b431cf166ad628f431c25261c8d72b49e50abeda..138887556b6488386e62b8a5dad0a0a114c07afa 100644 (file)
@@ -91,7 +91,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('County ID'),
-          'description' => 'County ID',
+          'description' => ts('County ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_county',
           'entity' => 'County',
@@ -102,7 +102,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('County'),
-          'description' => 'Name of County',
+          'description' => ts('Name of County'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -119,7 +119,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'name' => 'abbreviation',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('County Abbreviation'),
-          'description' => '2-4 Character Abbreviation of County',
+          'description' => ts('2-4 Character Abbreviation of County'),
           'maxlength' => 4,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_county',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_County extends CRM_Core_DAO {
           'name' => 'state_province_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('State'),
-          'description' => 'ID of State/Province that County belongs',
+          'description' => ts('ID of State/Province that County belongs'),
           'required' => TRUE,
           'table_name' => 'civicrm_county',
           'entity' => 'County',
index cda6a54a25d979e465b208c56da29c19cd27e10b..98c1ae64d4cb3c0d7c760117227fe0205ddffe0a 100644 (file)
@@ -274,7 +274,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Custom Field ID'),
-          'description' => 'Unique Custom Field ID',
+          'description' => ts('Unique Custom Field ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
@@ -285,7 +285,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'custom_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Custom Group'),
-          'description' => 'FK to civicrm_custom_group.',
+          'description' => ts('FK to civicrm_custom_group.'),
           'required' => TRUE,
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
@@ -305,7 +305,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Field Name'),
-          'description' => 'Variable name/programmatic handle for this group.',
+          'description' => ts('Variable name/programmatic handle for this group.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_custom_field',
@@ -317,7 +317,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Field Label'),
-          'description' => 'Text for form field label (also friendly name for administering this custom property).',
+          'description' => ts('Text for form field label (also friendly name for administering this custom property).'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -330,7 +330,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'data_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Field Data Type'),
-          'description' => 'Controls location of data storage in extended_data table.',
+          'description' => ts('Controls location of data storage in extended_data table.'),
           'required' => TRUE,
           'maxlength' => 16,
           'size' => CRM_Utils_Type::TWELVE,
@@ -349,7 +349,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'html_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Field HTML Type'),
-          'description' => 'HTML types plus several built-in extended types.',
+          'description' => ts('HTML types plus several built-in extended types.'),
           'required' => TRUE,
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
@@ -365,7 +365,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'default_value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Field Default'),
-          'description' => 'Use form_options.is_default for field_types which use options.',
+          'description' => ts('Use form_options.is_default for field_types which use options.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_custom_field',
@@ -377,7 +377,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'is_required',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Custom Field Is Required?'),
-          'description' => 'Is a value required for this property.',
+          'description' => ts('Is a value required for this property.'),
           'default' => '0',
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
@@ -388,7 +388,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'is_searchable',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Allow Searching on Field?'),
-          'description' => 'Is this property searchable.',
+          'description' => ts('Is this property searchable.'),
           'default' => '0',
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
@@ -399,7 +399,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'is_search_range',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Search as a Range'),
-          'description' => 'Is this property range searchable.',
+          'description' => ts('Is this property range searchable.'),
           'default' => '0',
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
@@ -410,7 +410,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Controls field display order within an extended property group.',
+          'description' => ts('Controls field display order within an extended property group.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_custom_field',
@@ -422,7 +422,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'help_pre',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Custom Field Pre Text'),
-          'description' => 'Description and/or help text to display before this field.',
+          'description' => ts('Description and/or help text to display before this field.'),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -432,7 +432,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'help_post',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Custom Field Post Text'),
-          'description' => 'Description and/or help text to display after this field.',
+          'description' => ts('Description and/or help text to display after this field.'),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -442,7 +442,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'mask',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Field Formatting'),
-          'description' => 'Optional format instructions for specific field types, like date types.',
+          'description' => ts('Optional format instructions for specific field types, like date types.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_custom_field',
@@ -454,7 +454,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'attributes',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Field Attributes'),
-          'description' => 'Store collection of type-appropriate attributes, e.g. textarea  needs rows/cols attributes',
+          'description' => ts('Store collection of type-appropriate attributes, e.g. textarea  needs rows/cols attributes'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_custom_field',
@@ -466,7 +466,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'javascript',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Field Javascript'),
-          'description' => 'Optional scripting attributes for field.',
+          'description' => ts('Optional scripting attributes for field.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_custom_field',
@@ -478,7 +478,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Custom Field Is Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'default' => '1',
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
@@ -489,7 +489,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'is_view',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Field is Viewable'),
-          'description' => 'Is this property set by PHP Code? A code field is viewable but not editable',
+          'description' => ts('Is this property set by PHP Code? A code field is viewable but not editable'),
           'default' => '0',
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
@@ -500,7 +500,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'options_per_line',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Field Options Per Line'),
-          'description' => 'number of options per line for checkbox and radio',
+          'description' => ts('number of options per line for checkbox and radio'),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -510,7 +510,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'text_length',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Field Length'),
-          'description' => 'field length if alphanumeric',
+          'description' => ts('field length if alphanumeric'),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -520,7 +520,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'start_date_years',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Field Start Date'),
-          'description' => 'Date may be up to start_date_years years prior to the current date.',
+          'description' => ts('Date may be up to start_date_years years prior to the current date.'),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -530,7 +530,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'end_date_years',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Field End Date'),
-          'description' => 'Date may be up to end_date_years years after the current date.',
+          'description' => ts('Date may be up to end_date_years years after the current date.'),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -540,7 +540,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'date_format',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Field Data Format'),
-          'description' => 'date format for custom date',
+          'description' => ts('date format for custom date'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_custom_field',
@@ -552,7 +552,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'time_format',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Field Time Format'),
-          'description' => 'time format for custom date',
+          'description' => ts('time format for custom date'),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -562,7 +562,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'note_columns',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Field Note Columns'),
-          'description' => ' Number of columns in Note Field ',
+          'description' => ts(' Number of columns in Note Field '),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -572,7 +572,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'note_rows',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Field Note Rows'),
-          'description' => ' Number of rows in Note Field ',
+          'description' => ts(' Number of rows in Note Field '),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -582,7 +582,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'column_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Field Column Name'),
-          'description' => 'Name of the column that holds the values for this field.',
+          'description' => ts('Name of the column that holds the values for this field.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_custom_field',
@@ -594,7 +594,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'option_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Field Option Group'),
-          'description' => 'For elements with options, the option group id that is used',
+          'description' => ts('For elements with options, the option group id that is used'),
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
           'bao' => 'CRM_Core_BAO_CustomField',
@@ -610,7 +610,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'filter',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Field Filter'),
-          'description' => 'Stores Contact Get API params contact reference custom fields. May be used for other filters in the future.',
+          'description' => ts('Stores Contact Get API params contact reference custom fields. May be used for other filters in the future.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_custom_field',
@@ -622,7 +622,7 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
           'name' => 'in_selector',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Field Display'),
-          'description' => 'Should the multi-record custom field values be displayed in tab table listing',
+          'description' => ts('Should the multi-record custom field values be displayed in tab table listing'),
           'default' => '0',
           'table_name' => 'civicrm_custom_field',
           'entity' => 'CustomField',
index 9e014563bc5a985c4edc7c7e51bb2ecdbc535500..25ecfa64b765642c67e6f94a93efe1b40b190693 100644 (file)
@@ -210,7 +210,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Custom Group ID'),
-          'description' => 'Unique Custom Group ID',
+          'description' => ts('Unique Custom Group ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -221,7 +221,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Name'),
-          'description' => 'Variable name/programmatic handle for this group.',
+          'description' => ts('Variable name/programmatic handle for this group.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_custom_group',
@@ -233,7 +233,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Title'),
-          'description' => 'Friendly Name.',
+          'description' => ts('Friendly Name.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -246,7 +246,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'extends',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Extends'),
-          'description' => 'Type of object this group extends (can add other options later e.g. contact_address, etc.).',
+          'description' => ts('Type of object this group extends (can add other options later e.g. contact_address, etc.).'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'Contact',
@@ -259,7 +259,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'extends_entity_column_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Custom Group Subtype List'),
-          'description' => 'FK to civicrm_option_value.id (for option group custom_data_type.)',
+          'description' => ts('FK to civicrm_option_value.id (for option group custom_data_type.)'),
           'default' => 'NULL',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -277,7 +277,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'extends_entity_column_value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Subtype'),
-          'description' => 'linking custom group for dynamic object',
+          'description' => ts('linking custom group for dynamic object'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_custom_group',
@@ -290,7 +290,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'style',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Custom Group Style'),
-          'description' => 'Visual relationship between this form and its parent.',
+          'description' => ts('Visual relationship between this form and its parent.'),
           'maxlength' => 15,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_custom_group',
@@ -308,7 +308,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'collapse_display',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Collapse Custom Group?'),
-          'description' => 'Will this group be in collapsed or expanded mode on initial display ?',
+          'description' => ts('Will this group be in collapsed or expanded mode on initial display ?'),
           'default' => '0',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -319,7 +319,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'help_pre',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Custom Group Pre Text'),
-          'description' => 'Description and/or help text to display before fields in form.',
+          'description' => ts('Description and/or help text to display before fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_custom_group',
@@ -334,7 +334,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'help_post',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Custom Group Post Text'),
-          'description' => 'Description and/or help text to display after fields in form.',
+          'description' => ts('Description and/or help text to display after fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_custom_group',
@@ -349,7 +349,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Controls display order when multiple extended property groups are setup for the same class.',
+          'description' => ts('Controls display order when multiple extended property groups are setup for the same class.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_custom_group',
@@ -361,7 +361,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Custom Group Is Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'default' => '1',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -372,7 +372,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'table_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Table Name'),
-          'description' => 'Name of the table that holds the values for this group.',
+          'description' => ts('Name of the table that holds the values for this group.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_custom_group',
@@ -384,7 +384,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'is_multiple',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Supports Multiple Records'),
-          'description' => 'Does this group hold multiple values?',
+          'description' => ts('Does this group hold multiple values?'),
           'default' => '0',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -395,7 +395,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'min_multiple',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Minimum Multiple Records'),
-          'description' => 'minimum number of multiple records (typically 0?)',
+          'description' => ts('minimum number of multiple records (typically 0?)'),
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -405,7 +405,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'max_multiple',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Maximum Multiple Records'),
-          'description' => 'maximum number of multiple records, if 0 - no max',
+          'description' => ts('maximum number of multiple records, if 0 - no max'),
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -415,7 +415,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'collapse_adv_display',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Collapse Group Display'),
-          'description' => 'Will this group be in collapsed or expanded mode on advanced search display ?',
+          'description' => ts('Will this group be in collapsed or expanded mode on advanced search display ?'),
           'default' => '0',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -426,7 +426,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Custom Group Created By'),
-          'description' => 'FK to civicrm_contact, who created this custom group',
+          'description' => ts('FK to civicrm_contact, who created this custom group'),
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -437,7 +437,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Custom Group Created Date'),
-          'description' => 'Date and time this custom group was created.',
+          'description' => ts('Date and time this custom group was created.'),
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
           'bao' => 'CRM_Core_BAO_CustomGroup',
@@ -447,7 +447,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Reserved Group?'),
-          'description' => 'Is this a reserved Custom Group?',
+          'description' => ts('Is this a reserved Custom Group?'),
           'default' => '0',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
@@ -458,7 +458,7 @@ class CRM_Core_DAO_CustomGroup extends CRM_Core_DAO {
           'name' => 'is_public',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Custom Group Is Public?'),
-          'description' => 'Is this property public?',
+          'description' => ts('Is this property public?'),
           'default' => '1',
           'table_name' => 'civicrm_custom_group',
           'entity' => 'CustomGroup',
index 634e0f34124f9989b5c08af4ecccb57bccca1676..ee4161edcec88132557ab45f20b5b2b1351b75aa 100644 (file)
@@ -148,7 +148,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Dashlet Domain'),
-          'description' => 'Domain for dashboard',
+          'description' => ts('Domain for dashboard'),
           'required' => TRUE,
           'table_name' => 'civicrm_dashboard',
           'entity' => 'Dashboard',
@@ -165,7 +165,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Dashlet Name'),
-          'description' => 'Internal name of dashlet.',
+          'description' => ts('Internal name of dashlet.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_dashboard',
@@ -177,7 +177,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Dashlet Title'),
-          'description' => 'dashlet title',
+          'description' => ts('dashlet title'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_dashboard',
@@ -189,7 +189,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'url',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Dashlet URL'),
-          'description' => 'url in case of external dashlet',
+          'description' => ts('url in case of external dashlet'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_dashboard',
@@ -201,7 +201,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'permission',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Dashlet Permission'),
-          'description' => 'Permission for the dashlet',
+          'description' => ts('Permission for the dashlet'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_dashboard',
@@ -213,7 +213,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'permission_operator',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Dashlet Permission Operator'),
-          'description' => 'Permission Operator',
+          'description' => ts('Permission Operator'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_dashboard',
@@ -225,7 +225,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'fullscreen_url',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Fullscreen URL'),
-          'description' => 'fullscreen url for dashlet',
+          'description' => ts('fullscreen url for dashlet'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_dashboard',
@@ -237,7 +237,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Dashlet Active?'),
-          'description' => 'Is this dashlet active?',
+          'description' => ts('Is this dashlet active?'),
           'default' => '0',
           'table_name' => 'civicrm_dashboard',
           'entity' => 'Dashboard',
@@ -248,7 +248,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Dashlet Reserved?'),
-          'description' => 'Is this dashlet reserved?',
+          'description' => ts('Is this dashlet reserved?'),
           'default' => '0',
           'table_name' => 'civicrm_dashboard',
           'entity' => 'Dashboard',
@@ -259,7 +259,7 @@ class CRM_Core_DAO_Dashboard extends CRM_Core_DAO {
           'name' => 'cache_minutes',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Cache Minutes'),
-          'description' => 'Number of minutes to cache dashlet content in browser localStorage.',
+          'description' => ts('Number of minutes to cache dashlet content in browser localStorage.'),
           'required' => TRUE,
           'default' => '60',
           'table_name' => 'civicrm_dashboard',
index c8f421f16d97b27b0d822e3eaa1fba45c77782fb..61d97f2abb8d3477cbf27db2ae20fb7b706a07e5 100644 (file)
@@ -106,7 +106,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Discount ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_discount',
           'entity' => 'Discount',
@@ -117,7 +117,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'physical tablename for entity being joined to discount, e.g. civicrm_event',
+          'description' => ts('physical tablename for entity being joined to discount, e.g. civicrm_event'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_discount',
@@ -129,7 +129,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'FK to entity table specified in entity_table column.',
+          'description' => ts('FK to entity table specified in entity_table column.'),
           'required' => TRUE,
           'table_name' => 'civicrm_discount',
           'entity' => 'Discount',
@@ -140,7 +140,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'price_set_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Discount Name'),
-          'description' => 'FK to civicrm_price_set',
+          'description' => ts('FK to civicrm_price_set'),
           'required' => TRUE,
           'export' => TRUE,
           'where' => 'civicrm_discount.price_set_id',
@@ -156,7 +156,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Discount Start Date'),
-          'description' => 'Date when discount starts.',
+          'description' => ts('Date when discount starts.'),
           'table_name' => 'civicrm_discount',
           'entity' => 'Discount',
           'bao' => 'CRM_Core_BAO_Discount',
@@ -166,7 +166,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Discount End Date'),
-          'description' => 'Date when discount ends.',
+          'description' => ts('Date when discount ends.'),
           'table_name' => 'civicrm_discount',
           'entity' => 'Discount',
           'bao' => 'CRM_Core_BAO_Discount',
index 7047fa630e7d06d4f650aa3f2387b0e62d6b4776..19c141fc8bc493e1cc518d44d910b939bdf7accc 100644 (file)
@@ -119,7 +119,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Domain ID'),
-          'description' => 'Domain ID',
+          'description' => ts('Domain ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_domain',
           'entity' => 'Domain',
@@ -130,7 +130,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Domain Name'),
-          'description' => 'Name of Domain / Organization',
+          'description' => ts('Name of Domain / Organization'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_domain',
@@ -145,7 +145,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Domain Description'),
-          'description' => 'Description of Domain.',
+          'description' => ts('Description of Domain.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_domain',
@@ -160,7 +160,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'name' => 'config_backend',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Domain Configuration'),
-          'description' => 'Backend configuration.',
+          'description' => ts('Backend configuration.'),
           'table_name' => 'civicrm_domain',
           'entity' => 'Domain',
           'bao' => 'CRM_Core_BAO_Domain',
@@ -171,7 +171,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'name' => 'version',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('CiviCRM Version'),
-          'description' => 'The civicrm version this instance is running',
+          'description' => ts('The civicrm version this instance is running'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_domain',
@@ -183,7 +183,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Domain Contact'),
-          'description' => 'FK to Contact ID. This is specifically not an FK to avoid circular constraints',
+          'description' => ts('FK to Contact ID. This is specifically not an FK to avoid circular constraints'),
           'table_name' => 'civicrm_domain',
           'entity' => 'Domain',
           'bao' => 'CRM_Core_BAO_Domain',
@@ -194,7 +194,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'name' => 'locales',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Supported Languages'),
-          'description' => 'list of locales supported by the current db state (NULL for single-lang install)',
+          'description' => ts('list of locales supported by the current db state (NULL for single-lang install)'),
           'table_name' => 'civicrm_domain',
           'entity' => 'Domain',
           'bao' => 'CRM_Core_BAO_Domain',
@@ -204,7 +204,7 @@ class CRM_Core_DAO_Domain extends CRM_Core_DAO {
           'name' => 'locale_custom_strings',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Language Customizations'),
-          'description' => 'Locale specific string overrides',
+          'description' => ts('Locale specific string overrides'),
           'table_name' => 'civicrm_domain',
           'entity' => 'Domain',
           'bao' => 'CRM_Core_BAO_Domain',
index 1901e047afd46bdfe8635a425746f4dc34be3f93..ebcfb06db838561e8c4dbf2f0343760a2e64208b 100644 (file)
@@ -147,7 +147,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Email ID'),
-          'description' => 'Unique Email ID',
+          'description' => ts('Unique Email ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_email',
           'entity' => 'Email',
@@ -158,7 +158,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Email Contact'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_email',
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
@@ -169,7 +169,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Email Location Type'),
-          'description' => 'Which Location does this email belong to.',
+          'description' => ts('Which Location does this email belong to.'),
           'table_name' => 'civicrm_email',
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
@@ -187,7 +187,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Email'),
-          'description' => 'Email address',
+          'description' => ts('Email address'),
           'maxlength' => 254,
           'size' => 30,
           'import' => TRUE,
@@ -208,7 +208,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Primary email'),
-          'description' => 'Is this the primary?',
+          'description' => ts('Is this the primary?'),
           'default' => '0',
           'table_name' => 'civicrm_email',
           'entity' => 'Email',
@@ -219,7 +219,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'is_billing',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Billing Email?'),
-          'description' => 'Is this the billing?',
+          'description' => ts('Is this the billing?'),
           'default' => '0',
           'table_name' => 'civicrm_email',
           'entity' => 'Email',
@@ -230,7 +230,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'on_hold',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('On Hold'),
-          'description' => 'Implicit FK to civicrm_option_value where option_group = email_on_hold.',
+          'description' => ts('Implicit FK to civicrm_option_value where option_group = email_on_hold.'),
           'required' => TRUE,
           'export' => TRUE,
           'where' => 'civicrm_email.on_hold',
@@ -252,7 +252,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'is_bulkmail',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Use for Bulk Mail'),
-          'description' => 'Is this address for bulk mail ?',
+          'description' => ts('Is this address for bulk mail ?'),
           'required' => TRUE,
           'export' => TRUE,
           'where' => 'civicrm_email.is_bulkmail',
@@ -268,7 +268,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'hold_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Hold Date'),
-          'description' => 'When the address went on bounce hold',
+          'description' => ts('When the address went on bounce hold'),
           'table_name' => 'civicrm_email',
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
@@ -278,7 +278,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'reset_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Reset Date'),
-          'description' => 'When the address bounce status was last reset',
+          'description' => ts('When the address bounce status was last reset'),
           'table_name' => 'civicrm_email',
           'entity' => 'Email',
           'bao' => 'CRM_Core_BAO_Email',
@@ -288,7 +288,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'signature_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Signature Text'),
-          'description' => 'Text formatted signature for the email.',
+          'description' => ts('Text formatted signature for the email.'),
           'import' => TRUE,
           'where' => 'civicrm_email.signature_text',
           'headerPattern' => '',
@@ -304,7 +304,7 @@ class CRM_Core_DAO_Email extends CRM_Core_DAO {
           'name' => 'signature_html',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Signature Html'),
-          'description' => 'HTML formatted signature for the email.',
+          'description' => ts('HTML formatted signature for the email.'),
           'import' => TRUE,
           'where' => 'civicrm_email.signature_html',
           'headerPattern' => '',
index 818b94e3addd022ed3ac2da5f91bd704495debfb..3a8430b3fa0c2221bd52b3682afae6ae9b901ba5 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity File ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_file',
           'entity' => 'EntityFile',
@@ -103,7 +103,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'physical tablename for entity being joined to file, e.g. civicrm_contact',
+          'description' => ts('physical tablename for entity being joined to file, e.g. civicrm_contact'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_entity_file',
@@ -115,7 +115,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'FK to entity table specified in entity_table column.',
+          'description' => ts('FK to entity table specified in entity_table column.'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_file',
           'entity' => 'EntityFile',
@@ -126,7 +126,7 @@ class CRM_Core_DAO_EntityFile extends CRM_Core_DAO {
           'name' => 'file_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('File'),
-          'description' => 'FK to civicrm_file',
+          'description' => ts('FK to civicrm_file'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_file',
           'entity' => 'EntityFile',
index 43fe3f5b763d47fb8f7bfdf32f73012e805c8161..df87302286f7c2ade6d16bdc03aebbbebd26711d 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity Tag ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_tag',
           'entity' => 'EntityTag',
@@ -103,7 +103,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'physical tablename for entity being joined to file, e.g. civicrm_contact',
+          'description' => ts('physical tablename for entity being joined to file, e.g. civicrm_contact'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_entity_tag',
@@ -119,7 +119,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'FK to entity table specified in entity_table column.',
+          'description' => ts('FK to entity table specified in entity_table column.'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_tag',
           'entity' => 'EntityTag',
@@ -130,7 +130,7 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
           'name' => 'tag_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Tag'),
-          'description' => 'FK to civicrm_tag',
+          'description' => ts('FK to civicrm_tag'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_tag',
           'entity' => 'EntityTag',
index 300ee740e24866e8ee7b4cecc2df5d59bacc2e6e..9274730291ad4330ede211462c75cc25ffb9fca3 100644 (file)
@@ -102,7 +102,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Extension ID'),
-          'description' => 'Local Extension ID',
+          'description' => ts('Local Extension ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_extension',
           'entity' => 'Extension',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'name' => 'full_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Key'),
-          'description' => 'Fully qualified extension name',
+          'description' => ts('Fully qualified extension name'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -144,7 +144,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Short name',
+          'description' => ts('Short name'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -161,7 +161,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Label'),
-          'description' => 'Short, printable name',
+          'description' => ts('Short, printable name'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -178,7 +178,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'name' => 'file',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('File'),
-          'description' => 'Primary PHP file',
+          'description' => ts('Primary PHP file'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -195,7 +195,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'name' => 'schema_version',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Schema Version'),
-          'description' => 'Revision code of the database schema; the format is module-defined',
+          'description' => ts('Revision code of the database schema; the format is module-defined'),
           'maxlength' => 63,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -212,7 +212,7 @@ class CRM_Core_DAO_Extension extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Extension is Active?'),
-          'description' => 'Is this extension active?',
+          'description' => ts('Is this extension active?'),
           'default' => '1',
           'table_name' => 'civicrm_extension',
           'entity' => 'Extension',
index 6aacb72d49bab8f5bb166f1f883d9f611bb92e27..5ee749cd54c29cc52bd99348812f44bb54e7f84f 100644 (file)
@@ -119,7 +119,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('File ID'),
-          'description' => 'Unique ID',
+          'description' => ts('Unique ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_file',
           'entity' => 'File',
@@ -130,7 +130,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'name' => 'file_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('File Type'),
-          'description' => 'Type of file (e.g. Transcript, Income Tax Return, etc). FK to civicrm_option_value.',
+          'description' => ts('Type of file (e.g. Transcript, Income Tax Return, etc). FK to civicrm_option_value.'),
           'table_name' => 'civicrm_file',
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
@@ -140,7 +140,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'name' => 'mime_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mime Type'),
-          'description' => 'mime type of the document',
+          'description' => ts('mime type of the document'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_file',
@@ -152,7 +152,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'name' => 'uri',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Path'),
-          'description' => 'uri of the file on disk',
+          'description' => ts('uri of the file on disk'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_file',
@@ -164,7 +164,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'name' => 'document',
           'type' => CRM_Utils_Type::T_MEDIUMBLOB,
           'title' => ts('File Contents'),
-          'description' => 'contents of the document',
+          'description' => ts('contents of the document'),
           'table_name' => 'civicrm_file',
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
@@ -174,7 +174,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('File Description'),
-          'description' => 'Additional descriptive text regarding this attachment (optional).',
+          'description' => ts('Additional descriptive text regarding this attachment (optional).'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_file',
@@ -186,7 +186,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'name' => 'upload_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('File Upload Date'),
-          'description' => 'Date and time that this attachment was uploaded or written to server.',
+          'description' => ts('Date and time that this attachment was uploaded or written to server.'),
           'table_name' => 'civicrm_file',
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
@@ -196,7 +196,7 @@ class CRM_Core_DAO_File extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Created By Contact ID'),
-          'description' => 'FK to civicrm_contact, who uploaded this file',
+          'description' => ts('FK to civicrm_contact, who uploaded this file'),
           'table_name' => 'civicrm_file',
           'entity' => 'File',
           'bao' => 'CRM_Core_BAO_File',
index 35a1b01d9eb39f224f9070a3f3346f06a6bd1b07..ac86009d03b2cdc103fe684c5c89f450cc09a0a8 100644 (file)
@@ -112,7 +112,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Instant Messenger ID'),
-          'description' => 'Unique IM ID',
+          'description' => ts('Unique IM ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
@@ -123,7 +123,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('IM Contact'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
           'bao' => 'CRM_Core_BAO_IM',
@@ -134,7 +134,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('IM Location Type'),
-          'description' => 'Which Location does this email belong to.',
+          'description' => ts('Which Location does this email belong to.'),
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
           'bao' => 'CRM_Core_BAO_IM',
@@ -152,7 +152,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('IM Screen Name'),
-          'description' => 'IM screen name',
+          'description' => ts('IM screen name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -172,7 +172,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'provider_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('IM Provider'),
-          'description' => 'Which IM Provider does this screen name belong to.',
+          'description' => ts('Which IM Provider does this screen name belong to.'),
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
           'bao' => 'CRM_Core_BAO_IM',
@@ -189,7 +189,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is IM Primary?'),
-          'description' => 'Is this the primary IM for this contact and location.',
+          'description' => ts('Is this the primary IM for this contact and location.'),
           'default' => '0',
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
@@ -200,7 +200,7 @@ class CRM_Core_DAO_IM extends CRM_Core_DAO {
           'name' => 'is_billing',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is IM Billing?'),
-          'description' => 'Is this the billing?',
+          'description' => ts('Is this the billing?'),
           'default' => '0',
           'table_name' => 'civicrm_im',
           'entity' => 'IM',
index 464dc959cf6d35a2cd26999f4cc74eb5c044dca2..c04214821ad3da54e7c46c45f457753903cc258a 100644 (file)
@@ -140,7 +140,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Job ID'),
-          'description' => 'Job Id',
+          'description' => ts('Job Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_job',
           'entity' => 'Job',
@@ -151,7 +151,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Job Domain'),
-          'description' => 'Which Domain is this scheduled job for',
+          'description' => ts('Which Domain is this scheduled job for'),
           'required' => TRUE,
           'table_name' => 'civicrm_job',
           'entity' => 'Job',
@@ -168,7 +168,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'run_frequency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Job Frequency'),
-          'description' => 'Scheduled job run frequency.',
+          'description' => ts('Scheduled job run frequency.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'default' => 'Daily',
@@ -187,7 +187,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'last_run',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Last Run'),
-          'description' => 'When was this cron entry last run',
+          'description' => ts('When was this cron entry last run'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_job',
@@ -199,7 +199,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'scheduled_run_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Scheduled Run Date'),
-          'description' => 'When is this cron entry scheduled to run',
+          'description' => ts('When is this cron entry scheduled to run'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_job',
@@ -211,7 +211,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Job Name'),
-          'description' => 'Title of the job',
+          'description' => ts('Title of the job'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job',
@@ -223,7 +223,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Job Description'),
-          'description' => 'Description of the job',
+          'description' => ts('Description of the job'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job',
@@ -235,7 +235,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'api_entity',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('API Entity'),
-          'description' => 'Entity of the job api call',
+          'description' => ts('Entity of the job api call'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job',
@@ -247,7 +247,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'api_action',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('API Action'),
-          'description' => 'Action of the job api call',
+          'description' => ts('Action of the job api call'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job',
@@ -259,7 +259,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'parameters',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('API Parameters'),
-          'description' => 'List of parameters to the command.',
+          'description' => ts('List of parameters to the command.'),
           'rows' => 4,
           'cols' => 60,
           'table_name' => 'civicrm_job',
@@ -274,7 +274,7 @@ class CRM_Core_DAO_Job extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Job Is Active?'),
-          'description' => 'Is this job active?',
+          'description' => ts('Is this job active?'),
           'table_name' => 'civicrm_job',
           'entity' => 'Job',
           'bao' => 'CRM_Core_BAO_Job',
index 55ea6a015b1bbe5c3fdba2c29ec7582f9015a333..c89f8caf66cb250321251630ccf5496ff7c3e9ba 100644 (file)
@@ -119,7 +119,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Job Log ID'),
-          'description' => 'Job log entry Id',
+          'description' => ts('Job log entry Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_job_log',
           'entity' => 'JobLog',
@@ -130,7 +130,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Domain ID'),
-          'description' => 'Which Domain is this scheduled job for',
+          'description' => ts('Which Domain is this scheduled job for'),
           'required' => TRUE,
           'table_name' => 'civicrm_job_log',
           'entity' => 'JobLog',
@@ -147,7 +147,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'name' => 'run_time',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Timestamp'),
-          'description' => 'Log entry date',
+          'description' => ts('Log entry date'),
           'table_name' => 'civicrm_job_log',
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
@@ -157,7 +157,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'name' => 'job_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Job ID'),
-          'description' => 'Pointer to job id - not a FK though, just for logging purposes',
+          'description' => ts('Pointer to job id - not a FK though, just for logging purposes'),
           'table_name' => 'civicrm_job_log',
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
@@ -167,7 +167,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Job Name'),
-          'description' => 'Title of the job',
+          'description' => ts('Title of the job'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job_log',
@@ -179,7 +179,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'name' => 'command',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Command'),
-          'description' => 'Full path to file containing job script',
+          'description' => ts('Full path to file containing job script'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job_log',
@@ -191,7 +191,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Description'),
-          'description' => 'Title line of log entry',
+          'description' => ts('Title line of log entry'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_job_log',
@@ -203,7 +203,7 @@ class CRM_Core_DAO_JobLog extends CRM_Core_DAO {
           'name' => 'data',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Extended Data'),
-          'description' => 'Potential extended data for specific job run (e.g. tracebacks).',
+          'description' => ts('Potential extended data for specific job run (e.g. tracebacks).'),
           'table_name' => 'civicrm_job_log',
           'entity' => 'JobLog',
           'bao' => 'CRM_Core_DAO_JobLog',
index 2953cc979780b6bfdfafe780201368316e8bc804..3d58a1bd85dfda3eff313ba93efaa4905d0515b0 100644 (file)
@@ -117,7 +117,7 @@ class CRM_Core_DAO_LocBlock extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Location Block ID'),
-          'description' => 'Unique ID',
+          'description' => ts('Unique ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_loc_block',
           'entity' => 'LocBlock',
index f96aa3d60d07806603682a93f219bf6c85b5e042..f0aa09a4b108e4b714c3ad391c6a111d6cd85019 100644 (file)
@@ -104,7 +104,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Location Type ID'),
-          'description' => 'Location Type ID',
+          'description' => ts('Location Type ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_location_type',
           'entity' => 'LocationType',
@@ -115,7 +115,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Location Type'),
-          'description' => 'Location Type Name.',
+          'description' => ts('Location Type Name.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_location_type',
@@ -127,7 +127,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'name' => 'display_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Display Name'),
-          'description' => 'Location Type Display Name.',
+          'description' => ts('Location Type Display Name.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_location_type',
@@ -139,7 +139,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'name' => 'vcard_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('vCard Location Type'),
-          'description' => 'vCard Location Type Name.',
+          'description' => ts('vCard Location Type Name.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_location_type',
@@ -151,7 +151,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Description'),
-          'description' => 'Location Type Description.',
+          'description' => ts('Location Type Description.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_location_type',
@@ -163,7 +163,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Location Type is Reserved?'),
-          'description' => 'Is this location type a predefined system location?',
+          'description' => ts('Is this location type a predefined system location?'),
           'table_name' => 'civicrm_location_type',
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
@@ -173,7 +173,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Location Type is Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_location_type',
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
@@ -183,7 +183,7 @@ class CRM_Core_DAO_LocationType extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Default Location Type?'),
-          'description' => 'Is this location type the default?',
+          'description' => ts('Is this location type the default?'),
           'table_name' => 'civicrm_location_type',
           'entity' => 'LocationType',
           'bao' => 'CRM_Core_BAO_LocationType',
index 65a1d5ea1984367ab48ad7e0f86e04a622f99194..18b50318cd2ec3f6e6e0404a85b83be857b8edb8 100644 (file)
@@ -106,7 +106,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Log ID'),
-          'description' => 'Log ID',
+          'description' => ts('Log ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_log',
           'entity' => 'Log',
@@ -117,7 +117,7 @@ class CRM_Core_DAO_Log 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,
@@ -130,7 +130,7 @@ class CRM_Core_DAO_Log 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_log',
           'entity' => 'Log',
@@ -141,7 +141,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'name' => 'data',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Data'),
-          'description' => 'Updates does to this object if any.',
+          'description' => ts('Updates does to this object if any.'),
           'table_name' => 'civicrm_log',
           'entity' => 'Log',
           'bao' => 'CRM_Core_BAO_Log',
@@ -151,7 +151,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'name' => 'modified_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Modified By'),
-          'description' => 'FK to Contact ID of person under whose credentials this data modification was made.',
+          'description' => ts('FK to Contact ID of person under whose credentials this data modification was made.'),
           'table_name' => 'civicrm_log',
           'entity' => 'Log',
           'bao' => 'CRM_Core_BAO_Log',
@@ -162,7 +162,7 @@ class CRM_Core_DAO_Log extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Modified Date'),
-          'description' => 'When was the referenced entity created or modified or deleted.',
+          'description' => ts('When was the referenced entity created or modified or deleted.'),
           'table_name' => 'civicrm_log',
           'entity' => 'Log',
           'bao' => 'CRM_Core_BAO_Log',
index 5f5ba19f2094ef3d605651075cf6c116b968de88..5aab7f3cc90e48a4c7b4fe73096a775f644c2510 100644 (file)
@@ -168,7 +168,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mail Settings ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_mail_settings',
           'entity' => 'MailSettings',
@@ -179,7 +179,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mail Settings Domain'),
-          'description' => 'Which Domain is this match entry for',
+          'description' => ts('Which Domain is this match entry for'),
           'required' => TRUE,
           'table_name' => 'civicrm_mail_settings',
           'entity' => 'MailSettings',
@@ -196,7 +196,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mail Settings Name'),
-          'description' => 'name of this group of settings',
+          'description' => ts('name of this group of settings'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
@@ -208,7 +208,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Default Mail Settings?'),
-          'description' => 'whether this is the default set of settings for this domain',
+          'description' => ts('whether this is the default set of settings for this domain'),
           'table_name' => 'civicrm_mail_settings',
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
@@ -218,7 +218,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'domain',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('email Domain'),
-          'description' => 'email address domain (the part after @)',
+          'description' => ts('email address domain (the part after @)'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
@@ -230,7 +230,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'localpart',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('email Local Part'),
-          'description' => 'optional local part (like civimail+ for addresses like civimail+s.1.2@example.com)',
+          'description' => ts('optional local part (like civimail+ for addresses like civimail+s.1.2@example.com)'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
@@ -242,7 +242,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'return_path',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Return Path'),
-          'description' => 'contents of the Return-Path header',
+          'description' => ts('contents of the Return-Path header'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
@@ -254,7 +254,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'protocol',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Protocol'),
-          'description' => 'name of the protocol to use for polling (like IMAP, POP3 or Maildir)',
+          'description' => ts('name of the protocol to use for polling (like IMAP, POP3 or Maildir)'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
@@ -273,7 +273,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'server',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mail Server'),
-          'description' => 'server to use when polling',
+          'description' => ts('server to use when polling'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
@@ -285,7 +285,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'port',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mail Port'),
-          'description' => 'port to use when polling',
+          'description' => ts('port to use when polling'),
           'table_name' => 'civicrm_mail_settings',
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
@@ -295,7 +295,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'username',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mail Account Username'),
-          'description' => 'username to use when polling',
+          'description' => ts('username to use when polling'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
@@ -307,7 +307,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'password',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mail Account Password'),
-          'description' => 'password to use when polling',
+          'description' => ts('password to use when polling'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
@@ -319,7 +319,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'is_ssl',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Mail Account Uses SSL'),
-          'description' => 'whether to use SSL or not',
+          'description' => ts('whether to use SSL or not'),
           'table_name' => 'civicrm_mail_settings',
           'entity' => 'MailSettings',
           'bao' => 'CRM_Core_BAO_MailSettings',
@@ -329,7 +329,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'source',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mail Folder'),
-          'description' => 'folder to poll from when using IMAP, path to poll from when using Maildir, etc.',
+          'description' => ts('folder to poll from when using IMAP, path to poll from when using Maildir, etc.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
@@ -341,7 +341,7 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
           'name' => 'activity_status',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Activity Status'),
-          'description' => 'Name of status to use when creating email to activity.',
+          'description' => ts('Name of status to use when creating email to activity.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mail_settings',
index a764c6a79ebffffc95a5d790aad1f6aebb8ad987..ae302acfcd6e5473625bc446aeb20a3766529f74 100644 (file)
@@ -90,7 +90,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Managed ID'),
-          'description' => 'Surrogate Key',
+          'description' => ts('Surrogate Key'),
           'required' => TRUE,
           'table_name' => 'civicrm_managed',
           'entity' => 'Managed',
@@ -101,7 +101,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'module',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Module'),
-          'description' => 'Name of the module which declared this object',
+          'description' => ts('Name of the module which declared this object'),
           'required' => TRUE,
           'maxlength' => 127,
           'size' => CRM_Utils_Type::HUGE,
@@ -114,7 +114,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Symbolic name used by the module to identify the object',
+          'description' => ts('Symbolic name used by the module to identify the object'),
           'maxlength' => 127,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_managed',
@@ -126,7 +126,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'entity_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Type'),
-          'description' => 'API entity type',
+          'description' => ts('API entity type'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -139,7 +139,7 @@ class CRM_Core_DAO_Managed 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_managed',
           'entity' => 'Managed',
@@ -150,7 +150,7 @@ class CRM_Core_DAO_Managed extends CRM_Core_DAO {
           'name' => 'cleanup',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Cleanup Setting'),
-          'description' => 'Policy on when to cleanup entity (always, never, unused)',
+          'description' => ts('Policy on when to cleanup entity (always, never, unused)'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_managed',
index a3973f0678a7e468f09e0f52105e12610128a6dc..df387a3615ed544983f8110d8775276151dff995 100644 (file)
@@ -76,7 +76,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping ID'),
-          'description' => 'Mapping ID',
+          'description' => ts('Mapping ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_mapping',
           'entity' => 'Mapping',
@@ -87,7 +87,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Name of Mapping',
+          'description' => ts('Name of Mapping'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_mapping',
@@ -99,7 +99,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Description'),
-          'description' => 'Description of Mapping.',
+          'description' => ts('Description of Mapping.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mapping',
@@ -111,7 +111,7 @@ class CRM_Core_DAO_Mapping extends CRM_Core_DAO {
           'name' => 'mapping_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping Type'),
-          'description' => 'Mapping Type',
+          'description' => ts('Mapping Type'),
           'table_name' => 'civicrm_mapping',
           'entity' => 'Mapping',
           'bao' => 'CRM_Core_BAO_Mapping',
index 8572fd5032c2c4f968a4fbed560a913516c72b9a..a9fb593eef4ec04f34dc7a0eed51081ef8e80867 100644 (file)
@@ -162,7 +162,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping Field ID'),
-          'description' => 'Mapping Field ID',
+          'description' => ts('Mapping Field ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
@@ -173,7 +173,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'mapping_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mapping ID'),
-          'description' => 'Mapping to which this field belongs',
+          'description' => ts('Mapping to which this field belongs'),
           'required' => TRUE,
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
@@ -185,7 +185,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Mapping field key',
+          'description' => ts('Mapping field key'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mapping_field',
@@ -197,7 +197,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'contact_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type'),
-          'description' => 'Contact Type in mapping',
+          'description' => ts('Contact Type in mapping'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_mapping_field',
@@ -212,7 +212,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'column_number',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Column Number'),
-          'description' => 'Column number for mapping set',
+          'description' => ts('Column number for mapping set'),
           'required' => TRUE,
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
@@ -223,7 +223,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Location type ID'),
-          'description' => 'Location type of this mapping, if required',
+          'description' => ts('Location type of this mapping, if required'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -234,7 +234,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'phone_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Phone type ID'),
-          'description' => 'Which type of phone does this number belongs.',
+          'description' => ts('Which type of phone does this number belongs.'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -244,7 +244,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'im_provider_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('IM provider ID'),
-          'description' => 'Which type of IM Provider does this name belong.',
+          'description' => ts('Which type of IM Provider does this name belong.'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -261,7 +261,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'website_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Website type ID'),
-          'description' => 'Which type of website does this site belong',
+          'description' => ts('Which type of website does this site belong'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -278,7 +278,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'relationship_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Relationship type ID'),
-          'description' => 'Relationship type, if required',
+          'description' => ts('Relationship type, if required'),
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
           'bao' => 'CRM_Core_DAO_MappingField',
@@ -300,9 +300,9 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'grouping',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Grouping'),
-          'description' => 'Used to group mapping_field records into related sets (e.g. for criteria sets in search builder
+          'description' => ts('Used to group mapping_field records into related sets (e.g. for criteria sets in search builder
       mappings).
-    ',
+    '),
           'default' => '1',
           'table_name' => 'civicrm_mapping_field',
           'entity' => 'MappingField',
@@ -313,7 +313,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'operator',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Operator'),
-          'description' => 'SQL WHERE operator for search-builder mapping fields (search criteria).',
+          'description' => ts('SQL WHERE operator for search-builder mapping fields (search criteria).'),
           'maxlength' => 16,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_mapping_field',
@@ -331,7 +331,7 @@ class CRM_Core_DAO_MappingField extends CRM_Core_DAO {
           'name' => 'value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Value'),
-          'description' => 'SQL WHERE value for search-builder mapping fields.',
+          'description' => ts('SQL WHERE value for search-builder mapping fields.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mapping_field',
index f9f8087dfae95a83baf0c6eabab34f518ad84980..d4d86b8573972722e738f45833c2f7bc3c89581f 100644 (file)
@@ -224,7 +224,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Domain'),
-          'description' => 'Which Domain is this menu item for',
+          'description' => ts('Which Domain is this menu item for'),
           'required' => TRUE,
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
@@ -241,7 +241,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'path',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Path'),
-          'description' => 'Path Name',
+          'description' => ts('Path Name'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_menu',
@@ -253,7 +253,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'path_arguments',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Arguments'),
-          'description' => 'Arguments to pass to the url',
+          'description' => ts('Arguments to pass to the url'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -274,7 +274,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'access_callback',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Access Callback'),
-          'description' => 'Function to call to check access permissions',
+          'description' => ts('Function to call to check access permissions'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_menu',
@@ -286,7 +286,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'access_arguments',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Access Arguments'),
-          'description' => 'Arguments to pass to access callback',
+          'description' => ts('Arguments to pass to access callback'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -296,7 +296,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'page_callback',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Page Callback'),
-          'description' => 'function to call for this url',
+          'description' => ts('function to call for this url'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_menu',
@@ -308,7 +308,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'page_arguments',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Page Arguments'),
-          'description' => 'Arguments to pass to page callback',
+          'description' => ts('Arguments to pass to page callback'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -318,7 +318,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'breadcrumb',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Breadcrumb'),
-          'description' => 'Breadcrumb for the path.',
+          'description' => ts('Breadcrumb for the path.'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -328,7 +328,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'return_url',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Return Url'),
-          'description' => 'Url where a page should redirected to, if next url not known.',
+          'description' => ts('Url where a page should redirected to, if next url not known.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_menu',
@@ -340,7 +340,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'return_url_args',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Return Url Args'),
-          'description' => 'Arguments to pass to return_url',
+          'description' => ts('Arguments to pass to return_url'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_menu',
@@ -352,7 +352,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'component_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Component'),
-          'description' => 'Component that this menu item belongs to',
+          'description' => ts('Component that this menu item belongs to'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -371,7 +371,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Enabled?'),
-          'description' => 'Is this menu item active?',
+          'description' => ts('Is this menu item active?'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -381,7 +381,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'is_public',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Public?'),
-          'description' => 'Is this menu accessible to the public?',
+          'description' => ts('Is this menu accessible to the public?'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -391,7 +391,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'is_exposed',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Exposed?'),
-          'description' => 'Is this menu exposed to the navigation system?',
+          'description' => ts('Is this menu exposed to the navigation system?'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -401,7 +401,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'is_ssl',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Use SSL?'),
-          'description' => 'Should this menu be exposed via SSL if enabled?',
+          'description' => ts('Should this menu be exposed via SSL if enabled?'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -411,7 +411,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Ordering of the menu items in various blocks.',
+          'description' => ts('Ordering of the menu items in various blocks.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_menu',
@@ -423,7 +423,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'type',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Type'),
-          'description' => 'Drupal menu type.',
+          'description' => ts('Drupal menu type.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_menu',
@@ -435,7 +435,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'page_type',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Page Type'),
-          'description' => 'CiviCRM menu type.',
+          'description' => ts('CiviCRM menu type.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_menu',
@@ -447,7 +447,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'skipBreadcrumb',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Hide Breadcrumb?'),
-          'description' => 'skip this url being exposed to breadcrumb',
+          'description' => ts('skip this url being exposed to breadcrumb'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
@@ -457,7 +457,7 @@ class CRM_Core_DAO_Menu extends CRM_Core_DAO {
           'name' => 'module_data',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Other menu data'),
-          'description' => 'All other menu metadata not stored in other fields',
+          'description' => ts('All other menu metadata not stored in other fields'),
           'table_name' => 'civicrm_menu',
           'entity' => 'Menu',
           'bao' => 'CRM_Core_DAO_Menu',
index 90beadc0aac7d9433d9843a84df6362cde8913b4..aac84916fafa02b0e6c30505160290a6d5e29332 100644 (file)
@@ -123,7 +123,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Message Template ID'),
-          'description' => 'Message Template ID',
+          'description' => ts('Message Template ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_msg_template',
           'entity' => 'MessageTemplate',
@@ -134,7 +134,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'msg_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Message Template Title'),
-          'description' => 'Descriptive title of message',
+          'description' => ts('Descriptive title of message'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_msg_template',
@@ -146,7 +146,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'msg_subject',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Message Template Subject'),
-          'description' => 'Subject for email message.',
+          'description' => ts('Subject for email message.'),
           'table_name' => 'civicrm_msg_template',
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
@@ -156,7 +156,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'msg_text',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Message Template Text'),
-          'description' => 'Text formatted message',
+          'description' => ts('Text formatted message'),
           'table_name' => 'civicrm_msg_template',
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
@@ -169,7 +169,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'msg_html',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Message Template HTML'),
-          'description' => 'HTML formatted message',
+          'description' => ts('HTML formatted message'),
           'table_name' => 'civicrm_msg_template',
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
@@ -192,7 +192,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'workflow_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Message Template Workflow'),
-          'description' => 'a pseudo-FK to civicrm_option_value',
+          'description' => ts('a pseudo-FK to civicrm_option_value'),
           'table_name' => 'civicrm_msg_template',
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
@@ -202,7 +202,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Message Template Is Default?'),
-          'description' => 'is this the default message template for the workflow referenced by workflow_id?',
+          'description' => ts('is this the default message template for the workflow referenced by workflow_id?'),
           'default' => '1',
           'table_name' => 'civicrm_msg_template',
           'entity' => 'MessageTemplate',
@@ -213,7 +213,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Message Template Is Reserved?'),
-          'description' => 'is this the reserved message template which we ship for the workflow referenced by workflow_id?',
+          'description' => ts('is this the reserved message template which we ship for the workflow referenced by workflow_id?'),
           'table_name' => 'civicrm_msg_template',
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
@@ -223,7 +223,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'is_sms',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Message Template is used for SMS?'),
-          'description' => 'Is this message template used for sms?',
+          'description' => ts('Is this message template used for sms?'),
           'default' => '0',
           'table_name' => 'civicrm_msg_template',
           'entity' => 'MessageTemplate',
@@ -234,7 +234,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
           'name' => 'pdf_format_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Message Template Format'),
-          'description' => 'a pseudo-FK to civicrm_option_value containing PDF Page Format.',
+          'description' => ts('a pseudo-FK to civicrm_option_value containing PDF Page Format.'),
           'table_name' => 'civicrm_msg_template',
           'entity' => 'MessageTemplate',
           'bao' => 'CRM_Core_BAO_MessageTemplate',
index 491afef73f189905279b583c80eaea8b8a363e90..9addd1b79d5fc9f01b1e606defc1421883bad9b0 100644 (file)
@@ -156,7 +156,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Navigation Domain'),
-          'description' => 'Which Domain is this navigation item for',
+          'description' => ts('Which Domain is this navigation item for'),
           'required' => TRUE,
           'table_name' => 'civicrm_navigation',
           'entity' => 'Navigation',
@@ -173,7 +173,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Navigation Item Label'),
-          'description' => 'Navigation Title',
+          'description' => ts('Navigation Title'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_navigation',
@@ -185,7 +185,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Navigation Item Machine Name'),
-          'description' => 'Internal Name',
+          'description' => ts('Internal Name'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_navigation',
@@ -197,7 +197,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'url',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Url'),
-          'description' => 'url in case of custom navigation link',
+          'description' => ts('url in case of custom navigation link'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_navigation',
@@ -209,7 +209,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'icon',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Icon'),
-          'description' => 'CSS class name for an icon',
+          'description' => ts('CSS class name for an icon'),
           'required' => FALSE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -223,7 +223,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'permission',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Required Permission'),
-          'description' => 'Permission for menu item',
+          'description' => ts('Permission for menu item'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_navigation',
@@ -235,7 +235,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'permission_operator',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Permission Operator'),
-          'description' => 'Permission Operator',
+          'description' => ts('Permission Operator'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_navigation',
@@ -247,7 +247,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Navigation parent ID'),
-          'description' => 'Parent navigation item, used for grouping',
+          'description' => ts('Parent navigation item, used for grouping'),
           'table_name' => 'civicrm_navigation',
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
@@ -264,7 +264,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Active'),
-          'description' => 'Is this navigation item active?',
+          'description' => ts('Is this navigation item active?'),
           'table_name' => 'civicrm_navigation',
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
@@ -274,7 +274,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'has_separator',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Use separator'),
-          'description' => 'If separator needs to be added after this menu item',
+          'description' => ts('If separator needs to be added after this menu item'),
           'table_name' => 'civicrm_navigation',
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
@@ -284,7 +284,7 @@ class CRM_Core_DAO_Navigation extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Ordering of the navigation items in various blocks.',
+          'description' => ts('Ordering of the navigation items in various blocks.'),
           'table_name' => 'civicrm_navigation',
           'entity' => 'Navigation',
           'bao' => 'CRM_Core_BAO_Navigation',
index de88dcb39058694c45834475e248d40aa9ccb804..79f40d080586aceb931ef2935f834f4a24ac9de1 100644 (file)
@@ -120,7 +120,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Note ID'),
-          'description' => 'Note ID',
+          'description' => ts('Note ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_note',
           'entity' => 'Note',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Note Entity'),
-          '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,
@@ -147,7 +147,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Note Entity ID'),
-          'description' => 'Foreign key to the referenced item.',
+          'description' => ts('Foreign key to the referenced item.'),
           'required' => TRUE,
           'table_name' => 'civicrm_note',
           'entity' => 'Note',
@@ -158,7 +158,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'note',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Note'),
-          'description' => 'Note and/or Comment.',
+          'description' => ts('Note and/or Comment.'),
           'rows' => 4,
           'cols' => 60,
           'import' => TRUE,
@@ -178,7 +178,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Note Created By'),
-          'description' => 'FK to Contact ID creator',
+          'description' => ts('FK to Contact ID creator'),
           'table_name' => 'civicrm_note',
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
@@ -189,7 +189,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Note Modified By'),
-          'description' => 'When was this note last modified/edited',
+          'description' => ts('When was this note last modified/edited'),
           'table_name' => 'civicrm_note',
           'entity' => 'Note',
           'bao' => 'CRM_Core_BAO_Note',
@@ -199,7 +199,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'subject',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Subject'),
-          'description' => 'subject of note description',
+          'description' => ts('subject of note description'),
           'maxlength' => 255,
           'size' => 60,
           'table_name' => 'civicrm_note',
@@ -214,7 +214,7 @@ class CRM_Core_DAO_Note extends CRM_Core_DAO {
           'name' => 'privacy',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Privacy'),
-          'description' => 'Foreign Key to Note Privacy Level (which is an option value pair and hence an implicit FK)',
+          'description' => ts('Foreign Key to Note Privacy Level (which is an option value pair and hence an implicit FK)'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_note',
index 0033e3f37e27ade2aa238bc61f6326b9c74697d7..817141b7b0dc4cd6c6b7514f47fd7f152038f69d 100644 (file)
@@ -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',
index 3f470ce1a5e3d55f61d1fc925942ccccf298b743..8a229c51cf5e09e6011faea68afc5f53f19c9dfe 100644 (file)
@@ -104,7 +104,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Group ID'),
-          'description' => 'Option Group ID',
+          'description' => ts('Option Group ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_option_group',
           'entity' => 'OptionGroup',
@@ -115,7 +115,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Group Name'),
-          'description' => 'Option group name. Used as selection key by class properties which lookup options in civicrm_option_value.',
+          'description' => ts('Option group name. Used as selection key by class properties which lookup options in civicrm_option_value.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -128,7 +128,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Group title'),
-          'description' => 'Option Group title.',
+          'description' => ts('Option Group title.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_option_group',
@@ -140,7 +140,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Group Description'),
-          'description' => 'Option group description.',
+          'description' => ts('Option group description.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_option_group',
@@ -152,7 +152,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'name' => 'data_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Data Type for this option group'),
-          'description' => 'Option group description.',
+          'description' => ts('Option group description.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_option_group',
@@ -167,7 +167,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option Group Is Reserved?'),
-          'description' => 'Is this a predefined system option group (i.e. it can not be deleted)?',
+          'description' => ts('Is this a predefined system option group (i.e. it can not be deleted)?'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_option_group',
@@ -179,7 +179,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option Group Is Active?'),
-          'description' => 'Is this option group active?',
+          'description' => ts('Is this option group active?'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_option_group',
@@ -191,7 +191,7 @@ class CRM_Core_DAO_OptionGroup extends CRM_Core_DAO {
           'name' => 'is_locked',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option Group Is Locked'),
-          'description' => 'A lock to remove the ability to add new options via the UI.',
+          'description' => ts('A lock to remove the ability to add new options via the UI.'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_option_group',
index ba11ef224af76d93bd6aa8429a4c7a4c1ff0cc76..7c0b63f6641036664bb224700ddf2c43a5fe963c 100644 (file)
@@ -189,7 +189,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Value ID'),
-          'description' => 'Option ID',
+          'description' => ts('Option ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -200,7 +200,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'option_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Group ID'),
-          'description' => 'Group which this option belongs to.',
+          'description' => ts('Group which this option belongs to.'),
           'required' => TRUE,
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -220,7 +220,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Label'),
-          'description' => 'Option string as displayed to users - e.g. the label in an HTML OPTION tag.',
+          'description' => ts('Option string as displayed to users - e.g. the label in an HTML OPTION tag.'),
           'required' => TRUE,
           'maxlength' => 512,
           'size' => CRM_Utils_Type::HUGE,
@@ -233,7 +233,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'value',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Value'),
-          'description' => 'The actual value stored (as a foreign key) in the data record. Functions which need lookup option_value.title should use civicrm_option_value.option_group_id plus civicrm_option_value.value as the key.',
+          'description' => ts('The actual value stored (as a foreign key) in the data record. Functions which need lookup option_value.title should use civicrm_option_value.option_group_id plus civicrm_option_value.value as the key.'),
           'required' => TRUE,
           'maxlength' => 512,
           'size' => CRM_Utils_Type::HUGE,
@@ -246,7 +246,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Name'),
-          'description' => 'Stores a fixed (non-translated) name for this option value. Lookup functions should use the name as the key for the option value row.',
+          'description' => ts('Stores a fixed (non-translated) name for this option value. Lookup functions should use the name as the key for the option value row.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -263,7 +263,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'grouping',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Option Grouping Name'),
-          'description' => 'Use to sort and/or set display properties for sub-set(s) of options within an option group. EXAMPLE: Use for college_interest field, to differentiate partners from non-partners.',
+          'description' => ts('Use to sort and/or set display properties for sub-set(s) of options within an option group. EXAMPLE: Use for college_interest field, to differentiate partners from non-partners.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_option_value',
@@ -275,7 +275,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'filter',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Filter'),
-          'description' => 'Bitwise logic can be used to create subsets of options within an option_group for different uses.',
+          'description' => ts('Bitwise logic can be used to create subsets of options within an option_group for different uses.'),
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
@@ -285,7 +285,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option is Default?'),
-          'description' => 'Is this the default option for the group?',
+          'description' => ts('Is this the default option for the group?'),
           'default' => '0',
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -296,7 +296,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Controls display sort order.',
+          'description' => ts('Controls display sort order.'),
           'required' => TRUE,
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -307,7 +307,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Option Description'),
-          'description' => 'Optional description.',
+          'description' => ts('Optional description.'),
           'rows' => 8,
           'cols' => 60,
           'table_name' => 'civicrm_option_value',
@@ -322,7 +322,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'is_optgroup',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option is Header?'),
-          'description' => 'Is this row simply a display header? Expected usage is to render these as OPTGROUP tags within a SELECT field list of options?',
+          'description' => ts('Is this row simply a display header? Expected usage is to render these as OPTGROUP tags within a SELECT field list of options?'),
           'default' => '0',
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -333,7 +333,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option Is Reserved?'),
-          'description' => 'Is this a predefined system object?',
+          'description' => ts('Is this a predefined system object?'),
           'default' => '0',
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -344,7 +344,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Option Is Active'),
-          'description' => 'Is this option active?',
+          'description' => ts('Is this option active?'),
           'default' => '1',
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
@@ -355,7 +355,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'component_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Component'),
-          'description' => 'Component that this option value belongs/caters to.',
+          'description' => ts('Component that this option value belongs/caters to.'),
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
@@ -374,7 +374,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Option Domain'),
-          'description' => 'Which Domain is this option value for',
+          'description' => ts('Which Domain is this option value for'),
           'table_name' => 'civicrm_option_value',
           'entity' => 'OptionValue',
           'bao' => 'CRM_Core_BAO_OptionValue',
@@ -404,7 +404,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'icon',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Icon'),
-          'description' => 'crm-i icon class',
+          'description' => ts('crm-i icon class'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
@@ -417,7 +417,7 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
           'name' => 'color',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Color'),
-          'description' => 'Hex color value e.g. #ffffff',
+          'description' => ts('Hex color value e.g. #ffffff'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
index 43954d583fa32521607331005cd80e70badca213..1b99cfb756bcc462c4c5679037a26dbcf9a44f32 100644 (file)
@@ -83,7 +83,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Persistent ID'),
-          'description' => 'Persistent Record Id',
+          'description' => ts('Persistent Record Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_persistent',
           'entity' => 'Persistent',
@@ -94,7 +94,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'context',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Context'),
-          'description' => 'Context for which name data pair is to be stored',
+          'description' => ts('Context for which name data pair is to be stored'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -107,7 +107,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Name of Context',
+          'description' => ts('Name of Context'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -120,7 +120,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'data',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Data'),
-          'description' => 'data associated with name',
+          'description' => ts('data associated with name'),
           'table_name' => 'civicrm_persistent',
           'entity' => 'Persistent',
           'bao' => 'CRM_Core_BAO_Persistent',
@@ -130,7 +130,7 @@ class CRM_Core_DAO_Persistent extends CRM_Core_DAO {
           'name' => 'is_config',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Configuration?'),
-          'description' => 'Config Settings',
+          'description' => ts('Config Settings'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_persistent',
index 660ca3f05276703975d18f3b733d91e917217c4d..f1896fddf8e6be19d93745272f1a81827f47fd3f 100644 (file)
@@ -133,7 +133,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Phone ID'),
-          'description' => 'Unique Phone ID',
+          'description' => ts('Unique Phone ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_phone',
           'entity' => 'Phone',
@@ -144,7 +144,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Phone Contact'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_phone',
           'entity' => 'Phone',
           'bao' => 'CRM_Core_BAO_Phone',
@@ -155,7 +155,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Phone Location Type'),
-          'description' => 'Which Location does this phone belong to.',
+          'description' => ts('Which Location does this phone belong to.'),
           'table_name' => 'civicrm_phone',
           'entity' => 'Phone',
           'bao' => 'CRM_Core_BAO_Phone',
@@ -173,7 +173,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Phone Primary?'),
-          'description' => 'Is this the primary phone for this contact and location.',
+          'description' => ts('Is this the primary phone for this contact and location.'),
           'default' => '0',
           'table_name' => 'civicrm_phone',
           'entity' => 'Phone',
@@ -184,7 +184,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'is_billing',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Billing Phone'),
-          'description' => 'Is this the billing?',
+          'description' => ts('Is this the billing?'),
           'default' => '0',
           'table_name' => 'civicrm_phone',
           'entity' => 'Phone',
@@ -195,7 +195,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'mobile_provider_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mobile Provider'),
-          'description' => 'Which Mobile Provider does this phone belong to.',
+          'description' => ts('Which Mobile Provider does this phone belong to.'),
           'table_name' => 'civicrm_phone',
           'entity' => 'Phone',
           'bao' => 'CRM_Core_BAO_Phone',
@@ -205,7 +205,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'phone',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Phone'),
-          'description' => 'Complete phone number.',
+          'description' => ts('Complete phone number.'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'import' => TRUE,
@@ -225,7 +225,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'phone_ext',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Phone Extension'),
-          'description' => 'Optional extension for a phone number.',
+          'description' => ts('Optional extension for a phone number.'),
           'maxlength' => 16,
           'size' => 4,
           'import' => TRUE,
@@ -245,7 +245,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'phone_numeric',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Phone Numeric'),
-          'description' => 'Phone number stripped of all whitespace, letters, and punctuation.',
+          'description' => ts('Phone number stripped of all whitespace, letters, and punctuation.'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_phone',
@@ -257,7 +257,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'name' => 'phone_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Phone Type'),
-          'description' => 'Which type of phone does this number belongs.',
+          'description' => ts('Which type of phone does this number belongs.'),
           'export' => TRUE,
           'where' => 'civicrm_phone.phone_type_id',
           'headerPattern' => '',
index a7bd2ad93c4962755c839d436f58e28aabc270e6..944398a5f05eb5c24e86c80c370e627603b9ceba 100644 (file)
@@ -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',
index c55e0b7369d278760ec1790abcbcf6e853052b82..0dc913ee2e02e6eed3dedc9626d0a96a4c035398 100644 (file)
@@ -103,7 +103,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Prev Next Entity Table'),
-          'description' => 'physical tablename for entity being joined to discount, e.g. civicrm_event',
+          'description' => ts('physical tablename for entity being joined to discount, e.g. civicrm_event'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_prevnext_cache',
@@ -115,7 +115,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'name' => 'entity_id1',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Prev Next Entity ID 1'),
-          'description' => 'FK to entity table specified in entity_table column.',
+          'description' => ts('FK to entity table specified in entity_table column.'),
           'required' => TRUE,
           'table_name' => 'civicrm_prevnext_cache',
           'entity' => 'PrevNextCache',
@@ -126,7 +126,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'name' => 'entity_id2',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Prev Next Entity ID 2'),
-          'description' => 'FK to entity table specified in entity_table column.',
+          'description' => ts('FK to entity table specified in entity_table column.'),
           'required' => FALSE,
           'table_name' => 'civicrm_prevnext_cache',
           'entity' => 'PrevNextCache',
@@ -137,7 +137,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'name' => 'cacheKey',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Cache Key'),
-          'description' => 'Unique path name for cache element of the searched item',
+          'description' => ts('Unique path name for cache element of the searched item'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_prevnext_cache',
@@ -149,7 +149,7 @@ class CRM_Core_DAO_PrevNextCache extends CRM_Core_DAO {
           'name' => 'data',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Prev Next Data'),
-          'description' => 'cached snapshot of the serialized data',
+          'description' => ts('cached snapshot of the serialized data'),
           'table_name' => 'civicrm_prevnext_cache',
           'entity' => 'PrevNextCache',
           'bao' => 'CRM_Core_BAO_PrevNextCache',
index 6ac6ceb2871a4b483351806bff1ea9c469813f89..b85f64f4b3f87384303bd6958593dd408b51a019 100644 (file)
@@ -148,7 +148,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Title'),
-          'description' => 'User title for for this label layout',
+          'description' => ts('User title for for this label layout'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_print_label',
@@ -160,7 +160,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'variable name/programmatic handle for this field.',
+          'description' => ts('variable name/programmatic handle for this field.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_print_label',
@@ -172,7 +172,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Description'),
-          'description' => 'Description of this label layout',
+          'description' => ts('Description of this label layout'),
           'table_name' => 'civicrm_print_label',
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
@@ -182,7 +182,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'label_format_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Label Format'),
-          'description' => 'This refers to name column of civicrm_option_value row in name_badge option group',
+          'description' => ts('This refers to name column of civicrm_option_value row in name_badge option group'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_print_label',
@@ -201,7 +201,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'label_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Label Type'),
-          'description' => 'Implicit FK to civicrm_option_value row in NEW label_type option group',
+          'description' => ts('Implicit FK to civicrm_option_value row in NEW label_type option group'),
           'table_name' => 'civicrm_print_label',
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
@@ -218,7 +218,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'data',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Data'),
-          'description' => 'contains json encode configurations options',
+          'description' => ts('contains json encode configurations options'),
           'table_name' => 'civicrm_print_label',
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
@@ -229,7 +229,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Label is Default?'),
-          'description' => 'Is this default?',
+          'description' => ts('Is this default?'),
           'default' => '1',
           'table_name' => 'civicrm_print_label',
           'entity' => 'PrintLabel',
@@ -240,7 +240,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Label Is Active?'),
-          'description' => 'Is this option active?',
+          'description' => ts('Is this option active?'),
           'default' => '1',
           'table_name' => 'civicrm_print_label',
           'entity' => 'PrintLabel',
@@ -251,7 +251,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Label Reserved?'),
-          'description' => 'Is this reserved label?',
+          'description' => ts('Is this reserved label?'),
           'default' => '1',
           'table_name' => 'civicrm_print_label',
           'entity' => 'PrintLabel',
@@ -262,7 +262,7 @@ class CRM_Core_DAO_PrintLabel extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Label Created By'),
-          'description' => 'FK to civicrm_contact, who created this label layout',
+          'description' => ts('FK to civicrm_contact, who created this label layout'),
           'table_name' => 'civicrm_print_label',
           'entity' => 'PrintLabel',
           'bao' => 'CRM_Core_DAO_PrintLabel',
index bf3393c78d3ee8b86ed040cdd75b653c583ffadd..cd58af2b2dd318a2809ed4d1bd5138248f2b5275 100644 (file)
@@ -91,7 +91,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Parent ID'),
-          'description' => 'Recurring Entity Parent ID',
+          'description' => ts('Recurring Entity Parent ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_recurring_entity',
           'entity' => 'RecurringEntity',
@@ -102,7 +102,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'Recurring Entity Child ID',
+          'description' => ts('Recurring Entity Child ID'),
           'table_name' => 'civicrm_recurring_entity',
           'entity' => 'RecurringEntity',
           'bao' => 'CRM_Core_BAO_RecurringEntity',
@@ -112,7 +112,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'Physical tablename for entity, e.g. civicrm_event',
+          'description' => ts('Physical tablename for entity, e.g. civicrm_event'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -125,7 +125,7 @@ class CRM_Core_DAO_RecurringEntity extends CRM_Core_DAO {
           'name' => 'mode',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Cascade Type'),
-          'description' => '1-this entity, 2-this and the following entities, 3-all the entities',
+          'description' => ts('1-this entity, 2-this and the following entities, 3-all the entities'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_recurring_entity',
index b7c425834472348f755a5816c70bf409d2de8958..74a16760eff23f70f19a900627abed309a3d91ef 100644 (file)
@@ -137,7 +137,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Setting Name'),
-          'description' => 'Unique name for setting',
+          'description' => ts('Unique name for setting'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_setting',
@@ -149,7 +149,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'name' => 'value',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Value'),
-          'description' => 'data associated with this group / name combo',
+          'description' => ts('data associated with this group / name combo'),
           'table_name' => 'civicrm_setting',
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
@@ -160,7 +160,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Setting Domain'),
-          'description' => 'Which Domain is this menu item for',
+          'description' => ts('Which Domain is this menu item for'),
           'required' => TRUE,
           'table_name' => 'civicrm_setting',
           'entity' => 'Setting',
@@ -177,7 +177,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Setting Contact'),
-          'description' => 'FK to Contact ID if the setting is localized to a contact',
+          'description' => ts('FK to Contact ID if the setting is localized to a contact'),
           'table_name' => 'civicrm_setting',
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
@@ -188,7 +188,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'name' => 'is_domain',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Domain Setting?'),
-          'description' => 'Is this setting a contact specific or site wide setting?',
+          'description' => ts('Is this setting a contact specific or site wide setting?'),
           'table_name' => 'civicrm_setting',
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
@@ -198,7 +198,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'name' => 'component_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Setting Component'),
-          'description' => 'Component that this menu item belongs to',
+          'description' => ts('Component that this menu item belongs to'),
           'table_name' => 'civicrm_setting',
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
@@ -217,7 +217,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Setting Created Date'),
-          'description' => 'When was the setting created',
+          'description' => ts('When was the setting created'),
           'table_name' => 'civicrm_setting',
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
@@ -227,7 +227,7 @@ class CRM_Core_DAO_Setting extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Setting Created By'),
-          'description' => 'FK to civicrm_contact, who created this setting',
+          'description' => ts('FK to civicrm_contact, who created this setting'),
           'table_name' => 'civicrm_setting',
           'entity' => 'Setting',
           'bao' => 'CRM_Core_BAO_Setting',
index eecaa677ca018a33e1eb0c44634e490502b186a9..4f1838833e39ae0a8652f91d732ba6d3b7080157 100644 (file)
@@ -91,7 +91,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('State ID'),
-          'description' => 'State/Province ID',
+          'description' => ts('State/Province ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_state_province',
           'entity' => 'StateProvince',
@@ -102,7 +102,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('State'),
-          'description' => 'Name of State/Province',
+          'description' => ts('Name of State/Province'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -119,7 +119,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'name' => 'abbreviation',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('State Abbreviation'),
-          'description' => '2-4 Character Abbreviation of State/Province',
+          'description' => ts('2-4 Character Abbreviation of State/Province'),
           'maxlength' => 4,
           'size' => CRM_Utils_Type::FOUR,
           'table_name' => 'civicrm_state_province',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_StateProvince extends CRM_Core_DAO {
           'name' => 'country_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Country'),
-          'description' => 'ID of Country that State/Province belong',
+          'description' => ts('ID of Country that State/Province belong'),
           'required' => TRUE,
           'table_name' => 'civicrm_state_province',
           'entity' => 'StateProvince',
index c7a8694361fa3774b585e4c5c5a447300df6705d..f4581fdd8b6745ece9d31a781b8f1dd03eaa30c3 100644 (file)
@@ -112,7 +112,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Status Preference ID'),
-          'description' => 'Unique Status Preference ID',
+          'description' => ts('Unique Status Preference ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_status_pref',
           'entity' => 'StatusPreference',
@@ -123,7 +123,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Setting Domain'),
-          'description' => 'Which Domain is this Status Preference for',
+          'description' => ts('Which Domain is this Status Preference for'),
           'required' => TRUE,
           'table_name' => 'civicrm_status_pref',
           'entity' => 'StatusPreference',
@@ -140,7 +140,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Status Check Name'),
-          'description' => 'Name of the status check this preference references.',
+          'description' => ts('Name of the status check this preference references.'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -158,7 +158,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'name' => 'hush_until',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Snooze Status Notifications Until'),
-          'description' => 'expires ignore_severity.  NULL never hushes.',
+          'description' => ts('expires ignore_severity.  NULL never hushes.'),
           'import' => TRUE,
           'where' => 'civicrm_status_pref.hush_until',
           'headerPattern' => '',
@@ -174,7 +174,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'name' => 'ignore_severity',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Ignore Severity'),
-          'description' => 'Hush messages up to and including this severity.',
+          'description' => ts('Hush messages up to and including this severity.'),
           'import' => TRUE,
           'where' => 'civicrm_status_pref.ignore_severity',
           'headerPattern' => '',
@@ -193,7 +193,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'name' => 'prefs',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Status Preferences'),
-          'description' => 'These settings are per-check, and can\'t be compared across checks.',
+          'description' => ts('These settings are per-check, and can\'t be compared across checks.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_status_pref',
@@ -205,7 +205,7 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
           'name' => 'check_info',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Check Info'),
-          'description' => 'These values are per-check, and can\'t be compared across checks.',
+          'description' => ts('These values are per-check, and can\'t be compared across checks.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_status_pref',
index 6667427e449a64e952a016cbfdae820e45a7eb5f..105cca0e26f1269e8f204810ddc3eda4b94fd6f4 100644 (file)
@@ -97,7 +97,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('System Log ID'),
-          'description' => 'Primary key ID',
+          'description' => ts('Primary key ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_system_log',
           'entity' => 'SystemLog',
@@ -108,7 +108,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'name' => 'message',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('System Log Message'),
-          'description' => 'Standardized message',
+          'description' => ts('Standardized message'),
           'required' => TRUE,
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
@@ -121,7 +121,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'name' => 'context',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Detailed Log Data'),
-          'description' => 'JSON encoded data',
+          'description' => ts('JSON encoded data'),
           'table_name' => 'civicrm_system_log',
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'name' => 'level',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Detailed Log Data'),
-          'description' => 'error level per PSR3',
+          'description' => ts('error level per PSR3'),
           'maxlength' => 9,
           'size' => CRM_Utils_Type::TWELVE,
           'default' => 'info',
@@ -144,7 +144,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'name' => 'timestamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Log Timestamp'),
-          'description' => 'Timestamp of when event occurred.',
+          'description' => ts('Timestamp of when event occurred.'),
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_system_log',
           'entity' => 'SystemLog',
@@ -155,7 +155,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Log Contact ID'),
-          'description' => 'Optional Contact ID that created the log. Not an FK as we keep this regardless',
+          'description' => ts('Optional Contact ID that created the log. Not an FK as we keep this regardless'),
           'table_name' => 'civicrm_system_log',
           'entity' => 'SystemLog',
           'bao' => 'CRM_Core_DAO_SystemLog',
@@ -165,7 +165,7 @@ class CRM_Core_DAO_SystemLog extends CRM_Core_DAO {
           'name' => 'hostname',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Log Host'),
-          'description' => 'Optional Name of logging host',
+          'description' => ts('Optional Name of logging host'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_system_log',
index 14160e2496ff18a8d748c03192dd33ab5411ea9f..b75acaa90de6b6c090d2eeb9fb0bcffecc3e87c7 100644 (file)
@@ -135,7 +135,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Tag ID'),
-          'description' => 'Tag ID',
+          'description' => ts('Tag ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_tag',
           'entity' => 'Tag',
@@ -146,7 +146,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Tag Name'),
-          'description' => 'Name of Tag.',
+          'description' => ts('Name of Tag.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -159,7 +159,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Description'),
-          'description' => 'Optional verbose description of the tag.',
+          'description' => ts('Optional verbose description of the tag.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_tag',
@@ -171,7 +171,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Parent Tag'),
-          'description' => 'Optional parent id for this tag.',
+          'description' => ts('Optional parent id for this tag.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_tag',
           'entity' => 'Tag',
@@ -183,7 +183,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'name' => 'is_selectable',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Display Tag?'),
-          'description' => 'Is this tag selectable / displayed',
+          'description' => ts('Is this tag selectable / displayed'),
           'default' => '1',
           'table_name' => 'civicrm_tag',
           'entity' => 'Tag',
@@ -233,7 +233,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Tag Created By'),
-          'description' => 'FK to civicrm_contact, who created this tag',
+          'description' => ts('FK to civicrm_contact, who created this tag'),
           'table_name' => 'civicrm_tag',
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
@@ -244,7 +244,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'name' => 'color',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Color'),
-          'description' => 'Hex color value e.g. #ffffff',
+          'description' => ts('Hex color value e.g. #ffffff'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
@@ -257,7 +257,7 @@ class CRM_Core_DAO_Tag extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Tag Created Date'),
-          'description' => 'Date and time that tag was created.',
+          'description' => ts('Date and time that tag was created.'),
           'table_name' => 'civicrm_tag',
           'entity' => 'Tag',
           'bao' => 'CRM_Core_BAO_Tag',
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',
index f0945794cce5aeefd6b75491828b22e62af3c1b0..c0ef2bb523d4a5862448fe98621abfe3cf5c1c88 100644 (file)
@@ -197,7 +197,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Field ID'),
-          'description' => 'Unique table ID',
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
@@ -208,7 +208,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'uf_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile ID'),
-          'description' => 'Which form does this field belong to.',
+          'description' => ts('Which form does this field belong to.'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
@@ -228,7 +228,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'field_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Field Name'),
-          'description' => 'Name for CiviCRM field which is being exposed for sharing.',
+          'description' => ts('Name for CiviCRM field which is being exposed for sharing.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -241,7 +241,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Field Is Active'),
-          'description' => 'Is this field currently shareable? If false, hide the field for all sharing contexts.',
+          'description' => ts('Is this field currently shareable? If false, hide the field for all sharing contexts.'),
           'default' => '1',
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
@@ -252,7 +252,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'is_view',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Is View Only'),
-          'description' => 'the field is view only and not editable in user forms.',
+          'description' => ts('the field is view only and not editable in user forms.'),
           'default' => '0',
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
@@ -263,7 +263,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'is_required',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Field Is Required'),
-          'description' => 'Is this field required when included in a user or registration form?',
+          'description' => ts('Is this field required when included in a user or registration form?'),
           'default' => '0',
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
@@ -274,7 +274,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Controls field display order when user framework fields are displayed in registration and account editing forms.',
+          'description' => ts('Controls field display order when user framework fields are displayed in registration and account editing forms.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_uf_field',
@@ -286,7 +286,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'help_post',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Profile Field Post Help'),
-          'description' => 'Description and/or help text to display after this field.',
+          'description' => ts('Description and/or help text to display after this field.'),
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
@@ -296,7 +296,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'help_pre',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Profile Field Pre Help'),
-          'description' => 'Description and/or help text to display before this field.',
+          'description' => ts('Description and/or help text to display before this field.'),
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
@@ -306,7 +306,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'visibility',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Field Visibility'),
-          'description' => 'In what context(s) is this field visible.',
+          'description' => ts('In what context(s) is this field visible.'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'default' => 'User and User Admin Only',
@@ -325,7 +325,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'in_selector',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Field Is a Filter'),
-          'description' => 'Is this field included as a column in the selector table?',
+          'description' => ts('Is this field included as a column in the selector table?'),
           'default' => '0',
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
@@ -336,7 +336,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'is_searchable',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Field Is Searchable'),
-          'description' => 'Is this field included search form of profile?',
+          'description' => ts('Is this field included search form of profile?'),
           'default' => '0',
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
@@ -347,7 +347,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Field Location Type'),
-          'description' => 'Location type of this mapping, if required',
+          'description' => ts('Location type of this mapping, if required'),
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
@@ -358,7 +358,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'phone_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Field Phone Type'),
-          'description' => 'Phone Type Id, if required',
+          'description' => ts('Phone Type Id, if required'),
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
@@ -372,7 +372,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'website_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Field Website Type'),
-          'description' => 'Website Type Id, if required',
+          'description' => ts('Website Type Id, if required'),
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
@@ -386,7 +386,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Field Label'),
-          'description' => 'To save label for fields.',
+          'description' => ts('To save label for fields.'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -399,7 +399,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'field_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Field Type'),
-          'description' => 'This field saves field type (ie individual,household.. field etc).',
+          'description' => ts('This field saves field type (ie individual,household.. field etc).'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_uf_field',
@@ -411,7 +411,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Field Is Reserved'),
-          'description' => 'Is this field reserved for use by some other CiviCRM functionality?',
+          'description' => ts('Is this field reserved for use by some other CiviCRM functionality?'),
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
           'bao' => 'CRM_Core_BAO_UFField',
@@ -421,7 +421,7 @@ class CRM_Core_DAO_UFField extends CRM_Core_DAO {
           'name' => 'is_multi_summary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Field Supports Multiple'),
-          'description' => 'Include in multi-record listing?',
+          'description' => ts('Include in multi-record listing?'),
           'default' => '0',
           'table_name' => 'civicrm_uf_field',
           'entity' => 'UFField',
index 6605de613caac1533bdcb758dc10a628ed2bd542..1480a27e7b2e7c0f2578b4c27c4a20bab79e3560 100644 (file)
@@ -252,7 +252,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile ID'),
-          'description' => 'Unique table ID',
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -263,7 +263,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Is Active'),
-          'description' => 'Is this form currently active? If false, hide all related fields for all sharing contexts.',
+          'description' => ts('Is this form currently active? If false, hide all related fields for all sharing contexts.'),
           'default' => '1',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -274,7 +274,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'group_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Group Type'),
-          'description' => 'Comma separated list of the type(s) of profile fields.',
+          'description' => ts('Comma separated list of the type(s) of profile fields.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -292,7 +292,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Title'),
-          'description' => 'Form title.',
+          'description' => ts('Form title.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -305,7 +305,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'frontend_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Frontend Title'),
-          'description' => 'Profile Form Public title',
+          'description' => ts('Profile Form Public title'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_uf_group',
@@ -317,7 +317,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Profile Description'),
-          'description' => 'Optional verbose description of the profile.',
+          'description' => ts('Optional verbose description of the profile.'),
           'rows' => 2,
           'cols' => 60,
           'table_name' => 'civicrm_uf_group',
@@ -332,7 +332,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'help_pre',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Help Pre'),
-          'description' => 'Description and/or help text to display before fields in form.',
+          'description' => ts('Description and/or help text to display before fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_uf_group',
@@ -347,7 +347,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'help_post',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Profile Post Text'),
-          'description' => 'Description and/or help text to display after fields in form.',
+          'description' => ts('Description and/or help text to display after fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_uf_group',
@@ -362,7 +362,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'limit_listings_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Search Limit Group'),
-          'description' => 'Group id, foreign key from civicrm_group',
+          'description' => ts('Group id, foreign key from civicrm_group'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -373,7 +373,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'post_URL',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Post Url'),
-          'description' => 'Redirect to URL.',
+          'description' => ts('Redirect to URL.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_uf_group',
@@ -385,7 +385,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'add_to_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Add Contact To Group'),
-          'description' => 'foreign key to civicrm_group_id',
+          'description' => ts('foreign key to civicrm_group_id'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -396,7 +396,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'add_captcha',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Show Captcha On Profile'),
-          'description' => 'Should a CAPTCHA widget be included this Profile form.',
+          'description' => ts('Should a CAPTCHA widget be included this Profile form.'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -407,7 +407,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_map',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Map Profile'),
-          'description' => 'Do we want to map results from this profile.',
+          'description' => ts('Do we want to map results from this profile.'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -418,7 +418,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_edit_link',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Show Edit Link?'),
-          'description' => 'Should edit link display in profile selector',
+          'description' => ts('Should edit link display in profile selector'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -429,7 +429,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_uf_link',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Show Link to CMS User'),
-          'description' => 'Should we display a link to the website profile in profile selector',
+          'description' => ts('Should we display a link to the website profile in profile selector'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -440,7 +440,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_update_dupe',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Update on Duplicate'),
-          'description' => 'Should we update the contact record if we find a duplicate',
+          'description' => ts('Should we update the contact record if we find a duplicate'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -451,7 +451,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'cancel_URL',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Cancel URL'),
-          'description' => 'Redirect to URL when Cancle button clik .',
+          'description' => ts('Redirect to URL when Cancle button clik .'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_uf_group',
@@ -463,7 +463,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_cms_user',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Create CMS User?'),
-          'description' => 'Should we create a cms user for this profile ',
+          'description' => ts('Should we create a cms user for this profile '),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -483,7 +483,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Is Reserved'),
-          'description' => 'Is this group reserved for use by some other CiviCRM functionality?',
+          'description' => ts('Is this group reserved for use by some other CiviCRM functionality?'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -493,7 +493,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Name'),
-          'description' => 'Name of the UF group for directly addressing it in the codebase',
+          'description' => ts('Name of the UF group for directly addressing it in the codebase'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_uf_group',
@@ -505,7 +505,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Created By'),
-          'description' => 'FK to civicrm_contact, who created this UF group',
+          'description' => ts('FK to civicrm_contact, who created this UF group'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -516,7 +516,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('UF Group Created Date'),
-          'description' => 'Date and time this UF group was created.',
+          'description' => ts('Date and time this UF group was created.'),
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
           'bao' => 'CRM_Core_BAO_UFGroup',
@@ -526,7 +526,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'is_proximity_search',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Include Proximity Search?'),
-          'description' => 'Should we include proximity search feature in this profile search form?',
+          'description' => ts('Should we include proximity search feature in this profile search form?'),
           'default' => '0',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
@@ -537,7 +537,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'cancel_button_text',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Cancel Button Text'),
-          'description' => 'Custom Text to display on the Cancel button when used in create or edit mode',
+          'description' => ts('Custom Text to display on the Cancel button when used in create or edit mode'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'default' => 'NULL',
@@ -550,7 +550,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'submit_button_text',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Submit Button Text'),
-          'description' => 'Custom Text to display on the submit button on profile edit/create screens',
+          'description' => ts('Custom Text to display on the submit button on profile edit/create screens'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'default' => 'NULL',
@@ -563,7 +563,7 @@ class CRM_Core_DAO_UFGroup extends CRM_Core_DAO {
           'name' => 'add_cancel_button',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Include Cancel Button'),
-          'description' => 'Should a Cancel button be included in this Profile form.',
+          'description' => ts('Should a Cancel button be included in this Profile form.'),
           'default' => '1',
           'table_name' => 'civicrm_uf_group',
           'entity' => 'UFGroup',
index 52c86d7623ff7f393a97befcb9710bb7737a1609..d16fa59d46348f5bc4b2e64ba8c19dd94e540974 100644 (file)
@@ -120,7 +120,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('UF Join ID'),
-          'description' => 'Unique table ID',
+          'description' => ts('Unique table ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
@@ -131,7 +131,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Profile Use is active'),
-          'description' => 'Is this join currently active?',
+          'description' => ts('Is this join currently active?'),
           'default' => '1',
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
@@ -142,7 +142,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'module',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Module'),
-          'description' => 'Module which owns this uf_join instance, e.g. User Registration, CiviDonate, etc.',
+          'description' => ts('Module which owns this uf_join instance, e.g. User Registration, CiviDonate, etc.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -155,7 +155,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Profile Entity Table'),
-          'description' => 'Name of table where item being referenced is stored. Modules which only need a single collection of uf_join instances may choose not to populate entity_table and entity_id.',
+          'description' => ts('Name of table where item being referenced is stored. Modules which only need a single collection of uf_join instances may choose not to populate entity_table and entity_id.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_uf_join',
@@ -170,7 +170,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile Entity ID'),
-          'description' => 'Foreign key to the referenced item.',
+          'description' => ts('Foreign key to the referenced item.'),
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
           'bao' => 'CRM_Core_BAO_UFJoin',
@@ -180,7 +180,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Controls display order when multiple user framework groups are setup for concurrent display.',
+          'description' => ts('Controls display order when multiple user framework groups are setup for concurrent display.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_uf_join',
@@ -192,7 +192,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'uf_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Profile ID'),
-          'description' => 'Which form does this field belong to.',
+          'description' => ts('Which form does this field belong to.'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
@@ -212,7 +212,7 @@ class CRM_Core_DAO_UFJoin extends CRM_Core_DAO {
           'name' => 'module_data',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Profile Use Data'),
-          'description' => 'Json serialized array of data used by the ufjoin.module',
+          'description' => ts('Json serialized array of data used by the ufjoin.module'),
           'table_name' => 'civicrm_uf_join',
           'entity' => 'UFJoin',
           'bao' => 'CRM_Core_BAO_UFJoin',
index e5ca6b4db4b1410f7b8e99ce464db4d6a32925e0..0eff3e8dbcd97bf4cda8d10b8d90a048fa07cb2f 100644 (file)
@@ -106,7 +106,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('UF Match ID'),
-          'description' => 'System generated ID.',
+          'description' => ts('System generated ID.'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_match',
           'entity' => 'UFMatch',
@@ -117,7 +117,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('UF Match Domain ID'),
-          'description' => 'Which Domain is this match entry for',
+          'description' => ts('Which Domain is this match entry for'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_match',
           'entity' => 'UFMatch',
@@ -134,7 +134,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'name' => 'uf_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('CMS ID'),
-          'description' => 'UF ID',
+          'description' => ts('UF ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_uf_match',
           'entity' => 'UFMatch',
@@ -145,7 +145,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'name' => 'uf_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('CMS Unique Identifier'),
-          'description' => 'UF Name',
+          'description' => ts('UF Name'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_uf_match',
@@ -157,7 +157,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('CiviCRM Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_uf_match',
           'entity' => 'UFMatch',
           'bao' => 'CRM_Core_BAO_UFMatch',
@@ -168,7 +168,7 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
           'name' => 'language',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Preferred Language'),
-          'description' => 'UI language preferred by the given user/contact',
+          'description' => ts('UI language preferred by the given user/contact'),
           'maxlength' => 5,
           'size' => CRM_Utils_Type::SIX,
           'table_name' => 'civicrm_uf_match',
index 633703e323beea09240e46a30dd11750198e1478..94c2f09492b923b820a04436b737e5eda63419cd 100644 (file)
@@ -91,7 +91,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Website ID'),
-          'description' => 'Unique Website ID',
+          'description' => ts('Unique Website ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_website',
           'entity' => 'Website',
@@ -102,7 +102,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_website',
           'entity' => 'Website',
           'bao' => 'CRM_Core_BAO_Website',
@@ -113,7 +113,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO {
           'name' => 'url',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Website'),
-          'description' => 'Website',
+          'description' => ts('Website'),
           'maxlength' => 128,
           'size' => 30,
           'import' => TRUE,
@@ -133,7 +133,7 @@ class CRM_Core_DAO_Website extends CRM_Core_DAO {
           'name' => 'website_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Website Type'),
-          'description' => 'Which Website type does this website belong to.',
+          'description' => ts('Which Website type does this website belong to.'),
           'table_name' => 'civicrm_website',
           'entity' => 'Website',
           'bao' => 'CRM_Core_BAO_Website',
index de23dbb0bcf0dfdfcedcd9ed0d01a41fecb8af25..e55a1473638c6f45f1e8a00cb9286e2a3783bc30 100644 (file)
@@ -103,7 +103,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Word Replacement ID'),
-          'description' => 'Word replacement ID',
+          'description' => ts('Word replacement ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_word_replacement',
           'entity' => 'WordReplacement',
@@ -114,7 +114,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'name' => 'find_word',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Replaced Word'),
-          'description' => 'Word which need to be replaced',
+          'description' => ts('Word which need to be replaced'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_word_replacement',
@@ -126,7 +126,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'name' => 'replace_word',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Replacement Word'),
-          'description' => 'Word which will replace the word in find',
+          'description' => ts('Word which will replace the word in find'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_word_replacement',
@@ -138,7 +138,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Word Replacement is Active'),
-          'description' => 'Is this entry active?',
+          'description' => ts('Is this entry active?'),
           'default' => '1',
           'table_name' => 'civicrm_word_replacement',
           'entity' => 'WordReplacement',
@@ -167,7 +167,7 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Word Replacement Domain ID'),
-          'description' => 'FK to Domain ID. This is for Domain specific word replacement',
+          'description' => ts('FK to Domain ID. This is for Domain specific word replacement'),
           'table_name' => 'civicrm_word_replacement',
           'entity' => 'WordReplacement',
           'bao' => 'CRM_Core_BAO_WordReplacement',
index 7f6f1eeacd82f0a87746641a4b8840caee5aa276..17eb42a1b0e0e1fd45c4532599032046a4b4e68d 100644 (file)
@@ -62,7 +62,7 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('World Region ID'),
-          'description' => 'Country Id',
+          'description' => ts('Country Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_worldregion',
           'entity' => 'Worldregion',
@@ -73,7 +73,7 @@ class CRM_Core_DAO_Worldregion extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('World Region'),
-          'description' => 'Region name to be associated with countries',
+          'description' => ts('Region name to be associated with countries'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'export' => TRUE,
index ee0d33a7914f8b58cd8165264a42773497e45794..4cc10dc47aac51f03fa88502d66a8ac0de2c9477 100644 (file)
@@ -125,7 +125,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Connection ID'),
-          'description' => 'Connection ID',
+          'description' => ts('Connection ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_cxn',
           'entity' => 'Cxn',
@@ -136,7 +136,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'app_guid',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Application GUID'),
-          'description' => 'Application GUID',
+          'description' => ts('Application GUID'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_cxn',
@@ -148,7 +148,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'app_meta',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Application Metadata (JSON)'),
-          'description' => 'Application Metadata (JSON)',
+          'description' => ts('Application Metadata (JSON)'),
           'table_name' => 'civicrm_cxn',
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
@@ -158,7 +158,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'cxn_guid',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Connection GUID'),
-          'description' => 'Connection GUID',
+          'description' => ts('Connection GUID'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_cxn',
@@ -170,7 +170,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'secret',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Secret'),
-          'description' => 'Shared secret',
+          'description' => ts('Shared secret'),
           'table_name' => 'civicrm_cxn',
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
@@ -180,7 +180,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'perm',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Perm'),
-          'description' => 'Permissions approved for the service (JSON)',
+          'description' => ts('Permissions approved for the service (JSON)'),
           'table_name' => 'civicrm_cxn',
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
@@ -190,7 +190,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'options',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Options'),
-          'description' => 'Options for the service (JSON)',
+          'description' => ts('Options for the service (JSON)'),
           'table_name' => 'civicrm_cxn',
           'entity' => 'Cxn',
           'bao' => 'CRM_Cxn_BAO_Cxn',
@@ -201,7 +201,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Active'),
-          'description' => 'Is connection currently enabled?',
+          'description' => ts('Is connection currently enabled?'),
           'default' => '1',
           'table_name' => 'civicrm_cxn',
           'entity' => 'Cxn',
@@ -212,7 +212,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Created Date'),
-          'description' => 'When was the connection was created.',
+          'description' => ts('When was the connection was created.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_cxn',
@@ -224,7 +224,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Modified Date'),
-          'description' => 'When the connection was created or modified.',
+          'description' => ts('When the connection was created or modified.'),
           'required' => FALSE,
           'default' => 'CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_cxn',
@@ -236,7 +236,7 @@ class CRM_Cxn_DAO_Cxn extends CRM_Core_DAO {
           'name' => 'fetched_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Fetched Date'),
-          'description' => 'The last time the application metadata was fetched.',
+          'description' => ts('The last time the application metadata was fetched.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_cxn',
index fd471444980d1a5b3d1666a388837b19b150a39a..3fad2378a46e3f132e94655a33cf2cb29b68143c 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Dedupe Exception ID'),
-          'description' => 'Unique dedupe exception id',
+          'description' => ts('Unique dedupe exception id'),
           'required' => TRUE,
           'table_name' => 'civicrm_dedupe_exception',
           'entity' => 'Exception',
@@ -96,7 +96,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'name' => 'contact_id1',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('First Dupe Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_dedupe_exception',
           'entity' => 'Exception',
           'bao' => 'CRM_Dedupe_DAO_Exception',
@@ -107,7 +107,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'name' => 'contact_id2',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Second Dupe Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_dedupe_exception',
           'entity' => 'Exception',
           'bao' => 'CRM_Dedupe_DAO_Exception',
index 39e9d18ba364262b0668a3ea87624541215ab3dc..0fe77b69c0b9046085af8df87374d1a6780a32ed 100644 (file)
@@ -105,7 +105,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Dedupe Rule ID'),
-          'description' => 'Unique dedupe rule id',
+          'description' => ts('Unique dedupe rule id'),
           'required' => TRUE,
           'table_name' => 'civicrm_dedupe_rule',
           'entity' => 'Rule',
@@ -116,7 +116,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'name' => 'dedupe_rule_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Dedupe Rule Group'),
-          'description' => 'The id of the rule group this rule belongs to',
+          'description' => ts('The id of the rule group this rule belongs to'),
           'required' => TRUE,
           'table_name' => 'civicrm_dedupe_rule',
           'entity' => 'Rule',
@@ -128,7 +128,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'name' => 'rule_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Rule Table'),
-          'description' => 'The name of the table this rule is about',
+          'description' => ts('The name of the table this rule is about'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -141,7 +141,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'name' => 'rule_field',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Rule Field'),
-          'description' => 'The name of the field of the table referenced in rule_table',
+          'description' => ts('The name of the field of the table referenced in rule_table'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -154,7 +154,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'name' => 'rule_length',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Rule Length'),
-          'description' => 'The length of the matching substring',
+          'description' => ts('The length of the matching substring'),
           'table_name' => 'civicrm_dedupe_rule',
           'entity' => 'Rule',
           'bao' => 'CRM_Dedupe_BAO_Rule',
@@ -167,7 +167,7 @@ class CRM_Dedupe_DAO_Rule extends CRM_Core_DAO {
           'name' => 'rule_weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'The weight of the rule',
+          'description' => ts('The weight of the rule'),
           'required' => TRUE,
           'table_name' => 'civicrm_dedupe_rule',
           'entity' => 'Rule',
index 0854b68828d2dd9878bfc3cb5e8c1d25e51eefc4..c082f6f5d48b7eefe3968f47bd5edbbae4264227 100644 (file)
@@ -97,7 +97,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Rule Group ID'),
-          'description' => 'Unique dedupe rule group id',
+          'description' => ts('Unique dedupe rule group id'),
           'required' => TRUE,
           'table_name' => 'civicrm_dedupe_rule_group',
           'entity' => 'RuleGroup',
@@ -108,7 +108,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'name' => 'contact_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Contact Type'),
-          'description' => 'The type of contacts this group applies to',
+          'description' => ts('The type of contacts this group applies to'),
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_dedupe_rule_group',
@@ -129,7 +129,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'name' => 'threshold',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Threshold'),
-          'description' => 'The weight threshold the sum of the rule weights has to cross to consider two contacts the same',
+          'description' => ts('The weight threshold the sum of the rule weights has to cross to consider two contacts the same'),
           'required' => TRUE,
           'table_name' => 'civicrm_dedupe_rule_group',
           'entity' => 'RuleGroup',
@@ -143,7 +143,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'name' => 'used',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Length'),
-          'description' => 'Whether the rule should be used for cases where usage is Unsupervised, Supervised OR General(programatically)',
+          'description' => ts('Whether the rule should be used for cases where usage is Unsupervised, Supervised OR General(programatically)'),
           'required' => TRUE,
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
@@ -162,7 +162,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Name of the rule group',
+          'description' => ts('Name of the rule group'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_dedupe_rule_group',
@@ -174,7 +174,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Title'),
-          'description' => 'Label of the rule group',
+          'description' => ts('Label of the rule group'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_dedupe_rule_group',
@@ -189,7 +189,7 @@ class CRM_Dedupe_DAO_RuleGroup extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Reserved?'),
-          'description' => 'Is this a reserved rule - a rule group that has been optimized and cannot be changed by the admin',
+          'description' => ts('Is this a reserved rule - a rule group that has been optimized and cannot be changed by the admin'),
           'table_name' => 'civicrm_dedupe_rule_group',
           'entity' => 'RuleGroup',
           'bao' => 'CRM_Dedupe_BAO_RuleGroup',
index 6bb14e6c2e9a8cad769f996bdc35f8faa18ad9ae..fd6a62b4dd282c583db542ea5f3a43e482520e3f 100644 (file)
@@ -82,7 +82,7 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Cart ID'),
-          'description' => 'Cart Id',
+          'description' => ts('Cart Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_event_carts',
           'entity' => 'Cart',
@@ -93,7 +93,7 @@ class CRM_Event_Cart_DAO_Cart extends CRM_Core_DAO {
           'name' => 'user_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Created By'),
-          'description' => 'FK to civicrm_contact who created this cart',
+          'description' => ts('FK to civicrm_contact who created this cart'),
           'table_name' => 'civicrm_event_carts',
           'entity' => 'Cart',
           'bao' => 'CRM_Event_Cart_BAO_Cart',
index c66281eeab3d5606d9d962594670a5c75d8c9267..a6e18bced36c6aba5a6c285db656ef2b425b66ca 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event In Cart'),
-          'description' => 'Event In Cart Id',
+          'description' => ts('Event In Cart Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_events_in_carts',
           'entity' => 'EventInCart',
@@ -96,7 +96,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO {
           'name' => 'event_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event'),
-          'description' => 'FK to Event ID',
+          'description' => ts('FK to Event ID'),
           'table_name' => 'civicrm_events_in_carts',
           'entity' => 'EventInCart',
           'bao' => 'CRM_Event_Cart_BAO_EventInCart',
@@ -107,7 +107,7 @@ class CRM_Event_Cart_DAO_EventInCart extends CRM_Core_DAO {
           'name' => 'event_cart_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event In Cart'),
-          'description' => 'FK to Event Cart ID',
+          'description' => ts('FK to Event Cart ID'),
           'table_name' => 'civicrm_events_in_carts',
           'entity' => 'EventInCart',
           'bao' => 'CRM_Event_Cart_BAO_EventInCart',
index c50e80fbcceecd38165ac4be263172a142271ebb..9b30cb1c7b5b73f59fcb2e3b3077d79ec232f21b 100644 (file)
@@ -547,7 +547,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event ID'),
-          'description' => 'Event',
+          'description' => ts('Event'),
           'required' => TRUE,
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -558,7 +558,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Event Title'),
-          'description' => 'Event Title (e.g. Fall Fundraiser Dinner)',
+          'description' => ts('Event Title (e.g. Fall Fundraiser Dinner)'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -578,7 +578,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'summary',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Event Summary'),
-          'description' => 'Brief summary of event. Text and html allowed. Displayed on Event Registration form and can be used on other CMS pages which need an event summary.',
+          'description' => ts('Brief summary of event. Text and html allowed. Displayed on Event Registration form and can be used on other CMS pages which need an event summary.'),
           'rows' => 4,
           'cols' => 60,
           'table_name' => 'civicrm_event',
@@ -593,7 +593,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Event Description'),
-          'description' => 'Full description of event. Text and html allowed. Displayed on built-in Event Information screens.',
+          'description' => ts('Full description of event. Text and html allowed. Displayed on built-in Event Information screens.'),
           'rows' => 8,
           'cols' => 60,
           'table_name' => 'civicrm_event',
@@ -608,7 +608,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'event_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event Type'),
-          'description' => 'Event Type ID.Implicit FK to civicrm_option_value where option_group = event_type.',
+          'description' => ts('Event Type ID.Implicit FK to civicrm_option_value where option_group = event_type.'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -626,7 +626,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'participant_listing_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Participant Listing'),
-          'description' => 'Should we expose the participant list? Implicit FK to civicrm_option_value where option_group = participant_listing.',
+          'description' => ts('Should we expose the participant list? Implicit FK to civicrm_option_value where option_group = participant_listing.'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -644,7 +644,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_public',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Event Public'),
-          'description' => 'Public events will be included in the iCal feeds. Access to private event information may be limited using ACLs.',
+          'description' => ts('Public events will be included in the iCal feeds. Access to private event information may be limited using ACLs.'),
           'default' => '1',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -658,7 +658,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Event Start Date'),
-          'description' => 'Date and time that event starts.',
+          'description' => ts('Date and time that event starts.'),
           'import' => TRUE,
           'where' => 'civicrm_event.start_date',
           'headerPattern' => '/^start|(s(tart\s)?date)$/i',
@@ -677,7 +677,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Event End Date'),
-          'description' => 'Date and time that event ends. May be NULL if no defined end date/time',
+          'description' => ts('Date and time that event ends. May be NULL if no defined end date/time'),
           'import' => TRUE,
           'where' => 'civicrm_event.end_date',
           'headerPattern' => '/^end|(e(nd\s)?date)$/i',
@@ -696,7 +696,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_online_registration',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Online Registration'),
-          'description' => 'If true, include registration link on Event Info page.',
+          'description' => ts('If true, include registration link on Event Info page.'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -710,7 +710,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'registration_link_text',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Event Registration Link Text'),
-          'description' => 'Text for link to Event Registration form which is displayed on Event Information screen when is_online_registration is true.',
+          'description' => ts('Text for link to Event Registration form which is displayed on Event Information screen when is_online_registration is true.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_event',
@@ -725,7 +725,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'registration_start_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Registration Start Date'),
-          'description' => 'Date and time that online registration starts.',
+          'description' => ts('Date and time that online registration starts.'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -739,7 +739,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'registration_end_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Registration End Date'),
-          'description' => 'Date and time that online registration ends.',
+          'description' => ts('Date and time that online registration ends.'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -753,7 +753,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'max_participants',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Max Participants'),
-          'description' => 'Maximum number of registered participants to allow. After max is reached, a custom Event Full message is displayed. If NULL, allow unlimited number of participants.',
+          'description' => ts('Maximum number of registered participants to allow. After max is reached, a custom Event Full message is displayed. If NULL, allow unlimited number of participants.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -767,7 +767,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'event_full_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Event Information'),
-          'description' => 'Message to display on Event Information page and INSTEAD OF Event Registration form if maximum participants are signed up. Can include email address/info about getting on a waiting list, etc. Text and html allowed.',
+          'description' => ts('Message to display on Event Information page and INSTEAD OF Event Registration form if maximum participants are signed up. Can include email address/info about getting on a waiting list, etc. Text and html allowed.'),
           'rows' => 4,
           'cols' => 60,
           'table_name' => 'civicrm_event',
@@ -782,7 +782,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_monetary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is this a PAID event?'),
-          'description' => 'If true, one or more fee amounts must be set and a Payment Processor must be configured for Online Event Registration.',
+          'description' => ts('If true, one or more fee amounts must be set and a Payment Processor must be configured for Online Event Registration.'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -796,7 +796,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'Financial type assigned to paid event registrations for this event. Required if is_monetary is true.',
+          'description' => ts('Financial type assigned to paid event registrations for this event. Required if is_monetary is true.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -815,7 +815,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'payment_processor',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Payment Processor'),
-          'description' => 'Payment Processors configured for this Event (if is_monetary is true)',
+          'description' => ts('Payment Processors configured for this Event (if is_monetary is true)'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_event',
@@ -835,7 +835,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_map',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Map Enabled'),
-          'description' => 'Include a map block on the Event Information page when geocode info is available and a mapping provider has been specified?',
+          'description' => ts('Include a map block on the Event Information page when geocode info is available and a mapping provider has been specified?'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -849,7 +849,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Active'),
-          'description' => 'Is this Event enabled or disabled/cancelled?',
+          'description' => ts('Is this Event enabled or disabled/cancelled?'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -882,7 +882,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_show_location',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('show location'),
-          'description' => 'If true, show event location.',
+          'description' => ts('If true, show event location.'),
           'default' => '1',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -896,7 +896,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'loc_block_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Location Block ID'),
-          'description' => 'FK to Location Block ID',
+          'description' => ts('FK to Location Block ID'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -907,7 +907,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'default_role_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Default Role'),
-          'description' => 'Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.',
+          'description' => ts('Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.'),
           'import' => TRUE,
           'where' => 'civicrm_event.default_role_id',
           'headerPattern' => '',
@@ -930,7 +930,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'intro_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Introductory Message'),
-          'description' => 'Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.',
+          'description' => ts('Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.'),
           'rows' => 6,
           'cols' => 50,
           'table_name' => 'civicrm_event',
@@ -945,7 +945,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'footer_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Footer Message'),
-          'description' => 'Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.',
+          'description' => ts('Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.'),
           'rows' => 6,
           'cols' => 50,
           'table_name' => 'civicrm_event',
@@ -960,7 +960,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'confirm_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Confirmation Title'),
-          'description' => 'Title for Confirmation page.',
+          'description' => ts('Title for Confirmation page.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
@@ -976,7 +976,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'confirm_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Confirm Text'),
-          'description' => 'Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.',
+          'description' => ts('Introductory message for Event Registration page. Text and html allowed. Displayed at the top of Event Registration form.'),
           'rows' => 6,
           'cols' => 50,
           'table_name' => 'civicrm_event',
@@ -991,7 +991,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'confirm_footer_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Footer Text'),
-          'description' => 'Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.',
+          'description' => ts('Footer message for Event Registration page. Text and html allowed. Displayed at the bottom of Event Registration form.'),
           'rows' => 6,
           'cols' => 50,
           'table_name' => 'civicrm_event',
@@ -1006,7 +1006,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_email_confirm',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is confirm email'),
-          'description' => 'If true, confirmation is automatically emailed to contact on successful registration.',
+          'description' => ts('If true, confirmation is automatically emailed to contact on successful registration.'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1020,7 +1020,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'confirm_email_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Confirmation Email Text'),
-          'description' => 'text to include above standard event info on confirmation email. emails are text-only, so do not allow html for now',
+          'description' => ts('text to include above standard event info on confirmation email. emails are text-only, so do not allow html for now'),
           'rows' => 4,
           'cols' => 50,
           'table_name' => 'civicrm_event',
@@ -1035,7 +1035,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'confirm_from_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Confirm From Name'),
-          'description' => 'FROM email name used for confirmation emails.',
+          'description' => ts('FROM email name used for confirmation emails.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_event',
@@ -1050,7 +1050,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'confirm_from_email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Confirm From Email'),
-          'description' => 'FROM email address used for confirmation emails.',
+          'description' => ts('FROM email address used for confirmation emails.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_event',
@@ -1065,7 +1065,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'cc_confirm',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Cc Confirm'),
-          'description' => 'comma-separated list of email addresses to cc each time a confirmation is sent',
+          'description' => ts('comma-separated list of email addresses to cc each time a confirmation is sent'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_event',
@@ -1080,7 +1080,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'bcc_confirm',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Bcc Confirm'),
-          'description' => 'comma-separated list of email addresses to bcc each time a confirmation is sent',
+          'description' => ts('comma-separated list of email addresses to bcc each time a confirmation is sent'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_event',
@@ -1095,7 +1095,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'default_fee_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Default Fee ID'),
-          'description' => 'FK to civicrm_option_value.',
+          'description' => ts('FK to civicrm_option_value.'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1105,7 +1105,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'default_discount_fee_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Default Discount Fee ID'),
-          'description' => 'FK to civicrm_option_value.',
+          'description' => ts('FK to civicrm_option_value.'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1115,7 +1115,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'thankyou_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('ThankYou Title'),
-          'description' => 'Title for ThankYou page.',
+          'description' => ts('Title for ThankYou page.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
@@ -1131,7 +1131,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'thankyou_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('ThankYou Text'),
-          'description' => 'ThankYou Text.',
+          'description' => ts('ThankYou Text.'),
           'rows' => 6,
           'cols' => 50,
           'table_name' => 'civicrm_event',
@@ -1146,7 +1146,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'thankyou_footer_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Footer Text'),
-          'description' => 'Footer message.',
+          'description' => ts('Footer message.'),
           'rows' => 6,
           'cols' => 50,
           'table_name' => 'civicrm_event',
@@ -1161,7 +1161,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_pay_later',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Pay Later Allowed'),
-          'description' => 'if true - allows the user to send payment directly to the org later',
+          'description' => ts('if true - allows the user to send payment directly to the org later'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1175,7 +1175,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'pay_later_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Pay Later Text'),
-          'description' => 'The text displayed to the user in the main form',
+          'description' => ts('The text displayed to the user in the main form'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1188,7 +1188,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'pay_later_receipt',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Pay Later Receipt Text'),
-          'description' => 'The receipt sent to the user instead of the normal receipt text',
+          'description' => ts('The receipt sent to the user instead of the normal receipt text'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1201,7 +1201,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_partial_payment',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Partial Payments Enabled'),
-          'description' => 'is partial payment enabled for this event',
+          'description' => ts('is partial payment enabled for this event'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1215,7 +1215,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'initial_amount_label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Initial Amount Label'),
-          'description' => 'Initial amount label for partial payment',
+          'description' => ts('Initial amount label for partial payment'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_event',
@@ -1230,7 +1230,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'initial_amount_help_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Initial Amount Help Text'),
-          'description' => 'Initial amount help text for partial payment',
+          'description' => ts('Initial amount help text for partial payment'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1243,7 +1243,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'min_initial_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Minimum Initial Amount'),
-          'description' => 'Minimum initial amount for partial payment',
+          'description' => ts('Minimum initial amount for partial payment'),
           'precision' => [
             20,
             2
@@ -1260,7 +1260,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_multiple_registrations',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Allow Multiple Registrations'),
-          'description' => 'if true - allows the user to register multiple participants for event',
+          'description' => ts('if true - allows the user to register multiple participants for event'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1274,7 +1274,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'max_additional_participants',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Maximum number of additional participants per registration'),
-          'description' => 'Maximum number of additional participants that can be registered on a single booking',
+          'description' => ts('Maximum number of additional participants that can be registered on a single booking'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1285,7 +1285,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'allow_same_participant_emails',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Does Event allow multiple registrations from same email address?'),
-          'description' => 'if true - allows the user to register multiple registrations from same email address.',
+          'description' => ts('if true - allows the user to register multiple registrations from same email address.'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1299,7 +1299,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'has_waitlist',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Waitlist Enabled'),
-          'description' => 'Whether the event has waitlist support.',
+          'description' => ts('Whether the event has waitlist support.'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1312,7 +1312,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'requires_approval',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Requires Approval'),
-          'description' => 'Whether participants require approval before they can finish registering.',
+          'description' => ts('Whether participants require approval before they can finish registering.'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1325,7 +1325,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'expiration_time',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Expiration Time'),
-          'description' => 'Expire pending but unconfirmed registrations after this many hours.',
+          'description' => ts('Expire pending but unconfirmed registrations after this many hours.'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1338,7 +1338,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'allow_selfcancelxfer',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Allow Self-service Cancellation or Transfer'),
-          'description' => 'Allow self service cancellation or transfer for event?',
+          'description' => ts('Allow self service cancellation or transfer for event?'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1352,7 +1352,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'selfcancelxfer_time',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Self-service Cancellation or Transfer Time'),
-          'description' => 'Number of hours prior to event start date to allow self-service cancellation or transfer.',
+          'description' => ts('Number of hours prior to event start date to allow self-service cancellation or transfer.'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1366,7 +1366,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'waitlist_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Waitlist Text'),
-          'description' => 'Text to display when the event is full, but participants can signup for a waitlist.',
+          'description' => ts('Text to display when the event is full, but participants can signup for a waitlist.'),
           'rows' => 4,
           'cols' => 60,
           'table_name' => 'civicrm_event',
@@ -1381,7 +1381,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'approval_req_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Approval Req Text'),
-          'description' => 'Text to display when the approval is required to complete registration for an event.',
+          'description' => ts('Text to display when the approval is required to complete registration for an event.'),
           'rows' => 4,
           'cols' => 60,
           'table_name' => 'civicrm_event',
@@ -1396,7 +1396,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_template',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is an Event Template'),
-          'description' => 'whether the event has template',
+          'description' => ts('whether the event has template'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_event',
@@ -1411,7 +1411,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'template_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Event Template Title'),
-          'description' => 'Event Template Title',
+          'description' => ts('Event Template Title'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -1431,7 +1431,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Created By Contact ID'),
-          'description' => 'FK to civicrm_contact, who created this event',
+          'description' => ts('FK to civicrm_contact, who created this event'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1442,7 +1442,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Event Created Date'),
-          'description' => 'Date and time that event was created.',
+          'description' => ts('Date and time that event was created.'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1452,7 +1452,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'import' => TRUE,
@@ -1478,7 +1478,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign'),
-          'description' => 'The campaign for which this event has been created.',
+          'description' => ts('The campaign for which this event has been created.'),
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
@@ -1497,7 +1497,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_share',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is shared through social media'),
-          'description' => 'Can people share the event through social media?',
+          'description' => ts('Can people share the event through social media?'),
           'default' => '1',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1511,7 +1511,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_confirm_enabled',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is the booking confirmation screen enabled?'),
-          'description' => 'If false, the event booking confirmation screen gets skipped',
+          'description' => ts('If false, the event booking confirmation screen gets skipped'),
           'default' => '1',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1525,7 +1525,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'parent_event_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Parent Event ID'),
-          'description' => 'Implicit FK to civicrm_event: parent event',
+          'description' => ts('Implicit FK to civicrm_event: parent event'),
           'default' => 'NULL',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1539,7 +1539,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'slot_label_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Subevent Slot Label ID'),
-          'description' => 'Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.',
+          'description' => ts('Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1553,7 +1553,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'dedupe_rule_group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Dedupe Rule'),
-          'description' => 'Rule to use when matching registrations for this event',
+          'description' => ts('Rule to use when matching registrations for this event'),
           'default' => 'NULL',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
@@ -1574,7 +1574,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'name' => 'is_billing_required',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is billing block required'),
-          'description' => 'if true than billing block is required this event',
+          'description' => ts('if true than billing block is required this event'),
           'default' => '0',
           'table_name' => 'civicrm_event',
           'entity' => 'Event',
index 941d0eff23dce5966efe42a6aaabab9008346d3e..bbc0a8f4bb4223ea928003ae0706f44917e7da0f 100644 (file)
@@ -200,7 +200,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Participant ID'),
-          'description' => 'Participant Id',
+          'description' => ts('Participant Id'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_participant.id',
@@ -216,7 +216,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_participant.contact_id',
@@ -233,7 +233,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'event_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event'),
-          'description' => 'FK to Event ID',
+          'description' => ts('FK to Event ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_participant.event_id',
@@ -250,7 +250,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Participant Status'),
-          'description' => 'Participant status ID. FK to civicrm_participant_status_type. Default of 1 should map to status = Registered.',
+          'description' => ts('Participant status ID. FK to civicrm_participant_status_type. Default of 1 should map to status = Registered.'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_participant.status_id',
@@ -276,7 +276,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'role_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Participant Role'),
-          'description' => 'Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.',
+          'description' => ts('Participant role ID. Implicit FK to civicrm_option_value where option_group = participant_role.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -302,7 +302,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'register_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Register date'),
-          'description' => 'When did contact register for event?',
+          'description' => ts('When did contact register for event?'),
           'import' => TRUE,
           'where' => 'civicrm_participant.register_date',
           'headerPattern' => '/^(r(egister\s)?date)$/i',
@@ -321,7 +321,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'source',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Participant Source'),
-          'description' => 'Source of this event registration.',
+          'description' => ts('Source of this event registration.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -341,9 +341,9 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'fee_level',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Fee level'),
-          'description' => 'Populate with the label (text) associated with a fee level for paid events with multiple levels. Note that
+          'description' => ts('Populate with the label (text) associated with a fee level for paid events with multiple levels. Note that
       we store the label value and not the key
-    ',
+    '),
           'import' => TRUE,
           'where' => 'civicrm_participant.fee_level',
           'headerPattern' => '/^(f(ee\s)?level)$/i',
@@ -389,7 +389,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'fee_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Fee Amount'),
-          'description' => 'actual processor fee if known - may be 0.',
+          'description' => ts('actual processor fee if known - may be 0.'),
           'precision' => [
             20,
             2
@@ -408,7 +408,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'registered_by_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Registered By ID'),
-          'description' => 'FK to Participant ID',
+          'description' => ts('FK to Participant ID'),
           'import' => TRUE,
           'where' => 'civicrm_participant.registered_by_id',
           'headerPattern' => '',
@@ -425,7 +425,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'discount_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Discount ID'),
-          'description' => 'FK to Discount ID',
+          'description' => ts('FK to Discount ID'),
           'default' => 'NULL',
           'table_name' => 'civicrm_participant',
           'entity' => 'Participant',
@@ -437,7 +437,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'fee_currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Fee Currency'),
-          'description' => '3 character string, value derived from config setting.',
+          'description' => ts('3 character string, value derived from config setting.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'import' => TRUE,
@@ -464,7 +464,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign'),
-          'description' => 'The campaign for which this participant has been registered.',
+          'description' => ts('The campaign for which this participant has been registered.'),
           'import' => TRUE,
           'where' => 'civicrm_participant.campaign_id',
           'headerPattern' => '',
@@ -485,7 +485,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'discount_amount',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Discount Amount'),
-          'description' => 'Discount Amount',
+          'description' => ts('Discount Amount'),
           'table_name' => 'civicrm_participant',
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
@@ -495,7 +495,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'cart_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event Cart ID'),
-          'description' => 'FK to civicrm_event_carts',
+          'description' => ts('FK to civicrm_event_carts'),
           'table_name' => 'civicrm_participant',
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
@@ -506,7 +506,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'must_wait',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Must Wait on List'),
-          'description' => 'On Waiting List',
+          'description' => ts('On Waiting List'),
           'table_name' => 'civicrm_participant',
           'entity' => 'Participant',
           'bao' => 'CRM_Event_BAO_Participant',
@@ -516,7 +516,7 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO {
           'name' => 'transferred_to_contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Transferred to Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'import' => TRUE,
           'where' => 'civicrm_participant.transferred_to_contact_id',
           'headerPattern' => '/transfer(.?id)?/i',
index feb8889ecd73d96bf37e970a0d7d7a0983f81f2c..2cbd5a54453970967eca50e64ba0ff8691253b60 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment ID'),
-          'description' => 'Participant Payment Id',
+          'description' => ts('Participant Payment Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_participant_payment',
           'entity' => 'ParticipantPayment',
@@ -96,7 +96,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
           'name' => 'participant_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Participant ID'),
-          'description' => 'Participant Id (FK)',
+          'description' => ts('Participant Id (FK)'),
           'required' => TRUE,
           'table_name' => 'civicrm_participant_payment',
           'entity' => 'ParticipantPayment',
@@ -108,7 +108,7 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO {
           'name' => 'contribution_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution'),
-          'description' => 'FK to contribution table.',
+          'description' => ts('FK to contribution table.'),
           'required' => TRUE,
           'table_name' => 'civicrm_participant_payment',
           'entity' => 'ParticipantPayment',
index f86e49eec6f4d73b8db910ce2779a438d2fe43b9..077a1e75be09c57cd2ef84ef319922976e4bf841 100644 (file)
@@ -111,7 +111,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Participant Status Type ID'),
-          'description' => 'unique participant status type id',
+          'description' => ts('unique participant status type id'),
           'required' => TRUE,
           'table_name' => 'civicrm_participant_status_type',
           'entity' => 'ParticipantStatusType',
@@ -122,7 +122,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Participant Status'),
-          'description' => 'non-localized name of the status type',
+          'description' => ts('non-localized name of the status type'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -139,7 +139,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Participant Status Label'),
-          'description' => 'localized label for display of this status type',
+          'description' => ts('localized label for display of this status type'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_participant_status_type',
@@ -151,7 +151,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'name' => 'class',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Participant Status Class'),
-          'description' => 'the general group of status type this one belongs to',
+          'description' => ts('the general group of status type this one belongs to'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_participant_status_type',
@@ -169,7 +169,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Participant Status Is Reserved?>'),
-          'description' => 'whether this is a status type required by the system',
+          'description' => ts('whether this is a status type required by the system'),
           'table_name' => 'civicrm_participant_status_type',
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
@@ -179,7 +179,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Participant Status is Active'),
-          'description' => 'whether this status type is active',
+          'description' => ts('whether this status type is active'),
           'default' => '1',
           'table_name' => 'civicrm_participant_status_type',
           'entity' => 'ParticipantStatusType',
@@ -190,7 +190,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'name' => 'is_counted',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Participant Status Counts?'),
-          'description' => 'whether this status type is counted against event size limit',
+          'description' => ts('whether this status type is counted against event size limit'),
           'table_name' => 'civicrm_participant_status_type',
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
@@ -200,7 +200,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'controls sort order',
+          'description' => ts('controls sort order'),
           'required' => TRUE,
           'table_name' => 'civicrm_participant_status_type',
           'entity' => 'ParticipantStatusType',
@@ -211,7 +211,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'name' => 'visibility_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Participant Status Visibility'),
-          'description' => 'whether the status type is visible to the public, an implicit foreign key to option_value.value related to the `visibility` option_group',
+          'description' => ts('whether the status type is visible to the public, an implicit foreign key to option_value.value related to the `visibility` option_group'),
           'table_name' => 'civicrm_participant_status_type',
           'entity' => 'ParticipantStatusType',
           'bao' => 'CRM_Event_BAO_ParticipantStatusType',
index 3dd5bc37650d9b80ae17063f71eed4b56c3e7b5b..2359bc6c3b06c60aa7a7d29f11c6cdf0db84a85e 100644 (file)
@@ -83,7 +83,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Currency ID'),
-          'description' => 'Currency Id',
+          'description' => ts('Currency Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_currency',
           'entity' => 'Currency',
@@ -94,7 +94,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency'),
-          'description' => 'Currency Name',
+          'description' => ts('Currency Name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'import' => TRUE,
@@ -114,7 +114,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'symbol',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency Symbol'),
-          'description' => 'Currency Symbol',
+          'description' => ts('Currency Symbol'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_currency',
@@ -129,7 +129,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'numeric_code',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency Numeric Code'),
-          'description' => 'Numeric currency code',
+          'description' => ts('Numeric currency code'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'import' => TRUE,
@@ -146,7 +146,7 @@ class CRM_Financial_DAO_Currency extends CRM_Core_DAO {
           'name' => 'full_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Full Currency Name'),
-          'description' => 'Full currency name',
+          'description' => ts('Full currency name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_currency',
index 666eaba210281c903d988cf60a9ce1484d4917f5..815faa4ea823ad7ea3da57b7d7485dcbdc5e57fd 100644 (file)
@@ -99,7 +99,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity Financial Account ID'),
-          'description' => 'ID',
+          'description' => ts('ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_financial_account',
           'entity' => 'EntityFinancialAccount',
@@ -110,7 +110,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'Links to an entity_table like civicrm_financial_type',
+          'description' => ts('Links to an entity_table like civicrm_financial_type'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -128,7 +128,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'Links to an id in the entity_table, such as vid in civicrm_financial_type',
+          'description' => ts('Links to an id in the entity_table, such as vid in civicrm_financial_type'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_financial_account',
           'entity' => 'EntityFinancialAccount',
@@ -139,7 +139,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
           'name' => 'account_relationship',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Account Relationship'),
-          'description' => 'FK to a new civicrm_option_value (account_relationship)',
+          'description' => ts('FK to a new civicrm_option_value (account_relationship)'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_financial_account',
           'entity' => 'EntityFinancialAccount',
@@ -157,7 +157,7 @@ class CRM_Financial_DAO_EntityFinancialAccount extends CRM_Core_DAO {
           'name' => 'financial_account_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Account'),
-          'description' => 'FK to the financial_account_id',
+          'description' => ts('FK to the financial_account_id'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_financial_account',
           'entity' => 'EntityFinancialAccount',
index 7b5bc1fb268b2132d29230dc5f3a6954ceed5db0..cc9665d2443683040a95a08a0264ebb517dc63ab 100644 (file)
@@ -95,7 +95,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity Financial Transaction ID'),
-          'description' => 'ID',
+          'description' => ts('ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_entity_financial_trxn',
           'entity' => 'EntityFinancialTrxn',
@@ -106,7 +106,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'May contain civicrm_financial_item, civicrm_contribution, civicrm_financial_trxn, civicrm_grant, etc',
+          'description' => ts('May contain civicrm_financial_item, civicrm_contribution, civicrm_financial_trxn, civicrm_grant, etc'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -144,7 +144,7 @@ class CRM_Financial_DAO_EntityFinancialTrxn extends CRM_Core_DAO {
           'name' => 'amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Amount'),
-          'description' => 'allocated amount of transaction to this entity',
+          'description' => ts('allocated amount of transaction to this entity'),
           'required' => TRUE,
           'precision' => [
             20,
index f2ab3fff119d5993cb20834b6dab7b750cffbdcb..4a3526985e725ead51cd83f49ace9f2c3154a3eb 100644 (file)
@@ -169,7 +169,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Account ID'),
-          'description' => 'ID',
+          'description' => ts('ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_financial_account',
           'entity' => 'FinancialAccount',
@@ -180,7 +180,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Financial Account Name'),
-          'description' => 'Financial Account Name.',
+          'description' => ts('Financial Account Name.'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -193,7 +193,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact ID that is responsible for the funds in this account',
+          'description' => ts('FK to Contact ID that is responsible for the funds in this account'),
           'table_name' => 'civicrm_financial_account',
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
@@ -204,7 +204,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'financial_account_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Account Type'),
-          'description' => 'pseudo FK into civicrm_option_value.',
+          'description' => ts('pseudo FK into civicrm_option_value.'),
           'required' => TRUE,
           'default' => '3',
           'table_name' => 'civicrm_financial_account',
@@ -223,7 +223,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'accounting_code',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Accounting Code'),
-          'description' => 'Optional value for mapping monies owed and received to accounting system codes.',
+          'description' => ts('Optional value for mapping monies owed and received to accounting system codes.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'export' => TRUE,
@@ -239,7 +239,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'account_type_code',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Account Type Code'),
-          'description' => 'Optional value for mapping account types to accounting system account categories (QuickBooks Account Type Codes for example).',
+          'description' => ts('Optional value for mapping account types to accounting system account categories (QuickBooks Account Type Codes for example).'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'export' => TRUE,
@@ -255,7 +255,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Financial Account Description'),
-          'description' => 'Financial Type Description.',
+          'description' => ts('Financial Type Description.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_financial_account',
@@ -267,7 +267,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Account Parent'),
-          'description' => 'Parent ID in account hierarchy',
+          'description' => ts('Parent ID in account hierarchy'),
           'table_name' => 'civicrm_financial_account',
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
@@ -278,7 +278,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'is_header_account',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Header Financial Account?'),
-          'description' => 'Is this a header account which does not allow transactions to be posted against it directly, but only to its sub-accounts?',
+          'description' => ts('Is this a header account which does not allow transactions to be posted against it directly, but only to its sub-accounts?'),
           'default' => '0',
           'table_name' => 'civicrm_financial_account',
           'entity' => 'FinancialAccount',
@@ -289,7 +289,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'is_deductible',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Deductible Financial Account?'),
-          'description' => 'Is this account tax-deductible?',
+          'description' => ts('Is this account tax-deductible?'),
           'default' => '1',
           'table_name' => 'civicrm_financial_account',
           'entity' => 'FinancialAccount',
@@ -300,7 +300,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'is_tax',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Tax Financial Account?'),
-          'description' => 'Is this account for taxes?',
+          'description' => ts('Is this account for taxes?'),
           'default' => '0',
           'table_name' => 'civicrm_financial_account',
           'entity' => 'FinancialAccount',
@@ -311,7 +311,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'tax_rate',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Financial Account Tax Rate'),
-          'description' => 'The percentage of the total_amount that is due for this tax.',
+          'description' => ts('The percentage of the total_amount that is due for this tax.'),
           'precision' => [
             10,
             8
@@ -325,7 +325,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Reserved Financial Account?'),
-          'description' => 'Is this a predefined system object?',
+          'description' => ts('Is this a predefined system object?'),
           'table_name' => 'civicrm_financial_account',
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
@@ -335,7 +335,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Financial Account is Active'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_financial_account',
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
@@ -345,7 +345,7 @@ class CRM_Financial_DAO_FinancialAccount extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Default Financial Account'),
-          'description' => 'Is this account the default one (or default tax one) for its financial_account_type?',
+          'description' => ts('Is this account the default one (or default tax one) for its financial_account_type?'),
           'table_name' => 'civicrm_financial_account',
           'entity' => 'FinancialAccount',
           'bao' => 'CRM_Financial_BAO_FinancialAccount',
index 7cfd9b651eb19c0cc69fa43a6b539bacf86602e7..79db6497e699ffd853d0634a397b803bd3b49b1c 100644 (file)
@@ -150,7 +150,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Financial Item Created Date'),
-          'description' => 'Date and time the item was created',
+          'description' => ts('Date and time the item was created'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_financial_item',
@@ -162,7 +162,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'transaction_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Financial Item Transaction Date'),
-          'description' => 'Date and time of the source transaction',
+          'description' => ts('Date and time of the source transaction'),
           'required' => TRUE,
           'table_name' => 'civicrm_financial_item',
           'entity' => 'FinancialItem',
@@ -173,7 +173,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Item Contact ID'),
-          'description' => 'FK to Contact ID of contact the item is from',
+          'description' => ts('FK to Contact ID of contact the item is from'),
           'required' => TRUE,
           'export' => TRUE,
           'where' => 'civicrm_financial_item.contact_id',
@@ -189,7 +189,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Financial Item Description'),
-          'description' => 'Human readable description of this item, to ease display without lookup of source item.',
+          'description' => ts('Human readable description of this item, to ease display without lookup of source item.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_financial_item',
@@ -201,7 +201,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Amount'),
-          'description' => 'Total amount of this item',
+          'description' => ts('Total amount of this item'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -217,7 +217,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Financial Item Currency'),
-          'description' => 'Currency for the amount',
+          'description' => ts('Currency for the amount'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'export' => TRUE,
@@ -242,7 +242,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'financial_account_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Account ID'),
-          'description' => 'FK to civicrm_financial_account',
+          'description' => ts('FK to civicrm_financial_account'),
           'table_name' => 'civicrm_financial_item',
           'entity' => 'FinancialItem',
           'bao' => 'CRM_Financial_BAO_FinancialItem',
@@ -261,7 +261,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Item Status ID'),
-          'description' => 'Payment status: test, paid, part_paid, unpaid (if empty assume unpaid)',
+          'description' => ts('Payment status: test, paid, part_paid, unpaid (if empty assume unpaid)'),
           'export' => TRUE,
           'where' => 'civicrm_financial_item.status_id',
           'headerPattern' => '',
@@ -282,7 +282,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'The table providing the source of this item such as civicrm_line_item',
+          'description' => ts('The table providing the source of this item such as civicrm_line_item'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_financial_item',
@@ -294,7 +294,7 @@ class CRM_Financial_DAO_FinancialItem extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'The specific source item that is responsible for the creation of this financial_item',
+          'description' => ts('The specific source item that is responsible for the creation of this financial_item'),
           'table_name' => 'civicrm_financial_item',
           'entity' => 'FinancialItem',
           'bao' => 'CRM_Financial_BAO_FinancialItem',
index bf194318976b9a2dfbd79772b599c0038a5c0e23..e1b80533f9503f8878473b43497ba5a56b39a39d 100644 (file)
@@ -192,7 +192,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'from_financial_account_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Transaction From Account'),
-          'description' => 'FK to financial_account table.',
+          'description' => ts('FK to financial_account table.'),
           'table_name' => 'civicrm_financial_trxn',
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
@@ -211,7 +211,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'to_financial_account_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Transaction To Account'),
-          'description' => 'FK to financial_financial_account table.',
+          'description' => ts('FK to financial_financial_account table.'),
           'table_name' => 'civicrm_financial_trxn',
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
@@ -230,7 +230,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'trxn_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Financial Transaction Date'),
-          'description' => 'date transaction occurred',
+          'description' => ts('date transaction occurred'),
           'default' => 'NULL',
           'table_name' => 'civicrm_financial_trxn',
           'entity' => 'FinancialTrxn',
@@ -245,7 +245,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'total_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Financial Total Amount'),
-          'description' => 'amount of transaction',
+          'description' => ts('amount of transaction'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -260,7 +260,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'fee_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Financial Fee Amount'),
-          'description' => 'actual processor fee if known - may be 0.',
+          'description' => ts('actual processor fee if known - may be 0.'),
           'precision' => [
             20,
             2
@@ -274,7 +274,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'net_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Financial Net Amount'),
-          'description' => 'actual funds transfer amount. total less fees. if processor does not report actual fee during transaction, this is set to total_amount.',
+          'description' => ts('actual funds transfer amount. total less fees. if processor does not report actual fee during transaction, this is set to total_amount.'),
           'precision' => [
             20,
             2
@@ -288,7 +288,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Financial Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'import' => TRUE,
@@ -315,7 +315,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'is_payment',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Payment?'),
-          'description' => 'Is this entry either a payment or a reversal of a payment?',
+          'description' => ts('Is this entry either a payment or a reversal of a payment?'),
           'import' => TRUE,
           'where' => 'civicrm_financial_trxn.is_payment',
           'headerPattern' => '',
@@ -331,7 +331,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'trxn_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Transaction ID'),
-          'description' => 'Transaction id supplied by external processor. This may not be unique.',
+          'description' => ts('Transaction id supplied by external processor. This may not be unique.'),
           'maxlength' => 255,
           'size' => 10,
           'table_name' => 'civicrm_financial_trxn',
@@ -346,7 +346,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'trxn_result_code',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Transaction Result Code'),
-          'description' => 'processor result code',
+          'description' => ts('processor result code'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_financial_trxn',
@@ -358,7 +358,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Transaction Status Id'),
-          'description' => 'pseudo FK to civicrm_option_value of contribution_status_id option_group',
+          'description' => ts('pseudo FK to civicrm_option_value of contribution_status_id option_group'),
           'import' => TRUE,
           'where' => 'civicrm_financial_trxn.status_id',
           'headerPattern' => '/status/i',
@@ -377,7 +377,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'payment_processor_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Processor'),
-          'description' => 'Payment Processor for this financial transaction',
+          'description' => ts('Payment Processor for this financial transaction'),
           'table_name' => 'civicrm_financial_trxn',
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
@@ -388,7 +388,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'payment_instrument_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Method'),
-          'description' => 'FK to payment_instrument option group values',
+          'description' => ts('FK to payment_instrument option group values'),
           'table_name' => 'civicrm_financial_trxn',
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
@@ -405,7 +405,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'card_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Card Type ID'),
-          'description' => 'FK to accept_creditcard option group values',
+          'description' => ts('FK to accept_creditcard option group values'),
           'table_name' => 'civicrm_financial_trxn',
           'entity' => 'FinancialTrxn',
           'bao' => 'CRM_Financial_DAO_FinancialTrxn',
@@ -422,7 +422,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'check_number',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Check Number'),
-          'description' => 'Check number',
+          'description' => ts('Check number'),
           'maxlength' => 255,
           'size' => 6,
           'table_name' => 'civicrm_financial_trxn',
@@ -437,7 +437,7 @@ class CRM_Financial_DAO_FinancialTrxn extends CRM_Core_DAO {
           'name' => 'pan_truncation',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Pan Truncation'),
-          'description' => 'Last 4 digits of credit card',
+          'description' => ts('Last 4 digits of credit card'),
           'maxlength' => 4,
           'size' => 4,
           'table_name' => 'civicrm_financial_trxn',
index 8f805cb8c3d62db4ddff77c3215e1a7d3b8d56ee..dd2a48f7ce400d146cb420a7b8ca6d92c8541493 100644 (file)
@@ -90,7 +90,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type ID'),
-          'description' => 'ID of original financial_type so you can search this table by the financial_type.id and then select the relevant version based on the timestamp',
+          'description' => ts('ID of original financial_type so you can search this table by the financial_type.id and then select the relevant version based on the timestamp'),
           'required' => TRUE,
           'table_name' => 'civicrm_financial_type',
           'entity' => 'FinancialType',
@@ -101,7 +101,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Financial Type'),
-          'description' => 'Financial Type Name.',
+          'description' => ts('Financial Type Name.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -128,7 +128,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Description'),
-          'description' => 'Financial Type Description.',
+          'description' => ts('Financial Type Description.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_financial_type',
@@ -144,7 +144,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
           'name' => 'is_deductible',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Tax Deductible?'),
-          'description' => 'Is this financial type tax-deductible? If true, contributions of this type may be fully OR partially deductible - non-deductible amount is stored in the Contribution record.',
+          'description' => ts('Is this financial type tax-deductible? If true, contributions of this type may be fully OR partially deductible - non-deductible amount is stored in the Contribution record.'),
           'default' => '1',
           'table_name' => 'civicrm_financial_type',
           'entity' => 'FinancialType',
@@ -159,7 +159,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Financial Type is Reserved?'),
-          'description' => 'Is this a predefined system object?',
+          'description' => ts('Is this a predefined system object?'),
           'table_name' => 'civicrm_financial_type',
           'entity' => 'FinancialType',
           'bao' => 'CRM_Financial_BAO_FinancialType',
@@ -173,7 +173,7 @@ class CRM_Financial_DAO_FinancialType extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Financial Type Is Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_financial_type',
           'entity' => 'FinancialType',
           'bao' => 'CRM_Financial_BAO_FinancialType',
index 5720108715d1a8af8388b6d60de96bc0f3a80e93..c47948cde130c24cf014ae9cc4dbc20a784bbfba 100644 (file)
@@ -198,7 +198,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Processor ID'),
-          'description' => 'Payment Processor ID',
+          'description' => ts('Payment Processor ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
@@ -209,7 +209,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Processor Domain'),
-          'description' => 'Which Domain is this match entry for',
+          'description' => ts('Which Domain is this match entry for'),
           'required' => TRUE,
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
@@ -226,7 +226,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Payment Processor'),
-          'description' => 'Payment Processor Name.',
+          'description' => ts('Payment Processor Name.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_payment_processor',
@@ -241,7 +241,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Processor Description'),
-          'description' => 'Payment Processor Description.',
+          'description' => ts('Payment Processor Description.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_payment_processor',
@@ -268,7 +268,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Processor is Active?'),
-          'description' => 'Is this processor active?',
+          'description' => ts('Is this processor active?'),
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
@@ -278,7 +278,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Processor Is Default?'),
-          'description' => 'Is this processor the default?',
+          'description' => ts('Is this processor the default?'),
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
@@ -288,7 +288,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'is_test',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Test Processor?'),
-          'description' => 'Is this processor for a test site?',
+          'description' => ts('Is this processor for a test site?'),
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
@@ -421,7 +421,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'billing_mode',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Processor Billing Mode'),
-          'description' => 'Billing Mode (deprecated)',
+          'description' => ts('Billing Mode (deprecated)'),
           'required' => TRUE,
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
@@ -432,7 +432,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'is_recur',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Processor Supports Recurring?'),
-          'description' => 'Can process recurring contributions',
+          'description' => ts('Can process recurring contributions'),
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
           'bao' => 'CRM_Financial_BAO_PaymentProcessor',
@@ -442,7 +442,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'payment_type',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Type'),
-          'description' => 'Payment Type: Credit or Debit (deprecated)',
+          'description' => ts('Payment Type: Credit or Debit (deprecated)'),
           'default' => '1',
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
@@ -453,7 +453,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'payment_instrument_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Method'),
-          'description' => 'Payment Instrument ID',
+          'description' => ts('Payment Instrument ID'),
           'default' => '1',
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
@@ -468,7 +468,7 @@ class CRM_Financial_DAO_PaymentProcessor extends CRM_Core_DAO {
           'name' => 'accepted_credit_cards',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Accepted Credit Cards'),
-          'description' => 'array of accepted credit card types',
+          'description' => ts('array of accepted credit card types'),
           'default' => 'NULL',
           'table_name' => 'civicrm_payment_processor',
           'entity' => 'PaymentProcessor',
index 2fe0baeb581f4bd61c200cb232bb37979509ac02..12e4d27282cf5c12fa49ed9660d233328b2cee33 100644 (file)
@@ -183,7 +183,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Processor Type ID'),
-          'description' => 'Payment Processor Type ID',
+          'description' => ts('Payment Processor Type ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_payment_processor_type',
           'entity' => 'PaymentProcessorType',
@@ -194,7 +194,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Payment Processor variable name to be used in code'),
-          'description' => 'Payment Processor Name.',
+          'description' => ts('Payment Processor Name.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_payment_processor_type',
@@ -206,7 +206,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Payment Processor Title'),
-          'description' => 'Payment Processor Name.',
+          'description' => ts('Payment Processor Name.'),
           'maxlength' => 127,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_payment_processor_type',
@@ -218,7 +218,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Processor Type Description'),
-          'description' => 'Payment Processor Description.',
+          'description' => ts('Payment Processor Description.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_payment_processor_type',
@@ -230,7 +230,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Processor Type Is Active?'),
-          'description' => 'Is this processor active?',
+          'description' => ts('Is this processor active?'),
           'table_name' => 'civicrm_payment_processor_type',
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
@@ -240,7 +240,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Processor Type is Default?'),
-          'description' => 'Is this processor the default?',
+          'description' => ts('Is this processor the default?'),
           'table_name' => 'civicrm_payment_processor_type',
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
@@ -393,7 +393,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'billing_mode',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Billing Mode'),
-          'description' => 'Billing Mode (deprecated)',
+          'description' => ts('Billing Mode (deprecated)'),
           'required' => TRUE,
           'table_name' => 'civicrm_payment_processor_type',
           'entity' => 'PaymentProcessorType',
@@ -410,7 +410,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'is_recur',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Processor Type Supports Recurring?'),
-          'description' => 'Can process recurring contributions',
+          'description' => ts('Can process recurring contributions'),
           'table_name' => 'civicrm_payment_processor_type',
           'entity' => 'PaymentProcessorType',
           'bao' => 'CRM_Financial_BAO_PaymentProcessorType',
@@ -420,7 +420,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'payment_type',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Processor Type Payment Type'),
-          'description' => 'Payment Type: Credit or Debit (deprecated)',
+          'description' => ts('Payment Type: Credit or Debit (deprecated)'),
           'default' => '1',
           'table_name' => 'civicrm_payment_processor_type',
           'entity' => 'PaymentProcessorType',
@@ -431,7 +431,7 @@ class CRM_Financial_DAO_PaymentProcessorType extends CRM_Core_DAO {
           'name' => 'payment_instrument_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Method'),
-          'description' => 'Payment Instrument ID',
+          'description' => ts('Payment Instrument ID'),
           'default' => '1',
           'table_name' => 'civicrm_payment_processor_type',
           'entity' => 'PaymentProcessorType',
index aafe8bef3464d0731b173488af2f61f9450d955b..7bdc96d5c28ed341ce9153795f908ca8d37edda9 100644 (file)
@@ -154,7 +154,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Payment Token ID'),
-          'description' => 'Payment Token ID',
+          'description' => ts('Payment Token ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_payment_token',
           'entity' => 'PaymentToken',
@@ -165,7 +165,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact ID for the owner of the token',
+          'description' => ts('FK to Contact ID for the owner of the token'),
           'required' => TRUE,
           'table_name' => 'civicrm_payment_token',
           'entity' => 'PaymentToken',
@@ -188,7 +188,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'token',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Token'),
-          'description' => 'Externally provided token string',
+          'description' => ts('Externally provided token string'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -201,7 +201,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Created Date'),
-          'description' => 'Date created',
+          'description' => ts('Date created'),
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_payment_token',
           'entity' => 'PaymentToken',
@@ -212,7 +212,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Created ID'),
-          'description' => 'Contact ID of token creator',
+          'description' => ts('Contact ID of token creator'),
           'table_name' => 'civicrm_payment_token',
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
@@ -223,7 +223,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'expiry_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Expiry Date'),
-          'description' => 'Date this token expires',
+          'description' => ts('Date this token expires'),
           'table_name' => 'civicrm_payment_token',
           'entity' => 'PaymentToken',
           'bao' => 'CRM_Financial_DAO_PaymentToken',
@@ -233,7 +233,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Email'),
-          'description' => 'Email at the time of token creation. Useful for fraud forensics',
+          'description' => ts('Email at the time of token creation. Useful for fraud forensics'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_payment_token',
@@ -245,7 +245,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'billing_first_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Billing First Name'),
-          'description' => 'Billing first name at the time of token creation. Useful for fraud forensics',
+          'description' => ts('Billing first name at the time of token creation. Useful for fraud forensics'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_payment_token',
@@ -257,7 +257,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'billing_middle_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Billing Middle Name'),
-          'description' => 'Billing middle name at the time of token creation. Useful for fraud forensics',
+          'description' => ts('Billing middle name at the time of token creation. Useful for fraud forensics'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_payment_token',
@@ -269,7 +269,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'billing_last_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Billing Last Name'),
-          'description' => 'Billing last name at the time of token creation. Useful for fraud forensics',
+          'description' => ts('Billing last name at the time of token creation. Useful for fraud forensics'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_payment_token',
@@ -281,7 +281,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'masked_account_number',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Masked Account Number'),
-          'description' => 'Holds the part of the card number or account details that may be retained or displayed',
+          'description' => ts('Holds the part of the card number or account details that may be retained or displayed'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_payment_token',
@@ -293,7 +293,7 @@ class CRM_Financial_DAO_PaymentToken extends CRM_Core_DAO {
           'name' => 'ip_address',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('IP Address'),
-          'description' => 'IP used when creating the token. Useful for fraud forensics',
+          'description' => ts('IP used when creating the token. Useful for fraud forensics'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_payment_token',
index 0fefde6aa9a3a71531a3e9ef4ccade02d4d452e4..a4ce0ae147b35de91de5be0f0ac269e38d442a8e 100644 (file)
@@ -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',
index 9a4c0f861c222e9931e476569e5462dd27f6416a..b49d4dccee8b61d545d28a29e18499b8cd4c38e0 100644 (file)
@@ -169,7 +169,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Grant ID'),
-          'description' => 'Unique Grant id',
+          'description' => ts('Unique Grant id'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_grant.id',
@@ -185,7 +185,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'Contact ID of contact record given grant belongs to.',
+          'description' => ts('Contact ID of contact record given grant belongs to.'),
           'required' => TRUE,
           'export' => TRUE,
           'where' => 'civicrm_grant.contact_id',
@@ -204,7 +204,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'application_received_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Application received date'),
-          'description' => 'Date on which grant application was received by donor.',
+          'description' => ts('Date on which grant application was received by donor.'),
           'import' => TRUE,
           'where' => 'civicrm_grant.application_received_date',
           'headerPattern' => '',
@@ -223,7 +223,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'decision_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Decision date'),
-          'description' => 'Date on which grant decision was made.',
+          'description' => ts('Date on which grant decision was made.'),
           'import' => TRUE,
           'where' => 'civicrm_grant.decision_date',
           'headerPattern' => '',
@@ -242,7 +242,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'money_transfer_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Grant Money transfer date'),
-          'description' => 'Date on which grant money transfer was made.',
+          'description' => ts('Date on which grant money transfer was made.'),
           'import' => TRUE,
           'where' => 'civicrm_grant.money_transfer_date',
           'headerPattern' => '',
@@ -261,7 +261,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'grant_due_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Grant Due Date'),
-          'description' => 'Date on which grant report is due.',
+          'description' => ts('Date on which grant report is due.'),
           'import' => TRUE,
           'where' => 'civicrm_grant.grant_due_date',
           'headerPattern' => '',
@@ -280,7 +280,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'grant_report_received',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Grant report received'),
-          'description' => 'Yes/No field stating whether grant report was received by donor.',
+          'description' => ts('Yes/No field stating whether grant report was received by donor.'),
           'import' => TRUE,
           'where' => 'civicrm_grant.grant_report_received',
           'headerPattern' => '',
@@ -298,7 +298,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'grant_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Grant Type'),
-          'description' => 'Type of grant. Implicit FK to civicrm_option_value in grant_type option_group.',
+          'description' => ts('Type of grant. Implicit FK to civicrm_option_value in grant_type option_group.'),
           'required' => TRUE,
           'export' => TRUE,
           'where' => 'civicrm_grant.grant_type_id',
@@ -320,7 +320,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'amount_total',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Total Amount'),
-          'description' => 'Requested grant amount, in default currency.',
+          'description' => ts('Requested grant amount, in default currency.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -343,7 +343,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'amount_requested',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Amount Requested'),
-          'description' => 'Requested grant amount, in original currency (optional).',
+          'description' => ts('Requested grant amount, in original currency (optional).'),
           'precision' => [
             20,
             2
@@ -360,7 +360,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'amount_granted',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Amount granted'),
-          'description' => 'Granted amount, in default currency.',
+          'description' => ts('Granted amount, in default currency.'),
           'precision' => [
             20,
             2
@@ -382,7 +382,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Grant Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'required' => TRUE,
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
@@ -404,7 +404,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'rationale',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Grant Rationale'),
-          'description' => 'Grant rationale.',
+          'description' => ts('Grant rationale.'),
           'rows' => 4,
           'cols' => 60,
           'import' => TRUE,
@@ -424,7 +424,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Grant Status'),
-          'description' => 'Id of Grant status.',
+          'description' => ts('Id of Grant status.'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_grant.status_id',
@@ -447,7 +447,7 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type.',
+          'description' => ts('FK to Financial Type.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_grant',
           'entity' => 'Grant',
index c0356203d4b50ae2f4429b82b8504ec907c1612f..43cec964a035e4fe4ac1e9d4d137f1b813c96124 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO {
           'name' => 'bounce_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Bounce Type'),
-          'description' => 'Type of bounce',
+          'description' => ts('Type of bounce'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_bounce_pattern',
           'entity' => 'BouncePattern',
@@ -104,7 +104,7 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO {
           'name' => 'pattern',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Pattern'),
-          'description' => 'A regexp to match a message to a bounce type',
+          'description' => ts('A regexp to match a message to a bounce type'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing_bounce_pattern',
index c49c51391b61723415b72713454e011d57e33ebb..70ceecf483c58a4e1071963a2e9b9e6e78eae345 100644 (file)
@@ -84,7 +84,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Bounce Type Name'),
-          'description' => 'Type of bounce',
+          'description' => ts('Type of bounce'),
           'required' => TRUE,
           'maxlength' => 24,
           'size' => CRM_Utils_Type::MEDIUM,
@@ -97,7 +97,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Bounce Type Description'),
-          'description' => 'A description of this bounce type',
+          'description' => ts('A description of this bounce type'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing_bounce_type',
@@ -109,7 +109,7 @@ class CRM_Mailing_DAO_BounceType extends CRM_Core_DAO {
           'name' => 'hold_threshold',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Hold Threshold'),
-          'description' => 'Number of bounces of this type required before the email address is put on bounce hold',
+          'description' => ts('Number of bounces of this type required before the email address is put on bounce hold'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_bounce_type',
           'entity' => 'BounceType',
index 9df37c518b42d04191560533348b09b428c7ca73..e36302c7d5b0e44a1c4be32da5e211c97d200fc1 100644 (file)
@@ -380,7 +380,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Domain'),
-          'description' => 'Which site is this mailing for',
+          'description' => ts('Which site is this mailing for'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -396,7 +396,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'header_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Header'),
-          'description' => 'FK to the header component.',
+          'description' => ts('FK to the header component.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -407,7 +407,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'footer_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Footer'),
-          'description' => 'FK to the footer component.',
+          'description' => ts('FK to the footer component.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -418,7 +418,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'reply_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Reply'),
-          'description' => 'FK to the auto-responder component.',
+          'description' => ts('FK to the auto-responder component.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -429,7 +429,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'unsubscribe_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Unsubscribe'),
-          'description' => 'FK to the unsubscribe component.',
+          'description' => ts('FK to the unsubscribe component.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -449,7 +449,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'optout_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Opt Out'),
-          'description' => 'FK to the opt-out component.',
+          'description' => ts('FK to the opt-out component.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -460,7 +460,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Name'),
-          'description' => 'Mailing Name.',
+          'description' => ts('Mailing Name.'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing',
@@ -475,7 +475,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'mailing_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Type'),
-          'description' => 'differentiate between standalone mailings, A/B tests, and A/B final-winner',
+          'description' => ts('differentiate between standalone mailings, A/B tests, and A/B final-winner'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_mailing',
@@ -493,7 +493,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'from_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing From Name'),
-          'description' => 'From Header of mailing',
+          'description' => ts('From Header of mailing'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing',
@@ -508,7 +508,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'from_email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing From Email'),
-          'description' => 'From Email of mailing',
+          'description' => ts('From Email of mailing'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing',
@@ -523,7 +523,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'replyto_email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Replyto Email'),
-          'description' => 'Reply-To Email of mailing',
+          'description' => ts('Reply-To Email of mailing'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing',
@@ -538,7 +538,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'template_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Template Type'),
-          'description' => 'The language/processing system used for email templates.',
+          'description' => ts('The language/processing system used for email templates.'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -555,7 +555,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'template_options',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Template Options (JSON)'),
-          'description' => 'Advanced options used by the email templating system. (JSON encoded)',
+          'description' => ts('Advanced options used by the email templating system. (JSON encoded)'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -565,7 +565,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'subject',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Subject'),
-          'description' => 'Subject of mailing',
+          'description' => ts('Subject of mailing'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing',
@@ -580,7 +580,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'body_text',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Body Text'),
-          'description' => 'Body of the mailing in text format.',
+          'description' => ts('Body of the mailing in text format.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -590,7 +590,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'body_html',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Body Html'),
-          'description' => 'Body of the mailing in html format.',
+          'description' => ts('Body of the mailing in html format.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -600,7 +600,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'url_tracking',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Url Tracking'),
-          'description' => 'Should we track URL click-throughs for this mailing?',
+          'description' => ts('Should we track URL click-throughs for this mailing?'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -613,7 +613,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'forward_replies',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Forward Replies'),
-          'description' => 'Should we forward replies back to the author?',
+          'description' => ts('Should we forward replies back to the author?'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -626,7 +626,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'auto_responder',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Auto Responder'),
-          'description' => 'Should we enable the auto-responder?',
+          'description' => ts('Should we enable the auto-responder?'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -639,7 +639,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'open_tracking',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Track Mailing?'),
-          'description' => 'Should we track when recipients open/read this mailing?',
+          'description' => ts('Should we track when recipients open/read this mailing?'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -649,7 +649,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'is_completed',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Mailing Completed'),
-          'description' => 'Has at least one job associated with this mailing finished?',
+          'description' => ts('Has at least one job associated with this mailing finished?'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -662,7 +662,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'msg_template_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Message Template'),
-          'description' => 'FK to the message template.',
+          'description' => ts('FK to the message template.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -673,7 +673,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'override_verp',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Override Verp'),
-          'description' => 'Should we overrite VERP address in Reply-To',
+          'description' => ts('Should we overrite VERP address in Reply-To'),
           'default' => '0',
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
@@ -687,7 +687,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Creator'),
-          'description' => 'FK to Contact ID who first created this mailing',
+          'description' => ts('FK to Contact ID who first created this mailing'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -698,7 +698,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Mailing Created Date'),
-          'description' => 'Date and time this mailing was created.',
+          'description' => ts('Date and time this mailing was created.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing',
@@ -714,7 +714,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Modified Date'),
-          'description' => 'When the mailing (or closely related entity) was created or modified or deleted.',
+          'description' => ts('When the mailing (or closely related entity) was created or modified or deleted.'),
           'required' => FALSE,
           'export' => TRUE,
           'where' => 'civicrm_mailing.modified_date',
@@ -730,7 +730,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'scheduled_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Scheduled By'),
-          'description' => 'FK to Contact ID who scheduled this mailing',
+          'description' => ts('FK to Contact ID who scheduled this mailing'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -741,7 +741,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'scheduled_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Mailing Scheduled Date'),
-          'description' => 'Date and time this mailing was scheduled.',
+          'description' => ts('Date and time this mailing was scheduled.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing',
@@ -757,7 +757,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'approver_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Approved By'),
-          'description' => 'FK to Contact ID who approved this mailing',
+          'description' => ts('FK to Contact ID who approved this mailing'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -768,7 +768,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'approval_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Mailing Approved Date'),
-          'description' => 'Date and time this mailing was approved.',
+          'description' => ts('Date and time this mailing was approved.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing',
@@ -784,7 +784,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'approval_status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Approval Status'),
-          'description' => 'The status of this mailing. Values: none, approved, rejected',
+          'description' => ts('The status of this mailing. Values: none, approved, rejected'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -801,7 +801,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'approval_note',
           'type' => CRM_Utils_Type::T_LONGTEXT,
           'title' => ts('Approval Note'),
-          'description' => 'Note behind the decision.',
+          'description' => ts('Note behind the decision.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -814,7 +814,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'is_archived',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Mailing Archived?'),
-          'description' => 'Is this mailing archived?',
+          'description' => ts('Is this mailing archived?'),
           'default' => '0',
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
@@ -828,7 +828,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'visibility',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Visibility'),
-          'description' => 'In what context(s) is the mailing contents visible (online viewing)',
+          'description' => ts('In what context(s) is the mailing contents visible (online viewing)'),
           'maxlength' => 40,
           'size' => CRM_Utils_Type::BIG,
           'default' => 'Public Pages',
@@ -847,7 +847,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Campaign'),
-          'description' => 'The campaign for which this mailing has been initiated.',
+          'description' => ts('The campaign for which this mailing has been initiated.'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -866,7 +866,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'dedupe_email',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('No Duplicate emails?'),
-          'description' => 'Remove duplicate emails?',
+          'description' => ts('Remove duplicate emails?'),
           'default' => '0',
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
@@ -893,7 +893,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'hash',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Hash'),
-          'description' => 'Key for validating requests related to this mailing.',
+          'description' => ts('Key for validating requests related to this mailing.'),
           'maxlength' => 16,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_mailing',
@@ -905,7 +905,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Location Type'),
-          'description' => 'With email_selection_method, determines which email address to use',
+          'description' => ts('With email_selection_method, determines which email address to use'),
           'table_name' => 'civicrm_mailing',
           'entity' => 'Mailing',
           'bao' => 'CRM_Mailing_BAO_Mailing',
@@ -921,7 +921,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'email_selection_method',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Email Selection Method'),
-          'description' => 'With location_type_id, determine how to choose the email address to use.',
+          'description' => ts('With location_type_id, determine how to choose the email address to use.'),
           'maxlength' => 20,
           'size' => CRM_Utils_Type::MEDIUM,
           'default' => 'automatic',
@@ -937,7 +937,7 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO {
           'name' => 'language',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Language'),
-          'description' => 'Language of the content of the mailing. Useful for tokens.',
+          'description' => ts('Language of the content of the mailing. Useful for tokens.'),
           'maxlength' => 5,
           'size' => CRM_Utils_Type::SIX,
           'table_name' => 'civicrm_mailing',
index 724fcc80ca265d51a3a3da9b082d525b525ca2c2..e2fdaa203f20b5b4f7b99cfbb6b1a55e73ae3347 100644 (file)
@@ -163,7 +163,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Name of the A/B test',
+          'description' => ts('Name of the A/B test'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing_abtest',
@@ -175,7 +175,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'status',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Status'),
-          'description' => 'Status',
+          'description' => ts('Status'),
           'maxlength' => 32,
           'size' => CRM_Utils_Type::MEDIUM,
           'table_name' => 'civicrm_mailing_abtest',
@@ -190,7 +190,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'mailing_id_a',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing ID (A)'),
-          'description' => 'The first experimental mailing ("A" condition)',
+          'description' => ts('The first experimental mailing ("A" condition)'),
           'table_name' => 'civicrm_mailing_abtest',
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
@@ -200,7 +200,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'mailing_id_b',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing ID (B)'),
-          'description' => 'The second experimental mailing ("B" condition)',
+          'description' => ts('The second experimental mailing ("B" condition)'),
           'table_name' => 'civicrm_mailing_abtest',
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
@@ -210,7 +210,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'mailing_id_c',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing ID (C)'),
-          'description' => 'The final, general mailing (derived from A or B)',
+          'description' => ts('The final, general mailing (derived from A or B)'),
           'table_name' => 'civicrm_mailing_abtest',
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
@@ -220,7 +220,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Domain ID'),
-          'description' => 'Which site is this mailing for',
+          'description' => ts('Which site is this mailing for'),
           'table_name' => 'civicrm_mailing_abtest',
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
@@ -258,7 +258,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'specific_url',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('URL for Winner Criteria'),
-          'description' => 'What specific url to track',
+          'description' => ts('What specific url to track'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing_abtest',
@@ -270,7 +270,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'declare_winning_time',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Declaration Time'),
-          'description' => 'In how much time to declare winner',
+          'description' => ts('In how much time to declare winner'),
           'table_name' => 'civicrm_mailing_abtest',
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
@@ -289,7 +289,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('AB Test Created By'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'table_name' => 'civicrm_mailing_abtest',
           'entity' => 'MailingAB',
           'bao' => 'CRM_Mailing_BAO_MailingAB',
@@ -300,7 +300,7 @@ class CRM_Mailing_DAO_MailingAB extends CRM_Core_DAO {
           'name' => 'created_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('AB Test Created Date'),
-          'description' => 'When was this item created',
+          'description' => ts('When was this item created'),
           'required' => FALSE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_abtest',
index 3a341b0f2c6eccd8376b7d34a3fd71f3f97785b3..7eb9817f159f60b5effa3a3cf846a0fc1e3d935c 100644 (file)
@@ -110,7 +110,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Component Name'),
-          'description' => 'The name of this component',
+          'description' => ts('The name of this component'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_mailing_component',
@@ -122,7 +122,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'component_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Component Type'),
-          'description' => 'Type of Component.',
+          'description' => ts('Type of Component.'),
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_mailing_component',
@@ -151,7 +151,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'body_html',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Mailing Component Body HTML'),
-          'description' => 'Body of the component in html format.',
+          'description' => ts('Body of the component in html format.'),
           'rows' => 8,
           'cols' => 80,
           'table_name' => 'civicrm_mailing_component',
@@ -166,7 +166,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'body_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Body Text'),
-          'description' => 'Body of the component in text format.',
+          'description' => ts('Body of the component in text format.'),
           'rows' => 8,
           'cols' => 80,
           'table_name' => 'civicrm_mailing_component',
@@ -181,7 +181,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Mailing Component is Default?'),
-          'description' => 'Is this the default component for this component_type?',
+          'description' => ts('Is this the default component for this component_type?'),
           'default' => '0',
           'table_name' => 'civicrm_mailing_component',
           'entity' => 'MailingComponent',
@@ -192,7 +192,7 @@ class CRM_Mailing_DAO_MailingComponent extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Mailing Component Is Active?'),
-          'description' => 'Is this property active?',
+          'description' => ts('Is this property active?'),
           'table_name' => 'civicrm_mailing_component',
           'entity' => 'MailingComponent',
           'bao' => 'CRM_Mailing_BAO_MailingComponent',
index a550b9acec2ae3d47322c4ccb6f1e2ef091a9898..1143ac7cc159a74ce8c82d3a749a3600982d153a 100644 (file)
@@ -121,7 +121,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'name' => 'mailing_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing'),
-          'description' => 'The ID of a previous mailing to include/exclude recipients.',
+          'description' => ts('The ID of a previous mailing to include/exclude recipients.'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_group',
           'entity' => 'MailingGroup',
@@ -133,7 +133,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'name' => 'group_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Group Type'),
-          'description' => 'Are the members of the group included or excluded?.',
+          'description' => ts('Are the members of the group included or excluded?.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_mailing_group',
@@ -151,7 +151,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Group 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,
@@ -167,7 +167,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Group Entity'),
-          'description' => 'Foreign key to the referenced item.',
+          'description' => ts('Foreign key to the referenced item.'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_group',
           'entity' => 'MailingGroup',
@@ -178,7 +178,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'name' => 'search_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Group Search'),
-          'description' => 'The filtering search. custom search id or -1 for civicrm api search',
+          'description' => ts('The filtering search. custom search id or -1 for civicrm api search'),
           'table_name' => 'civicrm_mailing_group',
           'entity' => 'MailingGroup',
           'bao' => 'CRM_Mailing_DAO_MailingGroup',
@@ -188,7 +188,7 @@ class CRM_Mailing_DAO_MailingGroup extends CRM_Core_DAO {
           'name' => 'search_args',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Mailing Group Search Arguments'),
-          'description' => 'The arguments to be sent to the search function',
+          'description' => ts('The arguments to be sent to the search function'),
           'table_name' => 'civicrm_mailing_group',
           'entity' => 'MailingGroup',
           'bao' => 'CRM_Mailing_DAO_MailingGroup',
index 931685895fdc0c6b901021df8319a958804eb3e4..bd5c5497daf58a7a0003fb81d2fe3fbce1cef67a 100644 (file)
@@ -149,7 +149,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'mailing_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing'),
-          'description' => 'The ID of the mailing this Job will send.',
+          'description' => ts('The ID of the mailing this Job will send.'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_job',
           'entity' => 'MailingJob',
@@ -161,7 +161,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'scheduled_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Mailing Scheduled Date'),
-          'description' => 'date on which this job was scheduled.',
+          'description' => ts('date on which this job was scheduled.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_job',
@@ -173,7 +173,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Mailing Job Start Date'),
-          'description' => 'date on which this job was started.',
+          'description' => ts('date on which this job was started.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_job',
@@ -185,7 +185,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Mailing Job End Date'),
-          'description' => 'date on which this job ended.',
+          'description' => ts('date on which this job ended.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_job',
@@ -197,7 +197,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'status',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Job Status'),
-          'description' => 'The state of this job',
+          'description' => ts('The state of this job'),
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_mailing_job',
@@ -215,7 +215,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'is_test',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Mailing Job Is Test?'),
-          'description' => 'Is this job for a test mail?',
+          'description' => ts('Is this job for a test mail?'),
           'default' => '0',
           'table_name' => 'civicrm_mailing_job',
           'entity' => 'MailingJob',
@@ -226,7 +226,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'job_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Job Type'),
-          'description' => 'Type of mailling job: null | child ',
+          'description' => ts('Type of mailling job: null | child '),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing_job',
@@ -238,7 +238,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'parent_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Job Parent'),
-          'description' => 'Parent job id',
+          'description' => ts('Parent job id'),
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_job',
           'entity' => 'MailingJob',
@@ -250,7 +250,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'job_offset',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Job Offset'),
-          'description' => 'Offset of the child job',
+          'description' => ts('Offset of the child job'),
           'default' => '0',
           'table_name' => 'civicrm_mailing_job',
           'entity' => 'MailingJob',
@@ -261,7 +261,7 @@ class CRM_Mailing_DAO_MailingJob extends CRM_Core_DAO {
           'name' => 'job_limit',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Job Limit'),
-          'description' => 'Queue size limit for each child job',
+          'description' => ts('Queue size limit for each child job'),
           'default' => '0',
           'table_name' => 'civicrm_mailing_job',
           'entity' => 'MailingJob',
index 18b89a0431398ee4aa1aa4652d3c31fa33d15189..121938115dbf2f2bfee9fbe4fdc2a66aca9d1632 100644 (file)
@@ -109,7 +109,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'name' => 'mailing_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing'),
-          'description' => 'The ID of the mailing this Job will send.',
+          'description' => ts('The ID of the mailing this Job will send.'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_recipients',
           'entity' => 'Recipients',
@@ -121,7 +121,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Recipient'),
-          'description' => 'FK to Contact',
+          'description' => ts('FK to Contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_recipients',
           'entity' => 'Recipients',
@@ -133,7 +133,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'name' => 'email_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Recipient Email'),
-          'description' => 'FK to Email',
+          'description' => ts('FK to Email'),
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_recipients',
           'entity' => 'Recipients',
@@ -145,7 +145,7 @@ class CRM_Mailing_DAO_Recipients extends CRM_Core_DAO {
           'name' => 'phone_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Recipient Phone'),
-          'description' => 'FK to Phone',
+          'description' => ts('FK to Phone'),
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_recipients',
           'entity' => 'Recipients',
index 2c91bf9384915160813a893c1c77e0a7e55b4670..5819fe731ec3d34f3f9dd576d74daac264fdab91 100644 (file)
@@ -120,7 +120,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'job_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Job'),
-          'description' => 'The ID of the Job .',
+          'description' => ts('The ID of the Job .'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
@@ -132,7 +132,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'recipient_email',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Recipient Email'),
-          'description' => 'The email of the receipients this mail is to be sent.',
+          'description' => ts('The email of the receipients this mail is to be sent.'),
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
@@ -142,7 +142,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'headers',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Headers'),
-          'description' => 'The header information of this mailing .',
+          'description' => ts('The header information of this mailing .'),
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
@@ -152,7 +152,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'body',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Body'),
-          'description' => 'The body of this mailing.',
+          'description' => ts('The body of this mailing.'),
           'table_name' => 'civicrm_mailing_spool',
           'entity' => 'Spool',
           'bao' => 'CRM_Mailing_BAO_Spool',
@@ -162,7 +162,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'added_at',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Added'),
-          'description' => 'date on which this job was added.',
+          'description' => ts('date on which this job was added.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_spool',
@@ -174,7 +174,7 @@ class CRM_Mailing_DAO_Spool extends CRM_Core_DAO {
           'name' => 'removed_at',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Removed'),
-          'description' => 'date on which this job was removed.',
+          'description' => ts('date on which this job was removed.'),
           'required' => FALSE,
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_spool',
index 7a9b71d1399275b0f27404c64680eab94bac3b5d..4d28a20e04d794dd493df8d9e558888ff4b7167d 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO {
           'name' => 'url',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Url'),
-          'description' => 'The URL to be tracked.',
+          'description' => ts('The URL to be tracked.'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_trackable_url',
           'entity' => 'TrackableURL',
@@ -103,7 +103,7 @@ class CRM_Mailing_DAO_TrackableURL extends CRM_Core_DAO {
           'name' => 'mailing_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing'),
-          'description' => 'FK to the mailing',
+          'description' => ts('FK to the mailing'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_trackable_url',
           'entity' => 'TrackableURL',
index c4e46d7cd34b93631e003e9994495e3e484e73a4..12cbe379d45b19fa148acb607a1117cb72981538 100644 (file)
@@ -106,7 +106,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO {
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event Queue'),
-          'description' => 'FK to EventQueue',
+          'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_bounce',
           'entity' => 'Bounce',
@@ -118,7 +118,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO {
           'name' => 'bounce_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Bounce Type'),
-          'description' => 'What type of bounce was it?',
+          'description' => ts('What type of bounce was it?'),
           'table_name' => 'civicrm_mailing_event_bounce',
           'entity' => 'Bounce',
           'bao' => 'CRM_Mailing_Event_BAO_Bounce',
@@ -136,7 +136,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO {
           'name' => 'bounce_reason',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Bounce Reason'),
-          'description' => 'The reason the email bounced.',
+          'description' => ts('The reason the email bounced.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_mailing_event_bounce',
@@ -148,7 +148,7 @@ class CRM_Mailing_Event_DAO_Bounce extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Timestamp'),
-          'description' => 'When this bounce event occurred.',
+          'description' => ts('When this bounce event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_bounce',
index 11b1b764f2c788aad12c9222b7dee6f228a4d62d..69535473a24744575a1c46cb7155a7b67efb43d7 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'name' => 'event_subscribe_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Subscribe ID'),
-          'description' => 'FK to civicrm_mailing_event_subscribe',
+          'description' => ts('FK to civicrm_mailing_event_subscribe'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_confirm',
           'entity' => 'Confirm',
@@ -104,7 +104,7 @@ class CRM_Mailing_Event_DAO_Confirm extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Confirm Timestamp'),
-          'description' => 'When this confirmation event occurred.',
+          'description' => ts('When this confirmation event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_confirm',
index d8c21b3ef0210fc8efd4fb0146f04eb6a8c13092..3ee7cf328607527f04e82b76404344be17216345 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event Queue'),
-          'description' => 'FK to EventQueue',
+          'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_delivered',
           'entity' => 'Delivered',
@@ -104,7 +104,7 @@ class CRM_Mailing_Event_DAO_Delivered extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Timestamp'),
-          'description' => 'When this delivery event occurred.',
+          'description' => ts('When this delivery event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_delivered',
index cca87706d25a5b59d8ac67b8b48c28ec6968b112..baf2fef8e97e6ee93439d59172e88d4b9205cf66 100644 (file)
@@ -100,7 +100,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Event Queue'),
-          'description' => 'FK to EventQueue',
+          'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_forward',
           'entity' => 'Forward',
@@ -112,7 +112,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'name' => 'dest_queue_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Destination Queue'),
-          'description' => 'FK to EventQueue for destination',
+          'description' => ts('FK to EventQueue for destination'),
           'table_name' => 'civicrm_mailing_event_forward',
           'entity' => 'Forward',
           'bao' => 'CRM_Mailing_Event_BAO_Forward',
@@ -123,7 +123,7 @@ class CRM_Mailing_Event_DAO_Forward extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Timestamp'),
-          'description' => 'When this forward event occurred.',
+          'description' => ts('When this forward event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_forward',
index 8afbe0881d659a45ce067ad38fbd9934b4b6bf9a..197bf65f251908d6860350634309f70ea8a0ae18 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO {
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event Queue'),
-          'description' => 'FK to EventQueue',
+          'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_opened',
           'entity' => 'Opened',
@@ -104,7 +104,7 @@ class CRM_Mailing_Event_DAO_Opened extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Timestamp'),
-          'description' => 'When this open event occurred.',
+          'description' => ts('When this open event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_opened',
index 371402c625345ceeaabbd1501b096658b773fa45..24384a9b353cd0052a3e76d7abdb8070acb599b4 100644 (file)
@@ -116,7 +116,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'job_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Job ID'),
-          'description' => 'FK to Job',
+          'description' => ts('FK to Job'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_queue',
           'entity' => 'Queue',
@@ -128,7 +128,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'email_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Email ID'),
-          'description' => 'FK to Email',
+          'description' => ts('FK to Email'),
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_event_queue',
           'entity' => 'Queue',
@@ -140,7 +140,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact',
+          'description' => ts('FK to Contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_queue',
           'entity' => 'Queue',
@@ -152,7 +152,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'hash',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Security Hash'),
-          'description' => 'Security hash',
+          'description' => ts('Security hash'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -165,7 +165,7 @@ class CRM_Mailing_Event_DAO_Queue extends CRM_Core_DAO {
           'name' => 'phone_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Phone ID'),
-          'description' => 'FK to Phone',
+          'description' => ts('FK to Phone'),
           'default' => 'NULL',
           'table_name' => 'civicrm_mailing_event_queue',
           'entity' => 'Queue',
index 42cdad508218cd06c81970e9e2361142831e2939..ba515a77723efe0645c41afa5fbb1c848ee2901b 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO {
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event Queue'),
-          'description' => 'FK to EventQueue',
+          'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_reply',
           'entity' => 'Reply',
@@ -104,7 +104,7 @@ class CRM_Mailing_Event_DAO_Reply extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Reply Timestamp'),
-          'description' => 'When this reply event occurred.',
+          'description' => ts('When this reply event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_reply',
index ee44c51ee114842e6eafaf8aceef1d47087ce480..dadbbfacfca49a865fadfe8aa490be65dd86604d 100644 (file)
@@ -107,7 +107,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'name' => 'group_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Subscribe Group'),
-          'description' => 'FK to Group',
+          'description' => ts('FK to Group'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_subscribe',
           'entity' => 'Subscribe',
@@ -127,7 +127,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Subscribe Contact'),
-          'description' => 'FK to Contact',
+          'description' => ts('FK to Contact'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_subscribe',
           'entity' => 'Subscribe',
@@ -139,7 +139,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'name' => 'hash',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Mailing Subscribe Hash'),
-          'description' => 'Security hash',
+          'description' => ts('Security hash'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -152,7 +152,7 @@ class CRM_Mailing_Event_DAO_Subscribe extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Mailing Subscribe Timestamp'),
-          'description' => 'When this subscription event occurred.',
+          'description' => ts('When this subscription event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_subscribe',
index d1303ded6e5bca68c7c7b324f9c38dce0197bd16..4841ae90d33f8219ba278900a5c194e7d752e40d 100644 (file)
@@ -100,7 +100,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO {
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Event Queue'),
-          'description' => 'FK to EventQueue',
+          'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_trackable_url_open',
           'entity' => 'TrackableURLOpen',
@@ -112,7 +112,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO {
           'name' => 'trackable_url_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Trackable Url'),
-          'description' => 'FK to TrackableURL',
+          'description' => ts('FK to TrackableURL'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_trackable_url_open',
           'entity' => 'TrackableURLOpen',
@@ -124,7 +124,7 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Timestamp'),
-          'description' => 'When this trackable URL open occurred.',
+          'description' => ts('When this trackable URL open occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_trackable_url_open',
index 232dd895585bba34fd5ee8a7986c1b54b4b4bd5d..89e27765ee8b4436d4c8e69af9e2d73948dda55d 100644 (file)
@@ -99,7 +99,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'name' => 'event_queue_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Mailing Event Queue'),
-          'description' => 'FK to EventQueue',
+          'description' => ts('FK to EventQueue'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_unsubscribe',
           'entity' => 'Unsubscribe',
@@ -111,7 +111,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'name' => 'org_unsubscribe',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Unsubscribe is for Organization?'),
-          'description' => 'Unsubscribe at org- or group-level',
+          'description' => ts('Unsubscribe at org- or group-level'),
           'required' => TRUE,
           'table_name' => 'civicrm_mailing_event_unsubscribe',
           'entity' => 'Unsubscribe',
@@ -122,7 +122,7 @@ class CRM_Mailing_Event_DAO_Unsubscribe extends CRM_Core_DAO {
           'name' => 'time_stamp',
           'type' => CRM_Utils_Type::T_TIMESTAMP,
           'title' => ts('Unsubscribe Timestamp'),
-          'description' => 'When this delivery event occurred.',
+          'description' => ts('When this delivery event occurred.'),
           'required' => TRUE,
           'default' => 'CURRENT_TIMESTAMP',
           'table_name' => 'civicrm_mailing_event_unsubscribe',
index 136cc97aca08b5a74e5dd805640ae07f0443ea9c..ea98caecba7e35c9cb71a3be641f879937a7c273 100644 (file)
@@ -174,7 +174,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership ID'),
-          'description' => 'Membership Id',
+          'description' => ts('Membership Id'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_membership.id',
@@ -190,7 +190,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_membership.contact_id',
@@ -210,7 +210,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'membership_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Type Id'),
-          'description' => 'FK to Membership Type',
+          'description' => ts('FK to Membership Type'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_membership.membership_type_id',
@@ -235,7 +235,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'join_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Member Since'),
-          'description' => 'Beginning of initial membership period (member since...).',
+          'description' => ts('Beginning of initial membership period (member since...).'),
           'import' => TRUE,
           'where' => 'civicrm_membership.join_date',
           'headerPattern' => '/^join|(j(oin\s)?date)$/i',
@@ -254,7 +254,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Membership Start Date'),
-          'description' => 'Beginning of current uninterrupted membership period.',
+          'description' => ts('Beginning of current uninterrupted membership period.'),
           'import' => TRUE,
           'where' => 'civicrm_membership.start_date',
           'headerPattern' => '/(member(ship)?.)?start(s)?(.date$)?/i',
@@ -273,7 +273,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Membership Expiration Date'),
-          'description' => 'Current membership period expire date.',
+          'description' => ts('Current membership period expire date.'),
           'import' => TRUE,
           'where' => 'civicrm_membership.end_date',
           'headerPattern' => '/(member(ship)?.)?end(s)?(.date$)?/i',
@@ -311,7 +311,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Status Id'),
-          'description' => 'FK to Membership Status',
+          'description' => ts('FK to Membership Status'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_membership.status_id',
@@ -336,7 +336,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'is_override',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Status Override'),
-          'description' => 'Admin users may set a manual status which overrides the calculated status. When this flag is true, automated status update scripts should NOT modify status for the record.',
+          'description' => ts('Admin users may set a manual status which overrides the calculated status. When this flag is true, automated status update scripts should NOT modify status for the record.'),
           'import' => TRUE,
           'where' => 'civicrm_membership.is_override',
           'headerPattern' => '/override$/i',
@@ -354,7 +354,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'status_override_end_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Status Override End Date'),
-          'description' => 'Then end date of membership status override if \'Override until selected date\' override type is selected.',
+          'description' => ts('Then end date of membership status override if \'Override until selected date\' override type is selected.'),
           'import' => TRUE,
           'where' => 'civicrm_membership.status_override_end_date',
           'headerPattern' => '',
@@ -373,7 +373,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'owner_membership_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Primary Member ID'),
-          'description' => 'Optional FK to Parent Membership.',
+          'description' => ts('Optional FK to Parent Membership.'),
           'export' => TRUE,
           'where' => 'civicrm_membership.owner_membership_id',
           'headerPattern' => '',
@@ -388,7 +388,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'max_related',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Max Related'),
-          'description' => 'Maximum number of related memberships (membership_type override).',
+          'description' => ts('Maximum number of related memberships (membership_type override).'),
           'table_name' => 'civicrm_membership',
           'entity' => 'Membership',
           'bao' => 'CRM_Member_BAO_Membership',
@@ -437,7 +437,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'contribution_recur_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Recurring Contribution'),
-          'description' => 'Conditional foreign key to civicrm_contribution_recur id. Each membership in connection with a recurring contribution carries a foreign key to the recurring contribution record. This assumes we can track these processor initiated events.',
+          'description' => ts('Conditional foreign key to civicrm_contribution_recur id. Each membership in connection with a recurring contribution carries a foreign key to the recurring contribution record. This assumes we can track these processor initiated events.'),
           'table_name' => 'civicrm_membership',
           'entity' => 'Membership',
           'bao' => 'CRM_Member_BAO_Membership',
@@ -448,7 +448,7 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign'),
-          'description' => 'The campaign for which this membership is attached.',
+          'description' => ts('The campaign for which this membership is attached.'),
           'import' => TRUE,
           'where' => 'civicrm_membership.campaign_id',
           'headerPattern' => '',
index 118a8ff425145bbe233a1bc3b27a5a5f7c06caeb..c1b7eef4a9adaee6fda1fb73194dd1fdd448b682 100644 (file)
@@ -155,7 +155,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Block ID'),
-          'description' => 'Membership Id',
+          'description' => ts('Membership Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_block',
           'entity' => 'MembershipBlock',
@@ -166,7 +166,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Block Entity Table'),
-          'description' => 'Name for Membership Status',
+          'description' => ts('Name for Membership Status'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_membership_block',
@@ -178,7 +178,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Block Entity ID'),
-          'description' => 'FK to civicrm_contribution_page.id',
+          'description' => ts('FK to civicrm_contribution_page.id'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_block',
           'entity' => 'MembershipBlock',
@@ -190,7 +190,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'membership_types',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Block Membership Types'),
-          'description' => 'Membership types to be exposed by this block',
+          'description' => ts('Membership types to be exposed by this block'),
           'maxlength' => 1024,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_membership_block',
@@ -203,7 +203,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'membership_type_default',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Block Default Type'),
-          'description' => 'Optional foreign key to membership_type',
+          'description' => ts('Optional foreign key to membership_type'),
           'table_name' => 'civicrm_membership_block',
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
@@ -214,7 +214,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'display_min_fee',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Membership Block Display Minimum Fee'),
-          'description' => 'Display minimum membership fee',
+          'description' => ts('Display minimum membership fee'),
           'default' => '1',
           'table_name' => 'civicrm_membership_block',
           'entity' => 'MembershipBlock',
@@ -225,7 +225,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'is_separate_payment',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Membership Block Is Separate Payment'),
-          'description' => 'Should membership transactions be processed separately',
+          'description' => ts('Should membership transactions be processed separately'),
           'default' => '1',
           'table_name' => 'civicrm_membership_block',
           'entity' => 'MembershipBlock',
@@ -236,7 +236,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'new_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Block New Title'),
-          'description' => 'Title to display at top of block',
+          'description' => ts('Title to display at top of block'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_membership_block',
@@ -248,7 +248,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'new_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Membership Block New Text'),
-          'description' => 'Text to display below title',
+          'description' => ts('Text to display below title'),
           'table_name' => 'civicrm_membership_block',
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
@@ -258,7 +258,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'renewal_title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Block Renewal Title'),
-          'description' => 'Title for renewal',
+          'description' => ts('Title for renewal'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_membership_block',
@@ -270,7 +270,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'renewal_text',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Membership Block Renewal Text'),
-          'description' => 'Text to display for member renewal',
+          'description' => ts('Text to display for member renewal'),
           'table_name' => 'civicrm_membership_block',
           'entity' => 'MembershipBlock',
           'bao' => 'CRM_Member_BAO_MembershipBlock',
@@ -280,7 +280,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'is_required',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Required'),
-          'description' => 'Is membership sign up optional',
+          'description' => ts('Is membership sign up optional'),
           'default' => '0',
           'table_name' => 'civicrm_membership_block',
           'entity' => 'MembershipBlock',
@@ -291,7 +291,7 @@ class CRM_Member_DAO_MembershipBlock extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Active'),
-          'description' => 'Is this membership_block enabled',
+          'description' => ts('Is this membership_block enabled'),
           'default' => '1',
           'table_name' => 'civicrm_membership_block',
           'entity' => 'MembershipBlock',
index 9cd01bfebeb6d133d8ce11028349c6e39df12e44..7a6d69bc8b7ffc68ea41e3dd30437c0e80a81c26 100644 (file)
@@ -137,7 +137,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'name' => 'membership_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership ID'),
-          'description' => 'FK to Membership table',
+          'description' => ts('FK to Membership table'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_log',
           'entity' => 'MembershipLog',
@@ -149,7 +149,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Status'),
-          'description' => 'New status assigned to membership by this action. FK to Membership Status',
+          'description' => ts('New status assigned to membership by this action. FK to Membership Status'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_log',
           'entity' => 'MembershipLog',
@@ -161,7 +161,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Membership Log Start Date'),
-          'description' => 'New membership period start date',
+          'description' => ts('New membership period start date'),
           'table_name' => 'civicrm_membership_log',
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
@@ -171,7 +171,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Membership Log End Date'),
-          'description' => 'New membership period expiration date.',
+          'description' => ts('New membership period expiration date.'),
           'table_name' => 'civicrm_membership_log',
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
@@ -181,7 +181,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'name' => 'modified_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Log modified By'),
-          'description' => 'FK to Contact ID of person under whose credentials this data modification was made.',
+          'description' => ts('FK to Contact ID of person under whose credentials this data modification was made.'),
           'table_name' => 'civicrm_membership_log',
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
@@ -192,7 +192,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Membership Change Date'),
-          'description' => 'Date this membership modification action was logged.',
+          'description' => ts('Date this membership modification action was logged.'),
           'table_name' => 'civicrm_membership_log',
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
@@ -202,7 +202,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'name' => 'membership_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Type ID'),
-          'description' => 'FK to Membership Type.',
+          'description' => ts('FK to Membership Type.'),
           'table_name' => 'civicrm_membership_log',
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
@@ -213,7 +213,7 @@ class CRM_Member_DAO_MembershipLog extends CRM_Core_DAO {
           'name' => 'max_related',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Maximum Related Memberships'),
-          'description' => 'Maximum number of related memberships.',
+          'description' => ts('Maximum number of related memberships.'),
           'table_name' => 'civicrm_membership_log',
           'entity' => 'MembershipLog',
           'bao' => 'CRM_Member_BAO_MembershipLog',
index 5f59d38536af653884fc1b97cc9324d4b4b2bbdf..5ad87feb4cda8e2a06f59909fc6593cb386250ae 100644 (file)
@@ -93,7 +93,7 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO {
           'name' => 'membership_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership'),
-          'description' => 'FK to Membership table',
+          'description' => ts('FK to Membership table'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_payment',
           'entity' => 'MembershipPayment',
@@ -105,7 +105,7 @@ class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO {
           'name' => 'contribution_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution'),
-          'description' => 'FK to contribution table.',
+          'description' => ts('FK to contribution table.'),
           'table_name' => 'civicrm_membership_payment',
           'entity' => 'MembershipPayment',
           'bao' => 'CRM_Member_BAO_MembershipPayment',
index 4df669ce82c9453e57f21b69feefec3315e05d31..4e7a9734056bb99fe54e2d810890fe6922bb4bf0 100644 (file)
@@ -151,7 +151,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Status ID'),
-          'description' => 'Membership Id',
+          'description' => ts('Membership Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_status',
           'entity' => 'MembershipStatus',
@@ -162,7 +162,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Status'),
-          'description' => 'Name for Membership Status',
+          'description' => ts('Name for Membership Status'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -179,7 +179,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Label'),
-          'description' => 'Label for Membership Status',
+          'description' => ts('Label for Membership Status'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_membership_status',
@@ -194,7 +194,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'start_event',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Start Event'),
-          'description' => 'Event when this status starts.',
+          'description' => ts('Event when this status starts.'),
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_membership_status',
@@ -212,7 +212,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'start_event_adjust_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Start Event Adjust Unit'),
-          'description' => 'Unit used for adjusting from start_event.',
+          'description' => ts('Unit used for adjusting from start_event.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_membership_status',
@@ -230,7 +230,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'start_event_adjust_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Start Event Adjust Interval'),
-          'description' => 'Status range begins this many units from start_event.',
+          'description' => ts('Status range begins this many units from start_event.'),
           'table_name' => 'civicrm_membership_status',
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
@@ -240,7 +240,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'end_event',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('End Event'),
-          'description' => 'Event after which this status ends.',
+          'description' => ts('Event after which this status ends.'),
           'maxlength' => 12,
           'size' => CRM_Utils_Type::TWELVE,
           'table_name' => 'civicrm_membership_status',
@@ -258,7 +258,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'end_event_adjust_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('End Event Adjust Unit'),
-          'description' => 'Unit used for adjusting from the ending event.',
+          'description' => ts('Unit used for adjusting from the ending event.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_membership_status',
@@ -276,7 +276,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'end_event_adjust_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('End Event Adjust Interval'),
-          'description' => 'Status range ends this many units from end_event.',
+          'description' => ts('Status range ends this many units from end_event.'),
           'table_name' => 'civicrm_membership_status',
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
@@ -286,7 +286,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'is_current_member',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Current Membership?'),
-          'description' => 'Does this status aggregate to current members (e.g. New, Renewed, Grace might all be TRUE... while Unrenewed, Lapsed, Inactive would be FALSE).',
+          'description' => ts('Does this status aggregate to current members (e.g. New, Renewed, Grace might all be TRUE... while Unrenewed, Lapsed, Inactive would be FALSE).'),
           'table_name' => 'civicrm_membership_status',
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
@@ -296,7 +296,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'is_admin',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Administrator Only?'),
-          'description' => 'Is this status for admin/manual assignment only.',
+          'description' => ts('Is this status for admin/manual assignment only.'),
           'table_name' => 'civicrm_membership_status',
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
@@ -318,7 +318,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Default Status?'),
-          'description' => 'Assign this status to a membership record if no other status match is found.',
+          'description' => ts('Assign this status to a membership record if no other status match is found.'),
           'table_name' => 'civicrm_membership_status',
           'entity' => 'MembershipStatus',
           'bao' => 'CRM_Member_BAO_MembershipStatus',
@@ -331,7 +331,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Active'),
-          'description' => 'Is this membership_status enabled.',
+          'description' => ts('Is this membership_status enabled.'),
           'default' => '1',
           'table_name' => 'civicrm_membership_status',
           'entity' => 'MembershipStatus',
@@ -345,7 +345,7 @@ class CRM_Member_DAO_MembershipStatus extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Reserved'),
-          'description' => 'Is this membership_status reserved.',
+          'description' => ts('Is this membership_status reserved.'),
           'default' => '0',
           'table_name' => 'civicrm_membership_status',
           'entity' => 'MembershipStatus',
index 275933dc11e694ec934074ab98b06b0da101cebc..bfaa48975418858ea6505539c69f160fd381d854 100644 (file)
@@ -206,7 +206,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Type ID'),
-          'description' => 'Membership Id',
+          'description' => ts('Membership Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
@@ -217,7 +217,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Type Domain'),
-          'description' => 'Which Domain is this match entry for',
+          'description' => ts('Which Domain is this match entry for'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
@@ -234,7 +234,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Type'),
-          'description' => 'Name of Membership Type',
+          'description' => ts('Name of Membership Type'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -255,7 +255,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Type Description'),
-          'description' => 'Description of Membership Type',
+          'description' => ts('Description of Membership Type'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_membership_type',
@@ -271,7 +271,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'member_of_contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Type Organization'),
-          'description' => 'Owner organization for this membership type. FK to Contact ID',
+          'description' => ts('Owner organization for this membership type. FK to Contact ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
@@ -283,7 +283,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Financial Type'),
-          'description' => 'If membership is paid by a contribution - what financial type should be used. FK to civicrm_financial_type.id',
+          'description' => ts('If membership is paid by a contribution - what financial type should be used. FK to civicrm_financial_type.id'),
           'required' => TRUE,
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
@@ -300,7 +300,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'minimum_fee',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Membership Type Minimum Fee'),
-          'description' => 'Minimum fee for this membership (0 for free/complimentary memberships).',
+          'description' => ts('Minimum fee for this membership (0 for free/complimentary memberships).'),
           'precision' => [
             18,
             9
@@ -319,7 +319,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'duration_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Type Duration Unit'),
-          'description' => 'Unit in which membership period is expressed.',
+          'description' => ts('Unit in which membership period is expressed.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_membership_type',
@@ -337,7 +337,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'duration_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Type Duration Interval'),
-          'description' => 'Number of duration units in membership period (e.g. 1 year, 12 months).',
+          'description' => ts('Number of duration units in membership period (e.g. 1 year, 12 months).'),
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
           'bao' => 'CRM_Member_BAO_MembershipType',
@@ -350,7 +350,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'period_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Type Plan'),
-          'description' => 'Rolling membership period starts on signup date. Fixed membership periods start on fixed_period_start_day.',
+          'description' => ts('Rolling membership period starts on signup date. Fixed membership periods start on fixed_period_start_day.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'table_name' => 'civicrm_membership_type',
@@ -368,7 +368,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'fixed_period_start_day',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Fixed Period Start Day'),
-          'description' => 'For fixed period memberships, month and day (mmdd) on which subscription/membership will start. Period start is back-dated unless after rollover day.',
+          'description' => ts('For fixed period memberships, month and day (mmdd) on which subscription/membership will start. Period start is back-dated unless after rollover day.'),
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
           'bao' => 'CRM_Member_BAO_MembershipType',
@@ -378,7 +378,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'fixed_period_rollover_day',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Fixed Period Rollover Day'),
-          'description' => 'For fixed period memberships, signups after this day (mmdd) rollover to next period.',
+          'description' => ts('For fixed period memberships, signups after this day (mmdd) rollover to next period.'),
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
           'bao' => 'CRM_Member_BAO_MembershipType',
@@ -388,7 +388,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'relationship_type_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Type Relationship'),
-          'description' => 'FK to Relationship Type ID',
+          'description' => ts('FK to Relationship Type ID'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_membership_type',
@@ -411,7 +411,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'max_related',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Max Related Members for Type'),
-          'description' => 'Maximum number of related memberships.',
+          'description' => ts('Maximum number of related memberships.'),
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
           'bao' => 'CRM_Member_BAO_MembershipType',
@@ -454,7 +454,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'receipt_text_signup',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Type Receipt Text'),
-          'description' => 'Receipt Text for membership signup',
+          'description' => ts('Receipt Text for membership signup'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_membership_type',
@@ -469,7 +469,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'receipt_text_renewal',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Membership Type Renewal Text'),
-          'description' => 'Receipt Text for membership renewal',
+          'description' => ts('Receipt Text for membership renewal'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_membership_type',
@@ -484,7 +484,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'auto_renew',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Auto Renew'),
-          'description' => '0 = No auto-renew option; 1 = Give option, but not required; 2 = Auto-renew required;',
+          'description' => ts('0 = No auto-renew option; 1 = Give option, but not required; 2 = Auto-renew required;'),
           'default' => '0',
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
@@ -501,7 +501,7 @@ class CRM_Member_DAO_MembershipType extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Active'),
-          'description' => 'Is this membership_type enabled',
+          'description' => ts('Is this membership_type enabled'),
           'default' => '1',
           'table_name' => 'civicrm_membership_type',
           'entity' => 'MembershipType',
index 72a9d6eb0cb1eec35677e46a7de451a2192a2bb3..0de2e283083b2275848523026b3a3c1f9e82cc4c 100644 (file)
@@ -161,7 +161,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Personal Campaign Page ID'),
-          'description' => 'Personal Campaign Page ID',
+          'description' => ts('Personal Campaign Page ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
@@ -172,7 +172,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'FK to Contact ID',
+          'description' => ts('FK to Contact ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
@@ -260,7 +260,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'name' => 'page_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution Page'),
-          'description' => 'The Contribution or Event Page which triggered this pcp',
+          'description' => ts('The Contribution or Event Page which triggered this pcp'),
           'required' => TRUE,
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
@@ -271,7 +271,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'name' => 'page_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('PCP Page Type'),
-          'description' => 'The type of PCP this is: contribute or event',
+          'description' => ts('The type of PCP this is: contribute or event'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'default' => 'contribute',
@@ -287,7 +287,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'name' => 'pcp_block_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('PCP Block'),
-          'description' => 'The pcp block that this pcp page was created from',
+          'description' => ts('The pcp block that this pcp page was created from'),
           'required' => TRUE,
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
@@ -324,7 +324,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'name' => 'goal_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Goal Amount'),
-          'description' => 'Goal amount of this Personal Campaign Page.',
+          'description' => ts('Goal amount of this Personal Campaign Page.'),
           'precision' => [
             20,
             2
@@ -341,7 +341,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'default' => 'NULL',
@@ -363,7 +363,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Enabled?'),
-          'description' => 'Is Personal Campaign Page enabled/active?',
+          'description' => ts('Is Personal Campaign Page enabled/active?'),
           'default' => '0',
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
@@ -377,7 +377,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'name' => 'is_notify',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Notify Owner?'),
-          'description' => 'Notify owner via email when someone donates to page?',
+          'description' => ts('Notify owner via email when someone donates to page?'),
           'default' => '0',
           'table_name' => 'civicrm_pcp',
           'entity' => 'PCP',
index 37fcaeb0d7653355cda690668fe412b64efcefb5..522ad2e30a98bdd6d0a5b79bce0e3627bbc41721 100644 (file)
@@ -154,7 +154,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('PCP Block ID'),
-          'description' => 'PCP block Id',
+          'description' => ts('PCP block Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_pcp_block',
           'entity' => 'PCPBlock',
@@ -176,7 +176,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity'),
-          'description' => 'FK to civicrm_contribution_page.id OR civicrm_event.id',
+          'description' => ts('FK to civicrm_contribution_page.id OR civicrm_event.id'),
           'required' => TRUE,
           'table_name' => 'civicrm_pcp_block',
           'entity' => 'PCPBlock',
@@ -187,7 +187,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'target_entity_type',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Target Entity'),
-          'description' => 'The type of entity that this pcp targets',
+          'description' => ts('The type of entity that this pcp targets'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -201,7 +201,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'target_entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Target Entity ID'),
-          'description' => 'The entity that this pcp targets',
+          'description' => ts('The entity that this pcp targets'),
           'required' => TRUE,
           'table_name' => 'civicrm_pcp_block',
           'entity' => 'PCPBlock',
@@ -212,7 +212,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'supporter_profile_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Supporter Profile'),
-          'description' => 'FK to civicrm_uf_group.id. Does Personal Campaign Page require manual activation by administrator? (is inactive by default after setup)?',
+          'description' => ts('FK to civicrm_uf_group.id. Does Personal Campaign Page require manual activation by administrator? (is inactive by default after setup)?'),
           'default' => 'NULL',
           'table_name' => 'civicrm_pcp_block',
           'entity' => 'PCPBlock',
@@ -224,7 +224,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'owner_notify_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Owner Notification'),
-          'description' => 'FK to civicrm_option_group with name = PCP owner notifications',
+          'description' => ts('FK to civicrm_option_group with name = PCP owner notifications'),
           'default' => '0',
           'table_name' => 'civicrm_pcp_block',
           'entity' => 'PCPBlock',
@@ -242,7 +242,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'is_approval_needed',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Approval Required?'),
-          'description' => 'Does Personal Campaign Page require manual activation by administrator? (is inactive by default after setup)?',
+          'description' => ts('Does Personal Campaign Page require manual activation by administrator? (is inactive by default after setup)?'),
           'default' => 'NULL',
           'table_name' => 'civicrm_pcp_block',
           'entity' => 'PCPBlock',
@@ -253,7 +253,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'is_tellfriend_enabled',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Tell a Friend Enabled?'),
-          'description' => 'Does Personal Campaign Page allow using tell a friend?',
+          'description' => ts('Does Personal Campaign Page allow using tell a friend?'),
           'default' => 'NULL',
           'table_name' => 'civicrm_pcp_block',
           'entity' => 'PCPBlock',
@@ -264,7 +264,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'tellfriend_limit',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Tell A Friend Limit'),
-          'description' => 'Maximum recipient fields allowed in tell a friend',
+          'description' => ts('Maximum recipient fields allowed in tell a friend'),
           'default' => 'NULL',
           'table_name' => 'civicrm_pcp_block',
           'entity' => 'PCPBlock',
@@ -275,7 +275,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'link_text',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Link Text'),
-          'description' => 'Link text for PCP.',
+          'description' => ts('Link text for PCP.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
@@ -288,7 +288,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Enabled?'),
-          'description' => 'Is Personal Campaign Page Block enabled/active?',
+          'description' => ts('Is Personal Campaign Page Block enabled/active?'),
           'default' => '1',
           'table_name' => 'civicrm_pcp_block',
           'entity' => 'PCPBlock',
@@ -299,7 +299,7 @@ class CRM_PCP_DAO_PCPBlock extends CRM_Core_DAO {
           'name' => 'notify_email',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Notification Email'),
-          'description' => 'If set, notification is automatically emailed to this email-address on create/update Personal Campaign Page',
+          'description' => ts('If set, notification is automatically emailed to this email-address on create/update Personal Campaign Page'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
index bfe1c096128259ad903eb0029eb79be3d470b280..eeb397e474c83a882b6c41558f6df7b1038ff6b5 100644 (file)
@@ -225,7 +225,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Pledge ID'),
-          'description' => 'Pledge ID',
+          'description' => ts('Pledge ID'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_pledge.id',
@@ -241,7 +241,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'contact_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contact ID'),
-          'description' => 'Foreign key to civicrm_contact.id .',
+          'description' => ts('Foreign key to civicrm_contact.id .'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_pledge.contact_id',
@@ -261,7 +261,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Type'),
-          'description' => 'FK to Financial Type',
+          'description' => ts('FK to Financial Type'),
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
           'bao' => 'CRM_Pledge_BAO_Pledge',
@@ -280,7 +280,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'contribution_page_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Pledge Contribution Page'),
-          'description' => 'The Contribution Page which triggered this contribution',
+          'description' => ts('The Contribution Page which triggered this contribution'),
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
           'bao' => 'CRM_Pledge_BAO_Pledge',
@@ -291,7 +291,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Total Pledged'),
-          'description' => 'Total pledged amount.',
+          'description' => ts('Total pledged amount.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -314,7 +314,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'original_installment_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Original Installment Amount'),
-          'description' => 'Original amount for each of the installments.',
+          'description' => ts('Original amount for each of the installments.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -336,7 +336,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Pledge Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'default' => 'NULL',
@@ -358,7 +358,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'frequency_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Pledge Frequency Unit'),
-          'description' => 'Time units for recurrence of pledge payments.',
+          'description' => ts('Time units for recurrence of pledge payments.'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'default' => 'month',
@@ -379,7 +379,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'frequency_interval',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Pledge Frequency Interval'),
-          'description' => 'Number of time units for recurrence of pledge payments.',
+          'description' => ts('Number of time units for recurrence of pledge payments.'),
           'required' => TRUE,
           'default' => '1',
           'table_name' => 'civicrm_pledge',
@@ -394,7 +394,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'frequency_day',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Pledge day'),
-          'description' => 'Day in the period when the pledge payment is due e.g. 1st of month, 15th etc. Use this to set the scheduled dates for pledge payments.',
+          'description' => ts('Day in the period when the pledge payment is due e.g. 1st of month, 15th etc. Use this to set the scheduled dates for pledge payments.'),
           'required' => TRUE,
           'default' => '3',
           'table_name' => 'civicrm_pledge',
@@ -409,7 +409,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'installments',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Pledge Number of Installments'),
-          'description' => 'Total number of payments to be made.',
+          'description' => ts('Total number of payments to be made.'),
           'export' => TRUE,
           'where' => 'civicrm_pledge.installments',
           'headerPattern' => '',
@@ -427,7 +427,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Pledge Start Date'),
-          'description' => 'The date the first scheduled pledge occurs.',
+          'description' => ts('The date the first scheduled pledge occurs.'),
           'required' => TRUE,
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
@@ -441,7 +441,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'create_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Pledge Made'),
-          'description' => 'When this pledge record was created.',
+          'description' => ts('When this pledge record was created.'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_pledge.create_date',
@@ -460,7 +460,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'acknowledge_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Pledge Acknowledged'),
-          'description' => 'When a pledge acknowledgement message was sent to the contributor.',
+          'description' => ts('When a pledge acknowledgement message was sent to the contributor.'),
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
           'bao' => 'CRM_Pledge_BAO_Pledge',
@@ -473,7 +473,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'modified_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Pledge Modified Date'),
-          'description' => 'Last updated date for this pledge record.',
+          'description' => ts('Last updated date for this pledge record.'),
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
           'bao' => 'CRM_Pledge_BAO_Pledge',
@@ -483,7 +483,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'cancel_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Pledge Cancelled Date'),
-          'description' => 'Date this pledge was cancelled by contributor.',
+          'description' => ts('Date this pledge was cancelled by contributor.'),
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
           'bao' => 'CRM_Pledge_BAO_Pledge',
@@ -496,7 +496,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Pledge End Date'),
-          'description' => 'Date this pledge finished successfully (total pledge payments equal to or greater than pledged amount).',
+          'description' => ts('Date this pledge finished successfully (total pledge payments equal to or greater than pledged amount).'),
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
           'bao' => 'CRM_Pledge_BAO_Pledge',
@@ -509,7 +509,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'max_reminders',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Maximum Number of Reminders'),
-          'description' => 'The maximum number of payment reminders to send for any given payment.',
+          'description' => ts('The maximum number of payment reminders to send for any given payment.'),
           'default' => '1',
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
@@ -523,7 +523,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'initial_reminder_day',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Initial Reminder Day'),
-          'description' => 'Send initial reminder this many days prior to the payment due date.',
+          'description' => ts('Send initial reminder this many days prior to the payment due date.'),
           'default' => '5',
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
@@ -537,7 +537,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'additional_reminder_day',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Additional Reminder Days'),
-          'description' => 'Send additional reminder this many days after last one sent, up to maximum number of reminders.',
+          'description' => ts('Send additional reminder this many days after last one sent, up to maximum number of reminders.'),
           'default' => '5',
           'table_name' => 'civicrm_pledge',
           'entity' => 'Pledge',
@@ -551,7 +551,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'status_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Pledge Status Id'),
-          'description' => 'Implicit foreign key to civicrm_option_values in the pledge_status option group.',
+          'description' => ts('Implicit foreign key to civicrm_option_values in the pledge_status option group.'),
           'import' => TRUE,
           'where' => 'civicrm_pledge.status_id',
           'headerPattern' => '',
@@ -588,7 +588,7 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO {
           'name' => 'campaign_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Campaign'),
-          'description' => 'The campaign for which this pledge has been initiated.',
+          'description' => ts('The campaign for which this pledge has been initiated.'),
           'import' => TRUE,
           'where' => 'civicrm_pledge.campaign_id',
           'headerPattern' => '',
index 1efdbf69aca98731a1b825ebd307e2b9e7eb5e3e..9e3b337c3f497d3a0b921926d64ee15aabfcdcb0 100644 (file)
@@ -140,7 +140,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Pledge Block ID'),
-          'description' => 'Pledge ID',
+          'description' => ts('Pledge ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_pledge_block',
           'entity' => 'PledgeBlock',
@@ -151,7 +151,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'physical tablename for entity being joined to pledge, e.g. civicrm_contact',
+          'description' => ts('physical tablename for entity being joined to pledge, e.g. civicrm_contact'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_pledge_block',
@@ -163,7 +163,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity Id'),
-          'description' => 'FK to entity table specified in entity_table column.',
+          'description' => ts('FK to entity table specified in entity_table column.'),
           'required' => TRUE,
           'table_name' => 'civicrm_pledge_block',
           'entity' => 'PledgeBlock',
@@ -174,7 +174,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'pledge_frequency_unit',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Pledge Frequency Unit'),
-          'description' => 'Delimited list of supported frequency units',
+          'description' => ts('Delimited list of supported frequency units'),
           'maxlength' => 128,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_pledge_block',
@@ -187,7 +187,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'is_pledge_interval',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Expose Frequency Interval?'),
-          'description' => 'Is frequency interval exposed on the contribution form.',
+          'description' => ts('Is frequency interval exposed on the contribution form.'),
           'default' => '0',
           'table_name' => 'civicrm_pledge_block',
           'entity' => 'PledgeBlock',
@@ -198,7 +198,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'max_reminders',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Maximum Number of Reminders'),
-          'description' => 'The maximum number of payment reminders to send for any given payment.',
+          'description' => ts('The maximum number of payment reminders to send for any given payment.'),
           'default' => '1',
           'table_name' => 'civicrm_pledge_block',
           'entity' => 'PledgeBlock',
@@ -209,7 +209,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'initial_reminder_day',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Initial Reminder Day'),
-          'description' => 'Send initial reminder this many days prior to the payment due date.',
+          'description' => ts('Send initial reminder this many days prior to the payment due date.'),
           'default' => '5',
           'table_name' => 'civicrm_pledge_block',
           'entity' => 'PledgeBlock',
@@ -220,7 +220,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'additional_reminder_day',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Additional Reminder Days'),
-          'description' => 'Send additional reminder this many days after last one sent, up to maximum number of reminders.',
+          'description' => ts('Send additional reminder this many days after last one sent, up to maximum number of reminders.'),
           'default' => '5',
           'table_name' => 'civicrm_pledge_block',
           'entity' => 'PledgeBlock',
@@ -231,7 +231,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'pledge_start_date',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Pledge Start Date'),
-          'description' => 'The date the first scheduled pledge occurs.',
+          'description' => ts('The date the first scheduled pledge occurs.'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_pledge_block',
@@ -243,7 +243,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'is_pledge_start_date_visible',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Show Recurring Donation Start Date?'),
-          'description' => 'If true - recurring start date is shown.',
+          'description' => ts('If true - recurring start date is shown.'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_pledge_block',
@@ -255,7 +255,7 @@ class CRM_Pledge_DAO_PledgeBlock extends CRM_Core_DAO {
           'name' => 'is_pledge_start_date_editable',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Allow Edits to Recurring Donation Start Date?'),
-          'description' => 'If true - recurring start date is editable.',
+          'description' => ts('If true - recurring start date is editable.'),
           'required' => TRUE,
           'default' => '0',
           'table_name' => 'civicrm_pledge_block',
index 3a996ff0ed450903af7ff8a09c234142190fe25d..96a641d4459a623176fd0dd64a83189a1ec6d9c8 100644 (file)
@@ -145,7 +145,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'name' => 'pledge_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Pledge'),
-          'description' => 'FK to Pledge table',
+          'description' => ts('FK to Pledge table'),
           'required' => TRUE,
           'table_name' => 'civicrm_pledge_payment',
           'entity' => 'PledgePayment',
@@ -157,7 +157,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'name' => 'contribution_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Contribution'),
-          'description' => 'FK to contribution table.',
+          'description' => ts('FK to contribution table.'),
           'table_name' => 'civicrm_pledge_payment',
           'entity' => 'PledgePayment',
           'bao' => 'CRM_Pledge_BAO_PledgePayment',
@@ -168,7 +168,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'name' => 'scheduled_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Scheduled Amount'),
-          'description' => 'Pledged amount for this payment (the actual contribution amount might be different).',
+          'description' => ts('Pledged amount for this payment (the actual contribution amount might be different).'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -188,7 +188,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'name' => 'actual_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Actual Amount'),
-          'description' => 'Actual amount that is paid as the Pledged installment amount.',
+          'description' => ts('Actual amount that is paid as the Pledged installment amount.'),
           'precision' => [
             20,
             2
@@ -207,7 +207,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'name' => 'currency',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Currency'),
-          'description' => '3 character string, value from config setting or input via user.',
+          'description' => ts('3 character string, value from config setting or input via user.'),
           'maxlength' => 3,
           'size' => CRM_Utils_Type::FOUR,
           'default' => 'NULL',
@@ -229,7 +229,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'name' => 'scheduled_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Scheduled Date'),
-          'description' => 'The date the pledge payment is supposed to happen.',
+          'description' => ts('The date the pledge payment is supposed to happen.'),
           'required' => TRUE,
           'import' => TRUE,
           'where' => 'civicrm_pledge_payment.scheduled_date',
@@ -245,7 +245,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'name' => 'reminder_date',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Last Reminder'),
-          'description' => 'The date that the most recent payment reminder was sent.',
+          'description' => ts('The date that the most recent payment reminder was sent.'),
           'import' => TRUE,
           'where' => 'civicrm_pledge_payment.reminder_date',
           'headerPattern' => '',
@@ -260,7 +260,7 @@ class CRM_Pledge_DAO_PledgePayment extends CRM_Core_DAO {
           'name' => 'reminder_count',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Reminders Sent'),
-          'description' => 'The number of payment reminders sent.',
+          'description' => ts('The number of payment reminders sent.'),
           'import' => TRUE,
           'where' => 'civicrm_pledge_payment.reminder_count',
           'headerPattern' => '',
index 23f11bb5f537b19370d6462be543c529754a6a9c..0e9b78d2a92ff01731d071f4e365f638f6c9e092 100644 (file)
@@ -165,7 +165,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item ID'),
-          'description' => 'Line Item',
+          'description' => ts('Line Item'),
           'required' => TRUE,
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -176,7 +176,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Line Item Entity Type'),
-          'description' => 'table which has the transaction',
+          'description' => ts('table which has the transaction'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -189,7 +189,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Entity'),
-          'description' => 'entry in table',
+          'description' => ts('entry in table'),
           'required' => TRUE,
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -200,7 +200,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'contribution_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Contribution'),
-          'description' => 'FK to civicrm_contribution',
+          'description' => ts('FK to civicrm_contribution'),
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
@@ -211,7 +211,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'price_field_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Price Field'),
-          'description' => 'FK to civicrm_price_field',
+          'description' => ts('FK to civicrm_price_field'),
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
@@ -222,7 +222,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Line Item Label'),
-          'description' => 'descriptive label for item - from price_field_value.label',
+          'description' => ts('descriptive label for item - from price_field_value.label'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
@@ -238,7 +238,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'qty',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Line Item Quantity'),
-          'description' => 'How many items ordered',
+          'description' => ts('How many items ordered'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -256,7 +256,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'unit_price',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Unit Price'),
-          'description' => 'price of each item',
+          'description' => ts('price of each item'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -274,7 +274,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'line_total',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Line Item Total'),
-          'description' => 'qty * unit_price',
+          'description' => ts('qty * unit_price'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -289,7 +289,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'participant_count',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Participant Count'),
-          'description' => 'Participant count for field',
+          'description' => ts('Participant count for field'),
           'default' => 'NULL',
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -303,7 +303,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'price_field_value_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Option'),
-          'description' => 'FK to civicrm_price_field_value',
+          'description' => ts('FK to civicrm_price_field_value'),
           'default' => 'NULL',
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -315,7 +315,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type.',
+          'description' => ts('FK to Financial Type.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -335,7 +335,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'non_deductible_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Non-deductible Amount'),
-          'description' => 'Portion of total amount which is NOT tax deductible.',
+          'description' => ts('Portion of total amount which is NOT tax deductible.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -354,7 +354,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'tax_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Tax Amount'),
-          'description' => 'tax of each item',
+          'description' => ts('tax of each item'),
           'precision' => [
             20,
             2
index aeaf386e72e73c2231c31a9bd2f91b1753aee6a4..a61b64f5a9ff03de90c3d4cbb9b453645fa54d6d 100644 (file)
@@ -180,7 +180,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Field ID'),
-          'description' => 'Price Field',
+          'description' => ts('Price Field'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -191,7 +191,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'price_set_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Set'),
-          'description' => 'FK to civicrm_price_set',
+          'description' => ts('FK to civicrm_price_set'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -203,7 +203,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Variable name/programmatic handle for this field.',
+          'description' => ts('Variable name/programmatic handle for this field.'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -219,7 +219,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Label'),
-          'description' => 'Text for form field label (also friendly name for administering this field).',
+          'description' => ts('Text for form field label (also friendly name for administering this field).'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -253,7 +253,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'is_enter_qty',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Price Field Quantity Required?'),
-          'description' => 'Enter a quantity for this field?',
+          'description' => ts('Enter a quantity for this field?'),
           'default' => '0',
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -267,7 +267,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'help_pre',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Price Field Pre Text'),
-          'description' => 'Description and/or help text to display before this field.',
+          'description' => ts('Description and/or help text to display before this field.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_price_field',
@@ -282,7 +282,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'help_post',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Price Field Post Text'),
-          'description' => 'Description and/or help text to display after this field.',
+          'description' => ts('Description and/or help text to display after this field.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_price_field',
@@ -297,7 +297,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Order in which the fields should appear',
+          'description' => ts('Order in which the fields should appear'),
           'default' => '1',
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -311,7 +311,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'is_display_amounts',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Price Field Show Amounts?'),
-          'description' => 'Should the price be displayed next to the label for each option?',
+          'description' => ts('Should the price be displayed next to the label for each option?'),
           'default' => '1',
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -325,7 +325,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'options_per_line',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Field Options per Row'),
-          'description' => 'number of options per line for checkbox and radio',
+          'description' => ts('number of options per line for checkbox and radio'),
           'default' => '1',
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -339,7 +339,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Price Field Is Active?'),
-          'description' => 'Is this price field active',
+          'description' => ts('Is this price field active'),
           'default' => '1',
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -353,7 +353,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'is_required',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Price Field is Required?'),
-          'description' => 'Is this price field required (value must be > 1)',
+          'description' => ts('Is this price field required (value must be > 1)'),
           'default' => '1',
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -367,7 +367,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'active_on',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Price Field Start Date'),
-          'description' => 'If non-zero, do not show this field before the date specified',
+          'description' => ts('If non-zero, do not show this field before the date specified'),
           'default' => 'NULL',
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -381,7 +381,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'expire_on',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Price Field End Date'),
-          'description' => 'If non-zero, do not show this field after the date specified',
+          'description' => ts('If non-zero, do not show this field after the date specified'),
           'default' => 'NULL',
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
@@ -395,7 +395,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'javascript',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Price Field Javascript'),
-          'description' => 'Optional scripting attributes for field',
+          'description' => ts('Optional scripting attributes for field'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_price_field',
@@ -410,7 +410,7 @@ class CRM_Price_DAO_PriceField extends CRM_Core_DAO {
           'name' => 'visibility_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Field Visibility'),
-          'description' => 'Implicit FK to civicrm_option_group with name = \'visibility\'',
+          'description' => ts('Implicit FK to civicrm_option_group with name = \'visibility\''),
           'default' => '1',
           'table_name' => 'civicrm_price_field',
           'entity' => 'PriceField',
index f07a16e344e48e27ff6305e604f0d24f9da405a6..c10099d84486b7b26e2a26e3a1b3c4814309dec8 100644 (file)
@@ -191,7 +191,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Field Value ID'),
-          'description' => 'Price Field Value',
+          'description' => ts('Price Field Value'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -202,7 +202,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'price_field_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Field'),
-          'description' => 'FK to civicrm_price_field',
+          'description' => ts('FK to civicrm_price_field'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -214,7 +214,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Price field option name',
+          'description' => ts('Price field option name'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_price_field_value',
@@ -229,7 +229,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Label'),
-          'description' => 'Price field option label',
+          'description' => ts('Price field option label'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_price_field_value',
@@ -244,7 +244,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Description'),
-          'description' => '>Price field option description.',
+          'description' => ts('>Price field option description.'),
           'rows' => 2,
           'cols' => 60,
           'default' => 'NULL',
@@ -260,7 +260,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'help_pre',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Help Pre'),
-          'description' => 'Price field option pre help text.',
+          'description' => ts('Price field option pre help text.'),
           'rows' => 2,
           'cols' => 60,
           'default' => 'NULL',
@@ -276,7 +276,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'help_post',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Help Post'),
-          'description' => 'Price field option post field help.',
+          'description' => ts('Price field option post field help.'),
           'rows' => 2,
           'cols' => 60,
           'default' => 'NULL',
@@ -292,7 +292,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Amount'),
-          'description' => 'Price field option amount',
+          'description' => ts('Price field option amount'),
           'required' => TRUE,
           'precision' => [
             18,
@@ -310,7 +310,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'count',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Count'),
-          'description' => 'Number of participants per field option',
+          'description' => ts('Number of participants per field option'),
           'default' => 'NULL',
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -324,7 +324,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'max_value',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Max Value'),
-          'description' => 'Max number of participants per field options',
+          'description' => ts('Max number of participants per field options'),
           'default' => 'NULL',
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -338,7 +338,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'weight',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Order'),
-          'description' => 'Order in which the field options should appear',
+          'description' => ts('Order in which the field options should appear'),
           'default' => '1',
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -352,7 +352,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'membership_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Type'),
-          'description' => 'FK to Membership Type',
+          'description' => ts('FK to Membership Type'),
           'default' => 'NULL',
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -367,7 +367,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'membership_num_terms',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Membership Num Terms'),
-          'description' => 'Number of terms for this membership',
+          'description' => ts('Number of terms for this membership'),
           'default' => 'NULL',
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -381,7 +381,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'is_default',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Default Price Field Option?'),
-          'description' => 'Is this default price field option',
+          'description' => ts('Is this default price field option'),
           'default' => '0',
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -395,7 +395,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Price Field Value is Active'),
-          'description' => 'Is this price field value active',
+          'description' => ts('Is this price field value active'),
           'default' => '1',
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -406,7 +406,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type.',
+          'description' => ts('FK to Financial Type.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
@@ -426,7 +426,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'non_deductible_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Non-deductible Amount'),
-          'description' => 'Portion of total amount which is NOT tax deductible.',
+          'description' => ts('Portion of total amount which is NOT tax deductible.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -445,7 +445,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'visibility_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Field Option Visibility'),
-          'description' => 'Implicit FK to civicrm_option_group with name = \'visibility\'',
+          'description' => ts('Implicit FK to civicrm_option_group with name = \'visibility\''),
           'default' => '1',
           'table_name' => 'civicrm_price_field_value',
           'entity' => 'PriceFieldValue',
index cd26b23f7773ee5ed6a3438129ba0140228317aa..e9cb063de4029a860a692b9ed4d4fcee11d8d05c 100644 (file)
@@ -155,7 +155,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Set ID'),
-          'description' => 'Price Set',
+          'description' => ts('Price Set'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_set',
           'entity' => 'PriceSet',
@@ -166,7 +166,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Set Domain'),
-          'description' => 'Which Domain is this price-set for',
+          'description' => ts('Which Domain is this price-set for'),
           'table_name' => 'civicrm_price_set',
           'entity' => 'PriceSet',
           'bao' => 'CRM_Price_BAO_PriceSet',
@@ -185,7 +185,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Name'),
-          'description' => 'Variable name/programmatic handle for this set of price fields.',
+          'description' => ts('Variable name/programmatic handle for this set of price fields.'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -201,7 +201,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Price Set Title'),
-          'description' => 'Displayed title for the Price Set.',
+          'description' => ts('Displayed title for the Price Set.'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -217,7 +217,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Price Set Is Active?'),
-          'description' => 'Is this price set active',
+          'description' => ts('Is this price set active'),
           'default' => '1',
           'table_name' => 'civicrm_price_set',
           'entity' => 'PriceSet',
@@ -231,7 +231,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'help_pre',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Price Set Pre Help'),
-          'description' => 'Description and/or help text to display before fields in form.',
+          'description' => ts('Description and/or help text to display before fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_price_set',
@@ -246,7 +246,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'help_post',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Price Set Post Help'),
-          'description' => 'Description and/or help text to display after fields in form.',
+          'description' => ts('Description and/or help text to display after fields in form.'),
           'rows' => 4,
           'cols' => 80,
           'table_name' => 'civicrm_price_set',
@@ -261,7 +261,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'javascript',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Price Set Javascript'),
-          'description' => 'Optional Javascript script function(s) included on the form with this price_set. Can be used for conditional',
+          'description' => ts('Optional Javascript script function(s) included on the form with this price_set. Can be used for conditional'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_price_set',
@@ -276,7 +276,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'extends',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Price Set Extends'),
-          'description' => 'What components are using this price set?',
+          'description' => ts('What components are using this price set?'),
           'required' => TRUE,
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
@@ -297,7 +297,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type(for membership price sets only).',
+          'description' => ts('FK to Financial Type(for membership price sets only).'),
           'default' => 'NULL',
           'table_name' => 'civicrm_price_set',
           'entity' => 'PriceSet',
@@ -317,7 +317,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'is_quick_config',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Is Price Set Quick Config?'),
-          'description' => 'Is set if edited on Contribution or Event Page rather than through Manage Price Sets',
+          'description' => ts('Is set if edited on Contribution or Event Page rather than through Manage Price Sets'),
           'default' => '0',
           'table_name' => 'civicrm_price_set',
           'entity' => 'PriceSet',
@@ -331,7 +331,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'is_reserved',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Price Set Is Reserved'),
-          'description' => 'Is this a predefined system price set  (i.e. it can not be deleted, edited)?',
+          'description' => ts('Is this a predefined system price set  (i.e. it can not be deleted, edited)?'),
           'default' => '0',
           'table_name' => 'civicrm_price_set',
           'entity' => 'PriceSet',
@@ -345,7 +345,7 @@ class CRM_Price_DAO_PriceSet extends CRM_Core_DAO {
           'name' => 'min_amount',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Minimum Amount'),
-          'description' => 'Minimum Amount required for this set.',
+          'description' => ts('Minimum Amount required for this set.'),
           'default' => '0',
           'table_name' => 'civicrm_price_set',
           'entity' => 'PriceSet',
index d70e76fa3568a55e9ab48c6682bf696bbdec5f32..ab0b19d5046da27ee7ab809ea033fec2b8ad2af6 100644 (file)
@@ -92,7 +92,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Set Entity ID'),
-          'description' => 'Price Set Entity',
+          'description' => ts('Price Set Entity'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_set_entity',
           'entity' => 'PriceSetEntity',
@@ -103,7 +103,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'Table which uses this price set',
+          'description' => ts('Table which uses this price set'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -116,7 +116,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity IF'),
-          'description' => 'Item in table',
+          'description' => ts('Item in table'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_set_entity',
           'entity' => 'PriceSetEntity',
@@ -127,7 +127,7 @@ class CRM_Price_DAO_PriceSetEntity extends CRM_Core_DAO {
           'name' => 'price_set_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Price Set'),
-          'description' => 'price set being used',
+          'description' => ts('price set being used'),
           'required' => TRUE,
           'table_name' => 'civicrm_price_set_entity',
           'entity' => 'PriceSetEntity',
index cb927dd340b20fb5d44b103a38a61e1f96672fc6..1a949b83e85b87c251eda052827ff09df83e7288 100644 (file)
@@ -96,7 +96,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'name' => 'queue_name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Queue Name'),
-          'description' => 'Name of the queue which includes this item',
+          'description' => ts('Name of the queue which includes this item'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -125,7 +125,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'name' => 'submit_time',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Submit Time'),
-          'description' => 'date on which this item was submitted to the queue',
+          'description' => ts('date on which this item was submitted to the queue'),
           'required' => TRUE,
           'table_name' => 'civicrm_queue_item',
           'entity' => 'QueueItem',
@@ -139,7 +139,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'name' => 'release_time',
           'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME,
           'title' => ts('Release Time'),
-          'description' => 'date on which this job becomes available; null if ASAP',
+          'description' => ts('date on which this job becomes available; null if ASAP'),
           'table_name' => 'civicrm_queue_item',
           'entity' => 'QueueItem',
           'bao' => 'CRM_Queue_BAO_QueueItem',
@@ -152,7 +152,7 @@ class CRM_Queue_DAO_QueueItem extends CRM_Core_DAO {
           'name' => 'data',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Queue item data'),
-          'description' => 'Serialized queue data',
+          'description' => ts('Serialized queue data'),
           'table_name' => 'civicrm_queue_item',
           'entity' => 'QueueItem',
           'bao' => 'CRM_Queue_BAO_QueueItem',
index 141e6f6312c80317e18fd508599981bf8a7a4679..2ed51b14e236f30fe528e6944d1f8b341d26142e 100644 (file)
@@ -212,7 +212,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Report Instance ID'),
-          'description' => 'Report Instance ID',
+          'description' => ts('Report Instance ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_report_instance',
           'entity' => 'ReportInstance',
@@ -223,7 +223,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Report Instance Domain ID'),
-          'description' => 'Which Domain is this instance for',
+          'description' => ts('Which Domain is this instance for'),
           'required' => TRUE,
           'table_name' => 'civicrm_report_instance',
           'entity' => 'ReportInstance',
@@ -240,7 +240,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Report Instance Title'),
-          'description' => 'Report Instance Title.',
+          'description' => ts('Report Instance Title.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_report_instance',
@@ -255,7 +255,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'report_id',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Report template ID'),
-          'description' => 'FK to civicrm_option_value for the report template',
+          'description' => ts('FK to civicrm_option_value for the report template'),
           'required' => TRUE,
           'maxlength' => 512,
           'size' => CRM_Utils_Type::HUGE,
@@ -271,7 +271,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Report instance Name'),
-          'description' => 'when combined with report_id/template uniquely identifies the instance',
+          'description' => ts('when combined with report_id/template uniquely identifies the instance'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_report_instance',
@@ -286,7 +286,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'args',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Report Instance Arguments'),
-          'description' => 'arguments that are passed in the url when invoking the instance',
+          'description' => ts('arguments that are passed in the url when invoking the instance'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_report_instance',
@@ -301,7 +301,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Report Instance description'),
-          'description' => 'Report Instance description.',
+          'description' => ts('Report Instance description.'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_report_instance',
@@ -316,7 +316,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'permission',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Report Instance Permissions'),
-          'description' => 'permission required to be able to run this instance',
+          'description' => ts('permission required to be able to run this instance'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_report_instance',
@@ -331,7 +331,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'grouprole',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Report Instance Assigned to Roles'),
-          'description' => 'role required to be able to run this instance',
+          'description' => ts('role required to be able to run this instance'),
           'maxlength' => 1024,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_report_instance',
@@ -346,7 +346,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'form_values',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Submitted Form Values'),
-          'description' => 'Submitted form values for this report',
+          'description' => ts('Submitted form values for this report'),
           'import' => TRUE,
           'where' => 'civicrm_report_instance.form_values',
           'headerPattern' => '',
@@ -362,7 +362,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'is_active',
           'type' => CRM_Utils_Type::T_BOOLEAN,
           'title' => ts('Report Instance is Active'),
-          'description' => 'Is this entry active?',
+          'description' => ts('Is this entry active?'),
           'table_name' => 'civicrm_report_instance',
           'entity' => 'ReportInstance',
           'bao' => 'CRM_Report_BAO_ReportInstance',
@@ -375,7 +375,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'created_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Report Instance Created By'),
-          'description' => 'FK to contact table.',
+          'description' => ts('FK to contact table.'),
           'table_name' => 'civicrm_report_instance',
           'entity' => 'ReportInstance',
           'bao' => 'CRM_Report_BAO_ReportInstance',
@@ -386,7 +386,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'owner_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Report Instance Owned By'),
-          'description' => 'FK to contact table.',
+          'description' => ts('FK to contact table.'),
           'table_name' => 'civicrm_report_instance',
           'entity' => 'ReportInstance',
           'bao' => 'CRM_Report_BAO_ReportInstance',
@@ -397,7 +397,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'email_subject',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Report Instance email Subject'),
-          'description' => 'Subject of email',
+          'description' => ts('Subject of email'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'table_name' => 'civicrm_report_instance',
@@ -412,7 +412,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'email_to',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Email Report Instance To'),
-          'description' => 'comma-separated list of email addresses to send the report to',
+          'description' => ts('comma-separated list of email addresses to send the report to'),
           'table_name' => 'civicrm_report_instance',
           'entity' => 'ReportInstance',
           'bao' => 'CRM_Report_BAO_ReportInstance',
@@ -425,7 +425,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'email_cc',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('cc Email Report Instance To'),
-          'description' => 'comma-separated list of email addresses to send the report to',
+          'description' => ts('comma-separated list of email addresses to send the report to'),
           'table_name' => 'civicrm_report_instance',
           'entity' => 'ReportInstance',
           'bao' => 'CRM_Report_BAO_ReportInstance',
@@ -438,7 +438,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'header',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Report Instance Header'),
-          'description' => 'comma-separated list of email addresses to send the report to',
+          'description' => ts('comma-separated list of email addresses to send the report to'),
           'rows' => 4,
           'cols' => 60,
           'table_name' => 'civicrm_report_instance',
@@ -453,7 +453,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'footer',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Report Instance Footer'),
-          'description' => 'comma-separated list of email addresses to send the report to',
+          'description' => ts('comma-separated list of email addresses to send the report to'),
           'rows' => 4,
           'cols' => 60,
           'table_name' => 'civicrm_report_instance',
@@ -468,7 +468,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'navigation_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Navigation ID'),
-          'description' => 'FK to navigation ID',
+          'description' => ts('FK to navigation ID'),
           'import' => TRUE,
           'where' => 'civicrm_report_instance.navigation_id',
           'headerPattern' => '',
@@ -484,7 +484,7 @@ class CRM_Report_DAO_ReportInstance extends CRM_Core_DAO {
           'name' => 'drilldown_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Drilldown Report ID'),
-          'description' => 'FK to instance ID drilldown to',
+          'description' => ts('FK to instance ID drilldown to'),
           'import' => TRUE,
           'where' => 'civicrm_report_instance.drilldown_id',
           'headerPattern' => '',
index fc295eef0d5923720b97f5b86d82e0ac827b6ac0..3427996fe50bf76ed5089895f5987e8f319589df 100644 (file)
@@ -130,7 +130,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Provider ID'),
-          'description' => 'SMS Provider ID',
+          'description' => ts('SMS Provider ID'),
           'required' => TRUE,
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
@@ -141,7 +141,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'name',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('SMS Provider Name'),
-          'description' => 'Provider internal name points to option_value of option_group sms_provider_name',
+          'description' => ts('Provider internal name points to option_value of option_group sms_provider_name'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_sms_provider',
@@ -153,7 +153,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'title',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('SMS Provider Title'),
-          'description' => 'Provider name visible to user',
+          'description' => ts('Provider name visible to user'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_sms_provider',
@@ -196,7 +196,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'api_type',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Provider API'),
-          'description' => 'points to value in civicrm_option_value for group sms_api_type',
+          'description' => ts('points to value in civicrm_option_value for group sms_api_type'),
           'required' => TRUE,
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
@@ -224,7 +224,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'api_params',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('SMS Provider API Params'),
-          'description' => 'the api params in xml, http or smtp format',
+          'description' => ts('the api params in xml, http or smtp format'),
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',
@@ -263,7 +263,7 @@ class CRM_SMS_DAO_Provider extends CRM_Core_DAO {
           'name' => 'domain_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('SMS Domain'),
-          'description' => 'Which Domain is this sms provider for',
+          'description' => ts('Which Domain is this sms provider for'),
           'table_name' => 'civicrm_sms_provider',
           'entity' => 'Provider',
           'bao' => 'CRM_SMS_BAO_Provider',
index 9e4c4f4c5960a54ed79acfbf5a4de8de33ac791f..1919db2b44160b679c1526c6174bc43ddf5cba89 100644 (file)
@@ -93,7 +93,7 @@ class {$table.className} extends CRM_Core_DAO {ldelim}
                                                                       'title'     => ts('{$field.title}'),
 {/if}
 {if $field.comment}
-                                                                      'description'     => '{$field.comment|replace:"'":"\'"}',
+                                                                      'description'     => ts('{$field.comment|replace:"'":"\'"}'),
 {/if}
 {if $field.required}
                                         'required'  => {$field.required|strtoupper},