diff --git a/YACOSWeb/WebContent/WEB-INF/classes/config.properties b/YACOSWeb/WebContent/WEB-INF/classes/config.properties
index 103935b..8db4f3c 100644
--- a/YACOSWeb/WebContent/WEB-INF/classes/config.properties
+++ b/YACOSWeb/WebContent/WEB-INF/classes/config.properties
@@ -1,3 +1,7 @@
download.dir.path=../server/default/data/uploadedFiles/
mailService.fromEmailAddress=system@yacos.dreamhosters.com
-mailService.replyToEmailAddress=no-reply@yacos.dreamhosters.com
\ No newline at end of file
+mailService.replyToEmailAddress=no-reply@yacos.dreamhosters.com
+mailService.host=smtp.univ-lille1.fr
+mailService.username=
+mailService.password=
+mailService.port=25
\ No newline at end of file
diff --git a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties
index 48013b0..cfd1e1a 100644
--- a/YACOSWeb/WebContent/WEB-INF/classes/messages.properties
+++ b/YACOSWeb/WebContent/WEB-INF/classes/messages.properties
@@ -17,12 +17,13 @@ home.author.txt=Simple ! With Yacos you can take a look on all open conferences
home.referee=I am a program committee member. How Yacos can help me ?
home.referee.txt=If you are the chairman, a PC member or simply a referee, thanks to yacos you can follow articles posted by authors.
As chairman, you can dispatch articles to your members for review and rating, manage your conference, the deadlines...
As the PC member or referee, you can review an article, post your comments and rate it, express your preference toward the submitted articles,...
home.youknow=So now you know...
-home.link.choose=Choose one conference
+home.link.choose=Browse the conferences
+home.link.register=Create an account
home.link.userBoard=Go to your dashboard
connected.noconference.title=No conference selected
connected.noconference.warning=You must choose a conference to access all your features :
-connected.noconference.warning=Or you can see a recap of your current involvement in the conferences available in the system :
+connected.noconference.warning.userBoard=Or you can see a recap of your current involvement in the conferences available in the system :
article.post.noconference=You must choose a conference before post or edit an article.
conference.detail.description=Description
@@ -67,6 +68,9 @@ menu.general.title=Main
menu.general.userBoard=User Board
menu.general.confInfo=Conference's informations
+menu.admin.title=Administrator
+menu.admin.manageUsers=Manage users
+
menu.chairman.title=Chairman
menu.chairman.conference.create=Create new conference
menu.chairman.conference.modify=Modify this conference
@@ -129,8 +133,8 @@ form.label.linkPage=opening session page
form.field.account=Your account
form.field.personal=Personal details
form.field.necessary=* Required informations
-message.account.validate=Account created successfully. You can now connect at this.
-message.account.maj=Your account was indeed updated.
+message.account.validate=Account created successfully. You can now use the system.
+message.account.maj=Your account was successfully updated.
form.edit.title=Edit your account
form.edit.txt=Access and edit all your personal informations.
@@ -250,10 +254,10 @@ conference.error.noTokenLeft=You have no conference creation token left !\nPleas
evaluation.title=You are evaluating
-evaluation.commentPCMember=Comment of PC Member
-evaluation.commentAuthor=Comment of author
+evaluation.commentPCMember=Comment for PC Member
+evaluation.commentAuthor=Comment for author
evaluation.headPage=Report of the evaluation
-evaluation.titleArticle=The title of article is
+evaluation.titleArticle=The title of this article is
evaluation.note=The note for the criterion
evaluation.thisArticle=evaluate this article
evaluation.choose=Choose an article to evaluate
@@ -265,7 +269,7 @@ invitation.send=Send an invitation
ConflictList.list1=Members of the conference
ConflictList.list2=ConflictList of the article
ConflictList.choose=manage the conflict list of the conference's articles
-ConflictList.help=Click to an article to edit the conclict list
+ConflictList.help=Click to an article to edit the conflict list
#DispatchMembers
members.list1=Members of the conference
@@ -277,7 +281,7 @@ disptachArticle.help=Click to an article to dispatch the members
#DelegateArticles
delegateArticles.choose=delegate the articles between to the referees
delegateArticles.list1= referees of the conference
-delegateArticles.list2= referees aassociate to the article
+delegateArticles.list2= referees associated to this article
delegateArticles.help=Click to an article to delegate it to the referees
#valider les articles
diff --git a/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp b/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp
index 2e7e55f..20392a3 100644
--- a/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp
+++ b/YACOSWeb/WebContent/WEB-INF/decorators/usermenu.jsp
@@ -8,11 +8,6 @@