*/
public function buildQuickForm() {
- $this->setTitle('WordPress Access Control');
+ $this->setTitle(ts('WordPress Access Control'));
// Get the core permissions array
$permissionsArray = self::getPermissionArray();
*/
public function preProcess(): void {
parent::preProcess();
- $this->setTitle('Print/Merge Document');
+ $this->setTitle(ts('Print/Merge Document'));
}
/**
$defaults['from_email_address'] = current(CRM_Core_BAO_Domain::getNameAndEmail(FALSE, TRUE));
}
$form->setDefaults($defaults);
- $form->setTitle('Print/Merge Document');
+ $form->setTitle(ts('Print/Merge Document'));
}
/**
$defaults['from_email_address'] = current(CRM_Core_BAO_Domain::getNameAndEmail(FALSE, TRUE));
}
$form->setDefaults($defaults);
- $form->setTitle('Print/Merge Document');
+ $form->setTitle(ts('Print/Merge Document'));
}
/**
public static function preProcess(&$form) {
CRM_Core_Error::deprecatedFunctionWarning('no alternative');
- $form->setTitle('Print/Merge Document');
+ $form->setTitle(ts('Print/Merge Document'));
}
/**
/**
* You can define a custom title for the search form
*/
- $this->setTitle('Find Latest Activities');
+ $this->setTitle(ts('Find Latest Activities'));
/**
* Define the search form fields here
);
}
- $this->setTitle('Contributions made in Year X and not Year Y');
+ $this->setTitle(ts('Contributions made in Year X and not Year Y'));
// @TODO: Decide on better names for "Exclusion"
// @TODO: Add rule to ensure that exclusion dates are not in the inclusion range
}
/**
* You can define a custom title for the search form
*/
- $this->setTitle('Find Contributors by Aggregate Totals');
+ $this->setTitle(ts('Find Contributors by Aggregate Totals'));
/**
* Define the search form fields here
$select2style
);
- $this->setTitle('Search by date added to CiviCRM');
+ $this->setTitle(ts('Search by date added to CiviCRM'));
//redirect if group not available for search criteria
if (count($groups) == 0) {
/**
* You can define a custom title for the search form
*/
- $this->setTitle('Find Totals for Events');
+ $this->setTitle(ts('Find Totals for Events'));
/**
* Define the search form fields here
*/
public function buildForm(&$form) {
- $this->setTitle('Multiple Value Custom Group Search and Export');
+ $this->setTitle(ts('Multiple Value Custom Group Search and Export'));
$form->add('text', 'sort_name', ts('Contact Name'), TRUE);
/**
* You can define a custom title for the search form
*/
- $this->setTitle('Price Set Export');
+ $this->setTitle(ts('Price Set Export'));
/**
* if you are using the standard template, this array tells the template what elements
/**
* You can define a custom title for the search form
*/
- $this->setTitle('Proximity Search');
+ $this->setTitle(ts('Proximity Search'));
/**
* if you are using the standard template, this array tells the template what elements
/**
* You can define a custom title for the search form
*/
- $this->setTitle('Find Contribution Amounts by Tag');
+ $this->setTitle(ts('Find Contribution Amounts by Tag'));
/**
* Define the search form fields here
/**
* You can define a custom title for the search form
*/
- $this->setTitle('Zip Code Range Search');
+ $this->setTitle(ts('Zip Code Range Search'));
/**
* if you are using the standard template, this array tells the template what elements