La liste d'utilisateurs n'est pas rendue car vous ne possédez pas les droits d'accès nécessaires pour afficher les profils utilisateur.

Arborescence des pages

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Migrated to Confluence 4.0

All the strings of the application are externalized, and customizable.

They are defined in two bundles:

  • /properties/i18n/bundles/Commons_xx.properties
  • /properties/i18n/bundles/Messages_xx.properties

It is possible to override all the string definitions in the special bundle /properties/i18n/bundles/CustomMessages_xx.properties.

For instance, to change the English title of the welcome page, set like this in /properties/i18n/bundles/Messages_en.properties:

Bloc de code
WELCOME.TITLE = Welcome

Edit the bundle /properties/i18n/bundles/Custom_en.properties:

Bloc de code
WELCOME.TITLE = Welcome to my helpdesk!
Astuce

The custom bundles are automatically recovered when upgrading (see Recovering previous configuration and customizations when upgrading).