),
'hideCountryMailingLabels' => array(
'html_type' => 'YesNo',
- 'title' => 'Hide Country in Mailing Labels when same as domain country',
+ 'title' => ts('Hide Country in Mailing Labels when same as domain country'),
'weight' => 4,
),
),
return array(
'name' => 'CiviCampaign',
'translatedName' => ts('CiviCampaign'),
- 'title' => 'CiviCRM Campaign Engine',
+ 'title' => ts('CiviCRM Campaign Engine'),
'search' => 1,
'showActivitiesInCore' => 1,
);
$softCreditFields = array(
'contribution_soft_credit_name' => array(
'name' => 'contribution_soft_credit_name',
- 'title' => 'Soft Credit For',
+ 'title' => ts('Soft Credit For'),
'where' => 'civicrm_contact_d.display_name',
'data_type' => CRM_Utils_Type::T_STRING,
),
'contribution_soft_credit_amount' => array(
'name' => 'contribution_soft_credit_amount',
- 'title' => 'Soft Credit Amount',
+ 'title' => ts('Soft Credit Amount'),
'where' => 'civicrm_contribution_soft.amount',
'data_type' => CRM_Utils_Type::T_MONEY,
),
'contribution_soft_credit_type' => array(
'name' => 'contribution_soft_credit_type',
- 'title' => 'Soft Credit Type',
+ 'title' => ts('Soft Credit Type'),
'where' => 'contribution_softcredit_type.label',
'data_type' => CRM_Utils_Type::T_STRING,
),
'contribution_soft_credit_contribution_id' => array(
'name' => 'contribution_soft_credit_contribution_id',
- 'title' => 'Soft Credit For Contribution ID',
+ 'title' => ts('Soft Credit For Contribution ID'),
'where' => 'civicrm_contribution_soft.contribution_id',
'data_type' => CRM_Utils_Type::T_INT,
),
'contribution_soft_credit_contact_id' => array(
'name' => 'contribution_soft_credit_contact_id',
- 'title' => 'Soft Credit For Contact ID',
+ 'title' => ts('Soft Credit For Contact ID'),
'where' => 'civicrm_contact_d.id',
'data_type' => CRM_Utils_Type::T_INT,
),
$extraFields = array(
'contribution_soft_credit_name' => array(
'name' => 'contribution_soft_credit_name',
- 'title' => 'Soft Credit Name',
+ 'title' => ts('Soft Credit Name'),
'headerPattern' => '/^soft_credit_name$/i',
'where' => 'civicrm_contact_d.display_name',
),
'contribution_soft_credit_email' => array(
'name' => 'contribution_soft_credit_email',
- 'title' => 'Soft Credit Email',
+ 'title' => ts('Soft Credit Email'),
'headerPattern' => '/^soft_credit_email$/i',
'where' => 'soft_email.email',
),
'contribution_soft_credit_phone' => array(
'name' => 'contribution_soft_credit_phone',
- 'title' => 'Soft Credit Phone',
+ 'title' => ts('Soft Credit Phone'),
'headerPattern' => '/^soft_credit_phone$/i',
'where' => 'soft_phone.phone',
),
'contribution_soft_credit_contact_id' => array(
'name' => 'contribution_soft_credit_contact_id',
- 'title' => 'Soft Credit Contact ID',
+ 'title' => ts('Soft Credit Contact ID'),
'headerPattern' => '/^soft_credit_contact_id$/i',
'where' => 'civicrm_contribution_soft.contact_id',
),
'contribution_pcp_title' => array(
'name' => 'contribution_pcp_title',
- 'title' => 'Personal Campaign Page Title',
+ 'title' => ts('Personal Campaign Page Title'),
'headerPattern' => '/^contribution_pcp_title$/i',
'where' => 'contribution_pcp.title',
),
$eventFields = CRM_Event_DAO_Event::export();
$noteField = array(
'participant_note' => array(
- 'title' => 'Participant Note',
+ 'title' => ts('Participant Note'),
'name' => 'participant_note',
'type' => CRM_Utils_Type::T_STRING,
),
$participantStatus = array(
'participant_status' => array(
- 'title' => 'Participant Status (label)',
+ 'title' => ts('Participant Status (label)'),
'name' => 'participant_status',
'type' => CRM_Utils_Type::T_STRING,
),
$participantRole = array(
'participant_role' => array(
- 'title' => 'Participant Role (label)',
+ 'title' => ts('Participant Role (label)'),
'name' => 'participant_role',
'type' => CRM_Utils_Type::T_STRING,
),
$grantFields = array(
'grant_status' => array(
- 'title' => 'Grant Status',
+ 'title' => ts('Grant Status'),
'name' => 'grant_status',
'data_type' => CRM_Utils_Type::T_STRING,
),
'grant_type' => array(
- 'title' => 'Grant Type',
+ 'title' => ts('Grant Type'),
'name' => 'grant_type',
'data_type' => CRM_Utils_Type::T_STRING,
),
'grant_money_transfer_date' => array(
- 'title' => 'Grant Money Transfer Date',
+ 'title' => ts('Grant Money Transfer Date'),
'name' => 'grant_money_transfer_date',
'data_type' => CRM_Utils_Type::T_DATE,
),
'grant_amount_requested' => array(
- 'title' => 'Grant Amount Requested',
+ 'title' => ts('Grant Amount Requested'),
'name' => 'grant_amount_requested',
'data_type' => CRM_Utils_Type::T_FLOAT,
),
'grant_application_received_date' => array(
- 'title' => 'Grant Application Received Date',
+ 'title' => ts('Grant Application Received Date'),
'name' => 'grant_application_received_date',
'data_type' => CRM_Utils_Type::T_DATE,
),
self::$_mailingFields = array();
$_mailingFields['mailing_id'] = array(
'name' => 'mailing_id',
- 'title' => 'Mailing ID',
+ 'title' => ts('Mailing ID'),
'where' => 'civicrm_mailing.id',
);
}
return array(
'name' => 'CiviMail',
'translatedName' => ts('CiviMail'),
- 'title' => 'CiviCRM Mailing Engine',
+ 'title' => ts('CiviCRM Mailing Engine'),
'search' => 1,
'showActivitiesInCore' => 1,
);
$fields = array_merge($fields, $expFieldMembership);
$membershipStatus = array(
'membership_status' => array(
- 'title' => 'Membership Status',
+ 'title' => ts('Membership Status'),
'name' => 'membership_status',
'type' => CRM_Utils_Type::T_STRING,
'where' => 'civicrm_membership_status.name',
return array(
'name' => 'CiviMember',
'translatedName' => ts('CiviMember'),
- 'title' => 'CiviCRM Membership Engine',
+ 'title' => ts('CiviCRM Membership Engine'),
'search' => 1,
'showActivitiesInCore' => 1,
);
'name' => ts('Cancel Auto-renewal'),
'url' => 'civicrm/contribute/unsubscribe',
'qs' => 'reset=1&mid=%%id%%&context=%%cxt%%' . $extraParams,
- 'title' => 'Cancel Auto Renew Subscription',
+ 'title' => ts('Cancel Auto Renew Subscription'),
);
}
elseif (isset(self::$_links['all'][CRM_Core_Action::DISABLE])) {
$pledgeFields = array(
'pledge_status' => array(
- 'title' => 'Pledge Status',
+ 'title' => ts('Pledge Status'),
'name' => 'pledge_status',
'data_type' => CRM_Utils_Type::T_STRING,
),
'pledge_frequency_unit' => array(
- 'title' => 'Pledge Frequency Unit',
+ 'title' => ts('Pledge Frequency Unit'),
'name' => 'pledge_frequency_unit',
'data_type' => CRM_Utils_Type::T_ENUM,
),
'pledge_frequency_interval' => array(
- 'title' => 'Pledge Frequency Interval',
+ 'title' => ts('Pledge Frequency Interval'),
'name' => 'pledge_frequency_interval',
'data_type' => CRM_Utils_Type::T_INT,
),
'pledge_contribution_page_id' => array(
- 'title' => 'Pledge Contribution Page Id',
+ 'title' => ts('Pledge Contribution Page Id'),
'name' => 'pledge_contribution_page_id',
'data_type' => CRM_Utils_Type::T_INT,
),
// For displaying relationship status.
if (!$isStatusFilter && $relStatus) {
$statistics['filters'][] = array(
- 'title' => 'Relationship Status',
+ 'title' => ts('Relationship Status'),
'value' => $relStatus,
);
}
'grouping' => 'member-fields',
'fields' => array(
'membership_type_id' => array(
- 'title' => 'Membership Type',
+ 'title' => ts('Membership Type'),
'required' => TRUE,
),
'join_date' => NULL,
return array(
'name' => 'CiviReport',
'translatedName' => ts('CiviReport'),
- 'title' => 'CiviCRM Report Engine',
+ 'title' => ts('CiviCRM Report Engine'),
'search' => 0,
'showActivitiesInCore' => 1,
);