]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.app.core/src/org/argeo/app/ux/SuiteMsg.java
Releasing
[gpl/argeo-suite.git] / org.argeo.app.core / src / org / argeo / app / ux / SuiteMsg.java
1 package org.argeo.app.ux;
2
3 import org.argeo.cms.Localized;
4
5 /** Localized messages. */
6 public enum SuiteMsg implements Localized {
7 // Entities
8 user, org, person, group,
9 // UI parts
10 dashboard, people, documents, locations, recentItems,
11 // NewPersonWizard
12 firstName, lastName, salutation, email, personWizardWindowTitle, personWizardPageTitle, personWizardFeedback,
13 // NewOrgWizard
14 orgWizardWindowTitle, orgWizardPageTitle, orgWizardFeedback, legalName, legalForm, vatId,
15 // Roles
16 userAdminRole, groupAdminRole, publisherRole, coworkerRole,
17 // Group
18 chooseAMember,
19 // ContextAddressComposite
20 chooseAnOrganisation, street, streetComplement, zipCode, city, state, country, geopoint,
21 // FilteredOrderableEntityTable
22 filterHelp,
23 // BankAccountComposite
24 accountHolder, bankName, currency, accountNumber, bankNumber, BIC, IBAN,
25 // EditJobDialog
26 position, chosenItem, department, isPrimary, searchAndChooseEntity,
27 // ContactListCTab (e4)
28 notes, addAContact, contactValue, linkedCompany,
29 // OrgAdminInfoCTab (e4)
30 paymentAccount,
31 // OrgEditor (e4)
32 orgDetails, orgActivityLog, team, orgAdmin,
33 // PersonEditor (e4)
34 personDetails, personActivityLog, personOrgs, personSecurity,
35 // PersonSecurityCTab (e4)
36 resetPassword,
37 // Generic
38 label, aCustomLabel, description, value, name, primary, add, save, pickup,
39 // Tag
40 confirmNewTag, cannotCreateTag,
41 // Feedback messages
42 allFieldsMustBeSet,
43 //
44 ;
45 }