messages_en.properties 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. auth.password.mismatches=The password does not match any entrant's password.
  2. auth.user.notfound=The nickname does not seem to be used by any entrant.
  3. refreshtoken.notfound=the currrent RefreshToken is not present in the database.
  4. refreshtoken.expired=the current RefreshToken has expired. Please re-sign in.
  5. participant.created=The new entrant was correctly created.
  6. participant.updated=Entrant informations has been updated.
  7. participant.deleted=This entrant was removed from the list.
  8. categorie.created=The new compo was correctly created.
  9. categorie.updated=The compo informations were updated.
  10. categorie.deleted=This compo was removed.
  11. variable.created=The new environment variable was correctly created.
  12. variable.updated=The variable datas were updated.
  13. variable.deleted=This environment variable was deleted.
  14. production.created=The new production was correctly created.
  15. production.updated=The production informations were updated.
  16. production.file.updated=The production archive was updated.
  17. production.deleted=This production is removed from the list.
  18. production.linked=This production was added to this compo.
  19. production.unlinked=This production was removed from this compo.
  20. production.topped=This production was moved top in this compo list.
  21. production.bottomed=This production was moved bottom in this compo list.
  22. bulletin.created=The vote was registered.
  23. bulletin.deleted=The vote was removed.
  24. account.username.unmatched=The username does not match with the one of the current session.
  25. account.password.old.missing=The old password is missing.
  26. account.password.new.missing=The new password is missing.
  27. account.password.old.failed=The old password is not the one registered in the database.
  28. account.password.changed=The new password was correctly registered in the database.
  29. show.pdf.title=Title
  30. show.pdf.authors=Author(s)
  31. show.pdf.groups=Group(s)
  32. show.pdf.manager=Manager
  33. show.pdf.comments=Comments
  34. show.pdf.private=Private informations
  35. show.pdf.productions=prod(s)
  36. show.file.loaded=The displayable media for this production is uploaded.
  37. show.file.acknowlegded=The displayable media for this production is known and managed externaly.
  38. show.file.cleaned=The displayable media for this production is deleted.
  39. show.file.missing=The displayable media for this production is missing.
  40. show.file.previous=Go to previous page
  41. show.file.next=Go to next page
  42. show.file.open=Open
  43. show.file.by=by
  44. show.file.on=plateform:
  45. show.file.starting=Starting...
  46. show.file.ending=Closed.
  47. chunk.upload.success=Succes uploading chunk {0} of file {1}.
  48. chunk.upload.failed=Failure uploading chunk {0} of file {1}.
  49. chunk.merged.success=Succes uploading file {0}.
  50. chunk.merged.failed=Failure uploading file {0}.