Factorise People UI
[gpl/argeo-suite.git] / swt / org.argeo.app.ui / src / org / argeo / app / ui / SuiteMsg.java
index 1162144fce7a66e4dd130ae3c271592a6100ee87..84ba5f06ae5a49f3d3f684f2d70f50c2d7d1954b 100644 (file)
@@ -4,11 +4,16 @@ import org.argeo.cms.Localized;
 
 /** Localized messages. */
 public enum SuiteMsg implements Localized {
+       // Entities
+       user, org, person, group,
+       // 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,
        //
        ;