diff --git a/chat/src/main/resources/rtgre/chat/i18nBundle.properties b/chat/src/main/resources/rtgre/chat/i18nBundle.properties index 043fc61..b7fabdc 100644 --- a/chat/src/main/resources/rtgre/chat/i18nBundle.properties +++ b/chat/src/main/resources/rtgre/chat/i18nBundle.properties @@ -26,4 +26,6 @@ systemHelloRoom=Welcome in room messageEdit=Edit message... contextEdit=Edit contextCancel=Cancel -contextRemove=Delete \ No newline at end of file +contextRemove=Delete +welcomeText=Welcome in Emi BOUCLY's chat application +welcomeTitle=About \ No newline at end of file diff --git a/chat/src/main/resources/rtgre/chat/i18nBundle_fr_FR.properties b/chat/src/main/resources/rtgre/chat/i18nBundle_fr_FR.properties index 38ca095..3725e21 100644 --- a/chat/src/main/resources/rtgre/chat/i18nBundle_fr_FR.properties +++ b/chat/src/main/resources/rtgre/chat/i18nBundle_fr_FR.properties @@ -26,4 +26,6 @@ systemHelloRoom=Bienvenue dans le salon messageEdit=Editer un message... contextEdit=Editer contextCancel=Annuler -contextRemove=Supprimer \ No newline at end of file +contextRemove=Supprimer +welcomeText=Bienveue sur l'application de chat d'Emi BOUCLY +welcomeTitle=À propos \ No newline at end of file