/**
  * @param $language
  * @return array
  */
 protected static function translatedAttributeLabels($language)
 {
     return parent::translatedAttributeLabels($language);
 }
Example #2
0
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('name' => Zurmo::t('Core', 'Name', array(), null, $language), 'role' => Zurmo::t('ZurmoModule', 'Parent Role', array(), null, $language), 'roles' => Zurmo::t('ZurmoModule', 'Roles', array(), null, $language), 'users' => Zurmo::t('UsersModule', 'Users', array(), null, $language)));
 }
Example #3
0
 /**
  * @return array
  */
 protected static function translatedAttributeLabels($language)
 {
     $params = LabelUtil::getTranslationParamsForAllModules();
     return array_merge(parent::translatedAttributeLabels($language), array('productTemplate' => Zurmo::t('ProductTemplatesModule', 'ProductTemplatesModuleSingularLabel', $params, null, $language), 'products' => Zurmo::t('ProductsModule', 'ProductsModulePluralLabel', $params, null, $language), 'sellPriceFormula' => Zurmo::t('ProductTemplatesModule', 'Sell Price Formula', array(), null, $language), 'productCategories' => ProductCategory::getModelLabelByTypeAndLanguage('Plural', $language), 'cost' => Zurmo::t('ProductTemplatesModule', 'Cost', array(), null, $language), 'listPrice' => Zurmo::t('ProductTemplatesModule', 'List Price', array(), null, $language), 'sellPrice' => Zurmo::t('ProductTemplatesModule', 'Sell Price', array(), null, $language), 'type' => Zurmo::t('ProductTemplatesModule', 'Type', array(), null, $language), 'status' => Zurmo::t('ProductTemplatesModule', 'Status', array(), null, $language)));
 }
 protected static function translatedAttributeLabels($language)
 {
     $params = LabelUtil::getTranslationParamsForAllModules();
     return array_merge(parent::translatedAttributeLabels($language), array('name' => Zurmo::t('DepartmentReferencesModule', 'Name', $params, null, $language), 'description' => Zurmo::t('DepartmentReferencesModule', 'Description', $params, null, $language), 'burdonCost' => Zurmo::t('DepartmentReferencesModule', 'Burdon Cost', $params, null, $language), 'laborCost' => Zurmo::t('DepartmentReferencesModule', 'Labor Cost', $params, null, $language)));
 }
Example #5
0
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('name' => Zurmo::t('Core', 'Name', array(), null, $language), 'size' => Zurmo::t('Core', 'Size', array(), null, $language), 'type' => Zurmo::t('Core', 'Type', array(), null, $language)));
 }
 protected static function translatedAttributeLabels($language)
 {
     $params = LabelUtil::getTranslationParamsForAllModules();
     return array_merge(parent::translatedAttributeLabels($language), array('name' => Zurmo::t('OpportunityProductsModule', 'Product Name', $params, null, $language), 'Burden_Cost' => Zurmo::t('OpportunityProductsModule', 'Burden Cost', $params, null, $language), 'Category' => Zurmo::t('OpportunityProductsModule', 'Category', $params, null, $language), 'Category_GPM' => Zurmo::t('OpportunityProductsModule', 'Category GPM', $params, null, $language), 'Equipment_Cost' => Zurmo::t('OpportunityProductsModule', 'Equipment Cost', $params, null, $language), 'Final_Cost' => Zurmo::t('OpportunityProductsModule', 'Final Cost', $params, null, $language), 'Frequency' => Zurmo::t('OpportunityProductsModule', 'Frequency', $params, null, $language), 'Labor_Cost' => Zurmo::t('OpportunityProductsModule', 'Labor Cost', $params, null, $language), 'Materials_Cost' => Zurmo::t('OpportunityProductsModule', 'Materials Cost', $params, null, $language), 'Old_Auto_Number_Name' => Zurmo::t('OpportunityProductsModule', 'Old Auto Number Name', $params, null, $language), 'Old_Opportunity_ID' => Zurmo::t('OpportunityProductsModule', 'Old Auto Number Name', $params, null, $language), 'Old_Opportunity_Products_ID' => Zurmo::t('OpportunityProductsModule', 'Old Opportunity Products ID', $params, null, $language), 'Old_product_Id' => Zurmo::t('OpportunityProductsModule', 'Old Product ID', $params, null, $language), 'opportunity' => Zurmo::t('OpportunityProductsModule', 'Opportunity', $params, null, $language), 'Opportunity_Key' => Zurmo::t('OpportunityProductsModule', 'Opportunity Key', $params, null, $language), 'Other_Cost' => Zurmo::t('OpportunityProductsModule', 'Other Cost', $params, null, $language), 'costbook' => Zurmo::t('OpportunityProductsModule', 'Product', $params, null, $language), 'Product_Code' => Zurmo::t('OpportunityProductsModule', 'Product Code', $params, null, $language), 'Product_Cost_of_Goods_Sold' => Zurmo::t('OpportunityProductsModule', 'Product Cost of Goods Sold', $params, null, $language), 'Quantity' => Zurmo::t('OpportunityProductsModule', 'Quantity', $params, null, $language), 'Sub_Cost' => Zurmo::t('OpportunityProductsModule', 'Sub Cost', $params, null, $language), 'Total_Direct_Cost' => Zurmo::t('OpportunityProductsModule', 'Total Direct Cost', $params, null, $language), 'Total_MHR' => Zurmo::t('OpportunityProductsModule', 'Total MHR', $params, null, $language), 'ServiceDate' => Zurmo::t('OpportunityProductsModule', 'Service Date', $params, null, $language), 'Discount' => Zurmo::t('OpportunityProductsModule', 'Discount', $params, null, $language), 'Description' => Zurmo::t('OpportunityProductsModule', 'Description', $params, null, $language)));
 }
Example #7
0
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('description' => Zurmo::t('ZurmoModule', 'Description', array(), null, $language), 'files' => Zurmo::t('ZurmoModule', 'Files', array(), null, $language)));
 }
 protected static function translatedAttributeLabels($language)
 {
     $params = LabelUtil::getTranslationParamsForAllModules();
     return array_merge(parent::translatedAttributeLabels($language), array('account' => Zurmo::t('AccountsModule', 'AccountsModuleSingularLabel', $params, null, $language), 'contact' => Zurmo::t('ContactsModule', 'ContactsModuleSingularLabel', $params, null, $language), 'role' => Zurmo::t('ZurmoModule', 'Role', null, null, $language), 'primary' => Zurmo::t('AccountContactAffiliationsModule', 'Primary Relationship', null, null, $language)));
 }
Example #9
0
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('folders' => Zurmo::t('EmailMessagesModule', 'Folders', array(), null, $language), 'name' => Zurmo::t('ZurmoModule', 'Name', array(), null, $language), 'users' => Zurmo::t('UsersModule', 'Users', array(), null, $language)));
 }
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('primaryAccount' => Zurmo::t('AccountAccountAffiliationsModule', 'Partner', null, null, $language), 'secondaryAccount' => Zurmo::t('ZurmoModule', 'Customer', null, null, $language)));
 }
 /**
  * @return array
  */
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('fromAddress' => Zurmo::t('EmailMessagesModule', 'From Address', array(), null, $language), 'fromName' => Zurmo::t('EmailMessagesModule', 'From Name', array(), null, $language), 'messages' => Zurmo::t('Core', 'Messages', array(), null, $language), 'name' => Zurmo::t('Core', 'Name', array(), null, $language), 'apiPassword' => Zurmo::t('SendGridModule', 'Api Password', array(), null, $language), 'apiUsername' => Zurmo::t('SendGridModule', 'Api Username', array(), null, $language), 'replyToAddress' => Zurmo::t('EmailMessagesModule', 'Reply To Address', array(), null, $language), 'user' => Zurmo::t('UsersModule', 'User', array(), null, $language)));
 }
Example #12
0
 protected static function translatedAttributeLabels($language)
 {
     $params = LabelUtil::getTranslationParamsForAllModules();
     return array_merge(parent::translatedAttributeLabels($language), array('name' => Zurmo::t('UnitofmeasuresModule', 'Name', $params, null, $language), 'code' => Zurmo::t('UnitofmeasuresModule', 'Code', $params, null, $language)));
 }
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('fromAddress' => Zurmo::t('EmailMessagesModule', 'From Address', array(), null, $language), 'fromName' => Zurmo::t('EmailMessagesModule', 'From Name', array(), null, $language), 'messages' => Zurmo::t('Core', 'Messages', array(), null, $language), 'name' => Zurmo::t('Core', 'Name', array(), null, $language), 'outboundHost' => Zurmo::t('EmailMessagesModule', 'Outbound Host', array(), null, $language), 'outboundPassword' => Zurmo::t('EmailMessagesModule', 'Outbound Password', array(), null, $language), 'outboundPort' => Zurmo::t('EmailMessagesModule', 'Outbound Port', array(), null, $language), 'outboundSecurity' => Zurmo::t('EmailMessagesModule', 'Outbound Security', array(), null, $language), 'outboundType' => Zurmo::t('EmailMessagesModule', 'Outbound Type', array(), null, $language), 'outboundUsername' => Zurmo::t('EmailMessagesModule', 'Outbound Username', array(), null, $language), 'replyToAddress' => Zurmo::t('EmailMessagesModule', 'Reply To Address', array(), null, $language), 'replyToName' => Zurmo::t('EmailMessagesModule', 'Reply To Name', array(), null, $language), 'useCustomOutboundSettings' => Zurmo::t('EmailMessagesModule', 'Use the following outbound settings', array(), null, $language), 'user' => Zurmo::t('UsersModule', 'User', array(), null, $language)));
 }
Example #14
0
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('endDateTime' => Zurmo::t('ZurmoModule', 'End Date Time', array(), null, $language), 'isProcessed' => Zurmo::t('JobsManagerModule', 'Is Processed', array(), null, $language), 'message' => Zurmo::t('JobsManagerModule', 'Message', array(), null, $language), 'startDateTIme' => Zurmo::t('ZurmoModule', 'Start Date Time', array(), null, $language), 'status' => Zurmo::t('ZurmoModule', 'Status', array(), null, $language), 'type' => Zurmo::t('Core', 'Type', array(), null, $language)));
 }
Example #15
0
 protected static function translatedAttributeLabels($language)
 {
     $params = LabelUtil::getTranslationParamsForAllModules();
     return array_merge(parent::translatedAttributeLabels($language), array('name' => Zurmo::t('AnimalsModule', 'Name', $params, null, $language), 'description' => Zurmo::t('AnimalsModule', 'Description', $params, null, $language), 'checkBox' => Zurmo::t('AnimalsModule', 'Check Box', $params, null, $language), 'date' => Zurmo::t('AnimalsModule', 'Date', $params, null, $language), 'dateTime' => Zurmo::t('AnimalsModule', 'Date Time', $params, null, $language), 'decimal' => Zurmo::t('AnimalsModule', 'Decimal', $params, null, $language), 'integer' => Zurmo::t('AnimalsModule', 'Integer', $params, null, $language), 'phone' => Zurmo::t('AnimalsModule', 'Phone', $params, null, $language), 'text' => Zurmo::t('AnimalsModule', 'Text', $params, null, $language), 'textArea' => Zurmo::t('AnimalsModule', 'Text Area', $params, null, $language), 'url' => Zurmo::t('AnimalsModule', 'Url', $params, null, $language), 'type' => Zurmo::t('AnimalsModule', 'Type', $params, null, $language), 'currency' => Zurmo::t('AnimalsModule', 'Name', $params, null, $language), 'pickList' => Zurmo::t('AnimalsModule', 'Pick List', $params, null, $language), 'radioPickList' => Zurmo::t('AnimalsModule', 'Radio Pick List', $params, null, $language)));
 }
Example #16
0
 /**
  * @return array
  */
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('productCategory' => Zurmo::t('ProductTemplatesModule', 'Parent ' . self::getModelLabelByTypeAndLanguage('Singular', $language), array(), null, $language), 'productCategories' => self::getModelLabelByTypeAndLanguage('Plural', $language), 'productCatalogs' => ProductCatalog::getModelLabelByTypeAndLanguage('Plural', $language), 'products' => Zurmo::t('ProductsModule', 'ProductsModulePluralLabel', array(), null, $language), 'productTemplates' => Zurmo::t('ProductTemplatesModule', 'ProductTemplatesModulePluralLabel', array(), null, $language)));
 }
 protected static function translatedAttributeLabels($language)
 {
     $params = LabelUtil::getTranslationParamsForAllModules();
     return array_merge(parent::translatedAttributeLabels($language), array('agreement' => Zurmo::t('AgreementProductsModule', 'Agreement', $params, null, $language), 'Assembly_Product' => Zurmo::t('AgreementProductsModule', 'Assembly Product', $params, null, $language), 'Product' => Zurmo::t('AgreementProductsModule', 'Product', $params, null, $language), 'name' => Zurmo::t('AgreementProductsModule', 'Agreement Products Name', $params, null, $language), 'Assembly_Frequency' => Zurmo::t('AgreementProductsModule', 'Assembly Frequency', $params, null, $language), 'Assembly_Product_Code' => Zurmo::t('AgreementProductsModule', 'Assembly Product Code', $params, null, $language), 'Assembly_Quantity' => Zurmo::t('AgreementProductsModule', 'Assembly Quantity', $params, null, $language), 'Category' => Zurmo::t('AgreementProductsModule', 'Category', $params, null, $language), 'Category_GPM' => Zurmo::t('AgreementProductsModule', 'Category GPM', $params, null, $language), 'Cloned_Product' => Zurmo::t('AgreementProductsModule', 'Cloned Product', $params, null, $language), 'Frequency' => Zurmo::t('AgreementProductsModule', 'Frequency', $params, null, $language), 'minFrequency' => Zurmo::t('AgreementProductsModule', 'MinFrequency', $params, null, $language), 'minQuantity' => Zurmo::t('AgreementProductsModule', 'MinQuantity', $params, null, $language), 'Old_Id' => Zurmo::t('AgreementProductsModule', 'Old Id', $params, null, $language), 'Old_Id_name' => Zurmo::t('AgreementProductsModule', 'Old Id name', $params, null, $language), 'Product_Code' => Zurmo::t('AgreementProductsModule', 'Product Code', $params, null, $language), 'Quantity' => Zurmo::t('AgreementProductsModule', 'Quantity', $params, null, $language), 'Total_MHR' => Zurmo::t('AgreementProductsModule', 'Total MHR', $params, null, $language)));
 }
Example #18
0
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('ownerHasReadLatest' => Zurmo::t('NotificationsModule', 'Owner Has Read Latest', array(), null, $language), 'notificationMessage' => Zurmo::t('NotificationsModule', 'Notification Message', array(), null, $language), 'owner' => Zurmo::t('ZurmoModule', 'Owner', array(), null, $language), 'type' => Zurmo::t('Core', 'Type', array(), null, $language)));
 }
Example #19
0
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('subject' => Zurmo::t('EmailMessagesModule', 'Subject', null, null, $language), 'operationType' => Zurmo::t('Core', 'Triggered By', null, null, $language), 'fromOperationDurationInterval' => Zurmo::t('AutorespondersModule', 'Send After', null, null, $language), 'htmlContent' => Zurmo::t('EmailMessagesModule', 'Html Content', null, null, $language), 'textContent' => Zurmo::t('EmailMessagesModule', 'Text Content', null, null, $language), 'enableTracking' => Zurmo::t('AutorespondersModule', 'Enable Tracking', null, null, $language)));
 }
Example #20
0
 protected static function translatedAttributeLabels($language)
 {
     return array_merge(parent::translatedAttributeLabels($language), array('htmlContent' => Zurmo::t('EmailMessagesModule', 'Html Content', array(), null, $language), 'notifications' => Zurmo::t('NotificationsModule', 'Notifications', array(), null, $language), 'textContent' => Zurmo::t('EmailMessagesModule', 'Text Content', array(), null, $language)));
 }
Example #21
0
 protected static function translatedAttributeLabels($language)
 {
     $params = LabelUtil::getTranslationParamsForAllModules();
     $paramsForAffiliations = $params;
     return array_merge(parent::translatedAttributeLabels($language), array('departmentreference' => Zurmo::t('DepartmentReferencesModule', 'DepartmentReferencesModuleSingularLabel', $params, null, $language), 'assembly_productcode' => Zurmo::t('CostbookModule', 'Assembly Product Code', $params, null, $language), 'productname' => Zurmo::t('CostbookModule', 'Product Name', $params, null, $language), 'licensenumber' => Zurmo::t('CostbookModule', 'License Number', $params, null, $language), 'costperunit' => Zurmo::t('CostbookModule', 'Cost Rate', $params, null, $language), 'laborCost' => Zurmo::t('CostbookModule', 'Labor Cost', $params, null, $language), 'burdenCost' => Zurmo::t('CostbookModule', 'Burden Cost', $params, null, $language), 'description' => Zurmo::t('CostbookModule', 'Description', $params, null, $language), 'active' => Zurmo::t('CostbookModule', 'Active', $params, null, $language), 'assemblydetail' => Zurmo::t('CostbookModule', 'Assembly Detail', $params, null, $language), 'assemblydetailold' => Zurmo::t('CostbookModule', 'Assembly Detail Old', $params, null, $language), 'assemblydetailsearch' => Zurmo::t('CostbookModule', 'Assembly Details', $params, null, $language), 'assemblydetailsearchtext' => Zurmo::t('CostbookModule', 'Assembly Detail Search Text', $params, null, $language), 'category' => Zurmo::t('CostbookModule', 'Category', $params, null, $language), 'assemblycategory' => Zurmo::t('CostbookModule', 'Select Category', $params, null, $language), 'costofgoodssold' => Zurmo::t('CostbookModule', 'Cost of Goods Sold', $params, null, $language), 'costofgoodssoldassembly' => Zurmo::t('CostbookModule', 'Select COGS', $params, null, $language), 'departmentreference' => Zurmo::t('CostbookModule', 'Department Reference', $params, null, $language), 'failurereplacementrate' => Zurmo::t('CostbookModule', 'Failure/Replacement Rate', $params, null, $language), 'finalcost' => Zurmo::t('CostbookModule', 'Final Cost', $params, null, $language), 'newassembly' => Zurmo::t('CostbookModule', 'New Assembly', $params, null, $language), 'oldassemblyid' => Zurmo::t('CostbookModule', 'Old Assembly Id', $params, null, $language), 'oldcostbookid' => Zurmo::t('CostbookModule', 'Old Cost Book Id', $params, null, $language), 'productcode' => Zurmo::t('CostbookModule', 'Product Code', $params, null, $language), 'productkey' => Zurmo::t('CostbookModule', 'Product Key', $params, null, $language), 'productkeysortorder' => Zurmo::t('CostbookModule', 'Product Key Sort Order', $params, null, $language), 'proposaltext' => Zurmo::t('CostbookModule', 'Proposal Text', $params, null, $language), 'scopeofwork' => Zurmo::t('CostbookModule', 'Scope of Work', $params, null, $language), 'selectedassemblydetails' => Zurmo::t('CostbookModule', 'Selected Assembly Details', $params, null, $language), 'sortorder' => Zurmo::t('CostbookModule', 'Sort Order', $params, null, $language), 'unitdirectcost' => Zurmo::t('CostbookModule', 'Unit Direct Cost', $params, null, $language), 'unitofmeasure' => Zurmo::t('CostbookModule', 'Unit of Measure', $params, null, $language)));
 }