Improve people wizards
[gpl/argeo-suite.git] / swt / org.argeo.app.ui / src / org / argeo / app / ui / SuiteMsg.java
index 1162144fce7a66e4dd130ae3c271592a6100ee87..305d242e39610c35722d9e6cbb461e2b87b11bb4 100644 (file)
@@ -4,11 +4,16 @@ import org.argeo.cms.Localized;
 
 /** Localized messages. */
 public enum SuiteMsg implements Localized {
+       // Entities
+       user, org, person,
+       // UI parts
        dashboard, people, documents, locations, recentItems,
        // NewPersonWizard
        firstName, lastName, salutation, email, personWizardWindowTitle, personWizardPageTitle,
        // NewOrgWizard
        orgWizardWindowTitle, orgWizardPageTitle, legalName, legalForm, vatId,
+       // Roles
+       userAdminRole, groupAdminRole, publisherRole, coworkerRole,
        // ContextAddressComposite
        chooseAnOrganisation, street, streetComplement, zipCode, city, state, country, geopoint,
        // FilteredOrderableEntityTable
@@ -31,7 +36,7 @@ public enum SuiteMsg implements Localized {
        label, aCustomLabel, description, value, name, primary, add, save, pickup,
        // Tag
        confirmNewTag, cannotCreateTag,
-       // Feddback messages
+       // Feedback messages
        allFieldsMustBeSet,
        //
        ;