本文整理汇总了PHP中OwnedSecurableItem::translatedAttributeLabels方法的典型用法代码示例。如果您正苦于以下问题:PHP OwnedSecurableItem::translatedAttributeLabels方法的具体用法?PHP OwnedSecurableItem::translatedAttributeLabels怎么用?PHP OwnedSecurableItem::translatedAttributeLabels使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类OwnedSecurableItem
的用法示例。
在下文中一共展示了OwnedSecurableItem::translatedAttributeLabels方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('likeContactState' => 'A name for a state'));
}
示例2: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('comments' => Zurmo::t('CommentsModule', 'Comments', array(), null, $language), 'description' => Zurmo::t('ZurmoModule', 'Description', array(), null, $language), 'dueDateTime' => Zurmo::t('TasksModule', 'Due On', array(), null, $language), 'files' => Zurmo::t('ZurmoModule', 'Files', array(), null, $language), 'latestDateTime' => Zurmo::t('ZurmoModule', 'Latest Date Time', array(), null, $language), 'personsWhoHaveNotReadLatest' => Zurmo::t('MissionsModule', 'Persons Who Have Not Read Latest', array(), null, $language), 'reward' => Zurmo::t('MissionsModule', 'Reward', array(), null, $language), 'status' => Zurmo::t('ZurmoModule', 'Status', array(), null, $language), 'takenByUser' => Zurmo::t('MissionsModule', 'Taken By User', array(), null, $language)));
}
示例3: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('isCompleted' => Zurmo::t('ExportModule', 'Is Completed', array(), null, $language), 'exportFileName' => Zurmo::t('ExportModule', 'Export File Name', array(), null, $language), 'exportFileType' => Zurmo::t('ExportModule', 'Export File Type', array(), null, $language), 'isJobRunning' => Zurmo::t('ExportModule', 'Is Job Running', array(), null, $language), 'cancelExport' => Zurmo::t('ExportModule', 'Cancel Export', array(), null, $language)));
}
示例4: translatedAttributeLabels
public static function translatedAttributeLabels($language)
{
$params = LabelUtil::getTranslationParamsForAllModules();
return array_merge(parent::translatedAttributeLabels($language), array('account' => Zurmo::t('AccountsModule', 'AccountsModuleSingularLabel', $params, null, $language), 'meetings' => Zurmo::t('MeetingsModule', 'MeetingsModulePluralLabel', $params, null, $language), 'notes' => Zurmo::t('NotesModule', 'NotesModulePluralLabel', $params, null, $language), 'tasks' => Zurmo::t('TasksModule', 'TasksModulePluralLabel', $params, null, $language), 'ActivatedBy' => Zurmo::t('AgreementsModule', 'Activated By', $params, null, $language), 'CompanySigned' => Zurmo::t('AgreementsModule', 'Company Signed By', $params, null, $language), 'CustomerSigned' => Zurmo::t('AgreementsModule', 'Customer Signed By', $params, null, $language), 'Account_Manager' => Zurmo::t('AgreementsModule', 'Account Project Manager', $params, null, $language), 'Estimator' => Zurmo::t('AgreementsModule', 'Estimator', $params, null, $language), 'Initial_Sales_Rep' => Zurmo::t('AgreementsModule', 'Initial Sales Representive', $params, null, $language), 'BillingAddress' => Zurmo::t('AgreementsModule', 'Billing Address', $params, null, $language), 'ShippingAddress' => Zurmo::t('AgreementsModule', 'Shipping Address', $params, null, $language), 'ActivatedDate' => Zurmo::t('AgreementsModule', 'Activated Date', $params, null, $language), 'CompanySignedDate' => Zurmo::t('AgreementsModule', 'Company Signed Date', $params, null, $language), 'EndDate' => Zurmo::t('AgreementsModule', 'Agreement End Date', $params, null, $language), 'name' => Zurmo::t('AgreementsModule', 'Agreement Name', $params, null, $language), 'RecordType' => Zurmo::t('AgreementsModule', 'Agreement Record Type', $params, null, $language), 'StartDate' => Zurmo::t('AgreementsModule', 'Agreement Start Date', $params, null, $language), 'ContractTerm' => Zurmo::t('AgreementsModule', 'Agreement Term (Months)', $params, null, $language), 'CustomerSignedDate' => Zurmo::t('AgreementsModule', 'Customer Signed Date', $params, null, $language), 'CustomerSignedTitle' => Zurmo::t('AgreementsModule', 'Customer Signed Title', $params, null, $language), 'Description' => Zurmo::t('AgreementsModule', 'Description', $params, null, $language), 'OwnerExpirationNotice' => Zurmo::t('AgreementsModule', 'Owner Expiration Notice', $params, null, $language), 'Pricebook2' => Zurmo::t('AgreementsModule', 'Price Book', $params, null, $language), 'SpecialTerms' => Zurmo::t('AgreementsModule', 'Special Terms', $params, null, $language), 'Status' => Zurmo::t('AgreementsModule', 'Status', $params, null, $language), 'Proposal_OID' => Zurmo::t('AgreementsModule', '(Do Not Edit This) ', $params, null, $language), 'Agreement_Temp_ID' => Zurmo::t('AgreementsModule', '(For Internal Use Only)', $params, null, $language), 'Used_MHR' => Zurmo::t('AgreementsModule', '% Used MHR', $params, null, $language), 'Agreement_Type' => Zurmo::t('AgreementsModule', 'Agreement Type', $params, null, $language), 'Anticipated_Start_Date' => Zurmo::t('AgreementsModule', 'Anticipated Start Date', $params, null, $language), 'Clone_Approval' => Zurmo::t('AgreementsModule', 'Clone Approval', $params, null, $language), 'Cloned_From' => Zurmo::t('AgreementsModule', 'Cloned From', $params, null, $language), 'Clone_Process' => Zurmo::t('AgreementsModule', 'Clone Process', $params, null, $language), 'Clone_Process_Email' => Zurmo::t('AgreementsModule', 'Clone Process Email', $params, null, $language), 'Contract_Number' => Zurmo::t('AgreementsModule', 'Agreement Number', $params, null, $language), 'Current_Annual_Amount' => Zurmo::t('AgreementsModule', 'Current Annual Amount', $params, null, $language), 'Current_GPM' => Zurmo::t('AgreementsModule', 'Current GPM', $params, null, $language), 'Customer_Signed_Value' => Zurmo::t('AgreementsModule', 'Customer Signed Value', $params, null, $language), 'Date_of_First_Service' => Zurmo::t('AgreementsModule', 'Date of First Service', $params, null, $language), 'Deactivate' => Zurmo::t('AgreementsModule', 'Deactivate', $params, null, $language), 'Deactivation_Date' => Zurmo::t('AgreementsModule', 'Deactivation Date', $params, null, $language), 'Estimator_Approval' => Zurmo::t('AgreementsModule', 'Estimator Approval', $params, null, $language), 'Estimator_Approval_Date' => Zurmo::t('AgreementsModule', 'Estimator Approval Date', $params, null, $language), 'Estimator_Auto_Approval' => Zurmo::t('AgreementsModule', 'Estimator Auto Approval ', $params, null, $language), 'Evergreen' => Zurmo::t('AgreementsModule', 'Evergreen', $params, null, $language), 'First_Year_Amount' => Zurmo::t('AgreementsModule', 'First Year Amount', $params, null, $language), 'GPM_Change' => Zurmo::t('AgreementsModule', 'GPM Change', $params, null, $language), 'Hours_Remaining_MHR' => Zurmo::t('AgreementsModule', 'Hours Remaining MHR', $params, null, $language), 'LO_AG_ID_Old' => Zurmo::t('AgreementsModule', 'LO AG ID Old', $params, null, $language), 'Management_Approval' => Zurmo::t('AgreementsModule', 'Management Approval', $params, null, $language), 'Management_Approval_Date' => Zurmo::t('AgreementsModule', 'Management Approval Date', $params, null, $language), 'Old_Agreement_ID' => Zurmo::t('AgreementsModule', 'Old Agreement ID', $params, null, $language), 'Old_Agreement_Number' => Zurmo::t('AgreementsModule', 'Old Agreement Number', $params, null, $language), 'Previous_Amount' => Zurmo::t('AgreementsModule', 'Previous Amount', $params, null, $language), 'Previous_GPM' => Zurmo::t('AgreementsModule', 'Previous GPM', $params, null, $language), 'Price_Change' => Zurmo::t('AgreementsModule', 'Price Change', $params, null, $language), 'Project_Agreement_Amount' => Zurmo::t('AgreementsModule', 'Project Agreement Amount', $params, null, $language), 'Proposed_Gross_Profit_Margin' => Zurmo::t('AgreementsModule', 'Proposed Gross Profit Margin', $params, null, $language), 'Agreement_Expiration' => Zurmo::t('AgreementsModule', 'Renewal Date', $params, null, $language), 'Role_Match' => Zurmo::t('AgreementsModule', 'Role Match', $params, null, $language), 'Sales_Rep' => Zurmo::t('AgreementsModule', 'Sales Rep', $params, null, $language), 'Set_Owner_to_Creator' => Zurmo::t('AgreementsModule', 'Set Owner to Creator', $params, null, $language), 'Total_Agreement_Products' => Zurmo::t('AgreementsModule', 'Total Agreement Products', $params, null, $language), 'Total_Available_MHR' => Zurmo::t('AgreementsModule', 'Total Available MHR', $params, null, $language), 'Total_Direct_Costs' => Zurmo::t('AgreementsModule', 'Total Direct Costs', $params, null, $language), 'Total_Non_Agreement_Products' => Zurmo::t('AgreementsModule', 'Total Non-Agreement Products', $params, null, $language), 'Total_Products_Tracked' => Zurmo::t('AgreementsModule', 'Total Products Tracked', $params, null, $language), 'URL_Host' => Zurmo::t('AgreementsModule', 'URL Host', $params, null, $language), 'URL_Name' => Zurmo::t('AgreementsModule', 'URL Name', $params, null, $language), 'Website' => Zurmo::t('AgreementsModule', 'Website', $params, null, $language), 'XREF' => Zurmo::t('AgreementsModule', 'XREF', $params, null, $language), 'Year_to_Date_MHR' => Zurmo::t('AgreementsModule', 'Year to Date MHR', $params, null, $language)));
}
示例5: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('account' => Zurmo::t('EmailMessagesModule', 'Email Account', array(), null, $language), 'content' => Zurmo::t('EmailMessagesModule', 'Content', array(), null, $language), 'error' => Zurmo::t('Core', 'Error', array(), null, $language), 'folder' => Zurmo::t('ZurmoModule', 'Folder', array(), null, $language), 'files' => Zurmo::t('ZurmoModule', 'Files', array(), null, $language), 'recipients' => Zurmo::t('EmailMessagesModule', 'Recipients', array(), null, $language), 'sender' => Zurmo::t('EmailMessagesModule', 'Sender', array(), null, $language), 'sendAttempts' => Zurmo::t('EmailMessagesModule', 'Send Attempts', array(), null, $language), 'sentDateTime' => Zurmo::t('EmailMessagesModule', 'Sent Date Time', array(), null, $language), 'subject' => Zurmo::t('EmailMessagesModule', 'Subject', array(), null, $language), 'type' => Zurmo::t('Core', 'Type', array(), null, $language)));
}
示例6: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('layoutId' => Zurmo::t('HomeModule', 'Layout Id', array(), null, $language), 'layoutType' => Zurmo::t('HomeModule', 'Layout Type', array(), null, $language), 'isDefault' => Zurmo::t('HomeModule', 'Is Default', array(), null, $language), 'name' => Zurmo::t('ZurmoModule', 'Name', array(), null, $language)));
}
示例7: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('comments' => Zurmo::t('CommentsModule', 'Comments', array(), null, $language), 'description' => Zurmo::t('ZurmoModule', 'Description', array(), null, $language), 'files' => Zurmo::t('ZurmoModule', 'Files', array(), null, $language), 'latestDateTime' => Zurmo::t('ZurmoModule', 'Latest Date Time', array(), null, $language), 'note' => Zurmo::t('NotesModule', 'Note', array(), null, $language), 'toUser' => Zurmo::t('SocialItemsModule', 'To User', array(), null, $language)));
}
示例8: translatedAttributeLabels
/**
* @param string $language
* @return array
*/
public static function translatedAttributeLabels($language)
{
$params = LabelUtil::getTranslationParamsForAllModules();
return array_merge(parent::translatedAttributeLabels($language), array('description' => Zurmo::t('ZurmoModule', 'Description', array(), null, $language), 'endAttributeName' => Zurmo::t('CalendarsModule', 'End Attribute Field', array(), null, $language), 'location' => Zurmo::t('ZurmoModule', 'Location', array(), null, $language), 'name' => Zurmo::t('Core', 'Name', array(), null, $language), 'startAttributeName' => Zurmo::t('CalendarsModule', 'Start Attribute Field', array(), null, $language), 'timeZone' => Zurmo::t('ZurmoModule', 'Time Zone', array(), null, $language), 'moduleClassName' => Zurmo::t('Core', 'Module', array(), null, $language)));
}
示例9: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('description' => Zurmo::t('ZurmoModule', 'Description', array(), null, $language), 'name' => Zurmo::t('Core', 'Name', array(), null, $language), 'type' => Zurmo::t('Core', 'Type', array(), null, $language)));
}
示例10: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('modelClassName' => Zurmo::t('Core', 'Module', null, null, $language), 'language' => Zurmo::t('Core', 'Language', null, null, $language), 'htmlContent' => Zurmo::t('EmailMessagesModule', 'Html Content', null, null, $language), 'name' => Zurmo::t('Core', 'Name', null, null, $language), 'subject' => Zurmo::t('Core', 'Subject', null, null, $language), 'type' => Zurmo::t('Core', 'Type', null, null, $language), 'textContent' => Zurmo::t('EmailMessagesModule', 'Text Content', null, null, $language)));
}
示例11: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('name' => Zurmo::t('Core', 'Name', array(), null, $language)));
}
示例12: translatedAttributeLabels
/**
* @param string $language
* @return array
*/
public static function translatedAttributeLabels($language)
{
$params = LabelUtil::getTranslationParamsForAllModules();
return array_merge(parent::translatedAttributeLabels($language), array('status' => Zurmo::t('ZurmoModule', 'Status', array(), null, $language), 'tasks' => Zurmo::t('TasksModule', 'TasksModulePluralLabel', $params, null, $language), 'accounts' => Zurmo::t('AccountsModule', 'AccountsModulePluralLabel', $params, null, $language), 'contacts' => Zurmo::t('ContactsModule', 'ContactsModulePluralLabel', $params, null, $language), 'opportunities' => Zurmo::t('OpportunitiesModule', 'OpportunitiesModulePluralLabel', $params, null, $language)));
}
示例13: translatedAttributeLabels
protected static function translatedAttributeLabels($language)
{
$params = LabelUtil::getTranslationParamsForAllModules();
return array_merge(parent::translatedAttributeLabels($language), array('account' => Zurmo::t('AccountsModule', 'Parent AccountsModuleSingularLabel', $params, null, $language), 'accounts' => Zurmo::t('AccountsModule', 'AccountsModulePluralLabel', $params, null, $language), 'annualRevenue' => Zurmo::t('AccountsModule', 'Annual Revenue', array(), null, $language), 'billingAddress' => Zurmo::t('AccountsModule', 'Billing Address', array(), null, $language), 'contacts' => Zurmo::t('ContactsModule', 'ContactsModulePluralLabel', $params, null, $language), 'description' => Zurmo::t('ZurmoModule', 'Description', array(), null, $language), 'employees' => Zurmo::t('AccountsModule', 'Employees', array(), null, $language), 'industry' => Zurmo::t('ZurmoModule', 'Industry', array(), null, $language), 'meetings' => Zurmo::t('MeetingsModule', 'Meetings', array(), null, $language), 'name' => Zurmo::t('ZurmoModule', 'Name', array(), null, $language), 'notes' => Zurmo::t('NotesModule', 'Notes', array(), null, $language), 'officePhone' => Zurmo::t('AccountsModule', 'Office Phone', array(), null, $language), 'officeFax' => Zurmo::t('AccountsModule', 'Office Fax', array(), null, $language), 'opportunities' => Zurmo::t('OpportunitiesModule', 'OpportunitiesModulePluralLabel', $params, null, $language), 'primaryEmail' => Zurmo::t('ZurmoModule', 'Primary Email', array(), null, $language), 'secondaryEmail' => Zurmo::t('ZurmoModule', 'Secondary Email', array(), null, $language), 'shippingAddress' => Zurmo::t('AccountsModule', 'Shipping Address', array(), null, $language), 'tasks' => Zurmo::t('TasksModule', 'Tasks', array(), null, $language), 'type' => Zurmo::t('AccountsModule', 'Type', array(), null, $language), 'website' => Zurmo::t('ZurmoModule', 'Website', array(), null, $language)));
}
示例14: translatedAttributeLabels
public static function translatedAttributeLabels($language)
{
$params = LabelUtil::getTranslationParamsForAllModules();
return array_merge(parent::translatedAttributeLabels($language), array('account' => Zurmo::t('AccountsModule', 'AccountsModuleSingularLabel', $params, null, $language), 'amount' => Zurmo::t('OpportunitiesModule', 'Amount', array(), null, $language), 'closeDate' => Zurmo::t('OpportunitiesModule', 'Close Date', array(), null, $language), 'contacts' => Zurmo::t('ContactsModule', 'ContactsModulePluralLabel', $params, null, $language), 'description' => Zurmo::t('ZurmoModule', 'Description', array(), null, $language), 'meetings' => Zurmo::t('MeetingsModule', 'MeetingsModulePluralLabel', $params, null, $language), 'name' => Zurmo::t('Core', 'Name', array(), null, $language), 'notes' => Zurmo::t('NotesModule', 'NotesModulePluralLabel', $params, null, $language), 'probability' => Zurmo::t('OpportunitiesModule', 'Probability', array(), null, $language), 'source' => Zurmo::t('ContactsModule', 'Source', array(), null, $language), 'stage' => Zurmo::t('ZurmoModule', 'Stage', array(), null, $language), 'tasks' => Zurmo::t('TasksModule', 'TasksModulePluralLabel', $params, null, $language)));
}
示例15: translatedAttributeLabels
/**
* @param $language
* @return array
*/
protected static function translatedAttributeLabels($language)
{
return array_merge(parent::translatedAttributeLabels($language), array('name' => Zurmo::t('Core', 'Name', array(), null, $language), 'redirectUrl' => Zurmo::t('ContactWebFormsModule', 'Redirect Url', array(), null, $language), 'submitButtonLabel' => Zurmo::t('ContactWebFormsModule', 'Submit Button Label', array(), null, $language), 'defaultState' => Zurmo::t('ContactWebFormsModule', 'Default Status', array(), null, $language), 'excludeStyles' => Zurmo::t('ContactWebFormsModule', 'Exclude Styles', array(), null, $language), 'enableCaptcha' => Zurmo::t('ContactWebFormsModule', 'Enable Captcha', array(), null, $language), 'language' => Zurmo::t('Core', 'Language', array(), null, $language)));
}