- Le report après la création d'une conf est fini (presque en fait ;) )
- Correction de bug (suppression de getServletContext pour des request.getSession())
This commit is contained in:
@@ -27,10 +27,10 @@ conference.detail.description=Description
|
||||
conference.detail.other=Others informations
|
||||
conference.detail.nosuppl=No supplementary informations.
|
||||
conference.detail.date.title=Important dates
|
||||
conference.detail.date.start=Conference start :
|
||||
conference.detail.date.end=Conference end :
|
||||
conference.detail.date.article=Limit for submission of articles :
|
||||
conference.detail.date.evaluation=Limit for evaluation of articles :
|
||||
conference.detail.date.start=Conference start:
|
||||
conference.detail.date.end=Conference end:
|
||||
conference.detail.date.article=Limit for submission of articles:
|
||||
conference.detail.date.evaluation=Limit for evaluation of articles:
|
||||
conference.detail.link.submit=Submit an article
|
||||
|
||||
###################
|
||||
@@ -113,7 +113,7 @@ form.register.error.lastNameEmpty=Last name is required
|
||||
form.register.error.passwordEmpty=The password can't be empty
|
||||
form.register.error.alreadyExists=A user with this login already exists. Please check you haven't already registered or change your login.
|
||||
form.link.back=Back
|
||||
form.label.newaccount=You want to post an article and participate to one conference? Create your account !
|
||||
form.label.newaccount=You want to post an article and participate to one conference? Create your account!
|
||||
form.label.message=If you already have an account you can connect using the
|
||||
form.label.linkPage=opening session page
|
||||
form.field.account=Your account
|
||||
@@ -128,7 +128,7 @@ form.edit.txt=Access and edit all your personal informations.
|
||||
# FORGOT USER
|
||||
form.forgotPassword.error.emailInvalid=This email is invalid
|
||||
form.forgotPassword.error.unknownEmail=This email is not registered in our system
|
||||
form.forgotPassword.email=E-Mail address for your account :
|
||||
form.forgotPassword.email=E-Mail address for your account:
|
||||
form.forgotPassword.submit=Request new password
|
||||
form.forgotPassword.help=Please enter the email address you used for your YACOS account.\nA new password will be generated and sent into your mailbox.
|
||||
forgotPassword.title=Reset your password
|
||||
@@ -140,7 +140,7 @@ message.error.noconferenceforthisid=This conference doesn't exist. Please try ag
|
||||
message.error.noconferenceid=No conference selected
|
||||
message.error.conferenceerror=Error. Please try again.<br/>Sorry for the inconvenience.
|
||||
message.error.page404.title=Page not found
|
||||
message.error.page404.content=Sorry, the page where you looking for could not be found.
|
||||
message.error.page404.content=Sorry, the page you where looking for could not be found.
|
||||
message.error.page403.title=Access denied
|
||||
message.error.page403.content=Sorry, you can't access this page.
|
||||
|
||||
@@ -210,7 +210,7 @@ conference.linkMenu.title=Adding Conference
|
||||
conference.linkMenu.choose=Select a conference
|
||||
conference.linkMenu.change=Change conference
|
||||
noCurrentConferenceText=No conference selected
|
||||
currentConferenceText=You have selected :
|
||||
currentConferenceText=You have selected:
|
||||
|
||||
conference.errors.dateStartNonValid=This date is not valid
|
||||
conference.errors.dateStartSuperiorEnd=The start date must be earlier than the end date
|
||||
@@ -221,8 +221,8 @@ conference.errors.pageNumberNotValid=It should be a number
|
||||
|
||||
conference2.title=Calendar
|
||||
conference2.date=Conference's date
|
||||
conference2.start=Begins on :
|
||||
conference2.end=Ends on :
|
||||
conference2.start=Begins on:
|
||||
conference2.end=Ends on:
|
||||
conference2.abstract=Abstract deadline
|
||||
conference2.article=Submission deadline
|
||||
conference2.evaluation=Evaluation deadline
|
||||
|
||||
Reference in New Issue
Block a user