View Javadoc
1   package org.argeo.people.ui;
2   
3   import org.argeo.cms.Localized;
4   
5   public enum PeopleMsg implements Localized {
6   	// NewPersonWizard
7   	firstName, lastName, salutation, email, personWizardWindowTitle, personWizardPageTitle,
8   	// NewOrgWizard
9   	orgWizardWindowTitle, orgWizardPageTitle, legalName, legalForm, vatId,
10  	// ContextAddressComposite
11  	chooseAnOrganisation, street, streetComplement, zipCode, city, state, country, geopoint,
12  	// FilteredOrderableEntityTable
13  	filterHelp,
14  	// BankAccountComposite
15  	accountHolder, bankName, currency, accountNumber, bankNumber, BIC, IBAN,
16  	// EditJobDialog
17  	position, chosenItem, department, isPrimary, searchAndChooseEntity,
18  	// ContactListCTab (e4)
19  	notes, addAContact, contactValue, linkedCompany,
20  	// OrgAdminInfoCTab (e4)
21  	paymentAccount,
22  	// OrgEditor (e4)
23  	orgDetails, orgActivityLog, team, orgAdmin,
24  	// PersonEditor (e4)
25  	personDetails, personActivityLog, personOrgs, personSecurity,
26  	// PersonSecurityCTab (e4)
27  	resetPassword,
28  	// Generic
29  	label, aCustomLabel, description, value, name, primary, add, save, pickup,
30  	// Tag
31  	confirmNewTag, cannotCreateTag;
32  }