Skip to content

Commit

Permalink
inception-project#4068 - Ability to change interface language (i18n)
Browse files Browse the repository at this point in the history
 - ManageUsersPageMenuItem label value in WicketApplicationBase.properties file
  • Loading branch information
awachatilf committed Jun 19, 2023
1 parent fbf55e7 commit fe8e169
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ document.name.error.control-characters=Document name cannot contain any control
document.name.error.whitespace=Document name start or end with whitespace.
document.name.error.illegal=Document name contains illegal characters. It must not contain any of the following characters [${detail}].
document.name.error.illegal-prefix=Document name cannot start with any of these characters: ${chars}.
#manageusers.page.menuitem.label=Users
manageusers.page.menuitem.label=Users
#projectworkload.menuitem.label=Workload
#curation.page.menuitem.label=Curation
#matrixworloadmanagement.page.menuitem.label=Monitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ document.name.error.control-characters=Le nom du document ne peut pas contenir d
document.name.error.whitespace=Le nom du document commence ou se termine par un espace.
document.name.error.illegal=Le nom du document contient des caractères illégaux. Il ne doit contenir aucun des caractères suivants [${detail}].
document.name.error.illegal-prefix=Le nom du document ne peut pas commencer par l'un de ces caractères: ${chars}.
#manageusers.page.menuitem.label=Utilisateurs
manageusers.page.menuitem.label=Utilisateurs
#projectworkload.menuitem.label=Charge de travail
#curation.page.menuitem.label=Curation
#matrixworloadmanagement.page.menuitem.label=Contrôle
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit fe8e169

Please sign in to comment.