messages_en.properties 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. categorie.poll.opened=This compo is now opened for polling.
  12. categories.poll.closed=All compos polls have been closed.
  13. categories.poll.displayed=All compos resultats are now available for entrants.
  14. variable.created=The new environment variable was correctly created.
  15. variable.updated=The variable datas were updated.
  16. variable.deleted=This environment variable was deleted.
  17. production.created=The new production was correctly created.
  18. production.updated=The production informations were updated.
  19. production.file.updated=The production archive was updated.
  20. production.deleted=This production is removed from the list.
  21. production.indelible=This production is indelible (people has voted for it).
  22. production.linked=This production was added to this compo.
  23. production.unlinked=This production was removed from this compo.
  24. production.topped=This production was moved top in this compo list.
  25. production.bottomed=This production was moved bottom in this compo list.
  26. bulletin.created=The vote was registered.
  27. bulletin.deleted=The vote was removed.
  28. account.username.unmatched=The username does not match with the one of the current session.
  29. account.password.old.missing=The old password is missing.
  30. account.password.new.missing=The new password is missing.
  31. account.password.old.failed=The old password is not the one registered in the database.
  32. account.password.changed=The new password was correctly registered in the database.
  33. show.pdf.title=Title
  34. show.pdf.authors=Author(s)
  35. show.pdf.groups=Group(s)
  36. show.pdf.plateform=Plateform
  37. show.pdf.manager=Manager
  38. show.pdf.comments=Comments
  39. show.pdf.private=Private informations
  40. show.pdf.productions=prod(s)
  41. show.pdf.position=Position
  42. show.pdf.number.points=Points number
  43. show.pdf.number.firsts=Firsts positions count
  44. show.pdf.votes=vote(s)
  45. show.file.loaded=The displayable media for this production is uploaded.
  46. show.file.acknowlegded=The displayable media for this production is known and managed externaly.
  47. show.file.cleaned=The displayable media for this production is deleted.
  48. show.file.missing=The displayable media for this production is missing.
  49. show.file.previous=Go to previous page
  50. show.file.next=Go to next page
  51. show.file.open=Open
  52. show.file.by=by
  53. show.file.on=plateform:
  54. show.file.starting=Starting...
  55. show.file.ending=Closed.
  56. show.file.results=Results:
  57. show.file.reveal=Reveal production at position
  58. chunk.upload.success=Succes uploading chunk {0} of file {1}.
  59. chunk.upload.failed=Failure uploading chunk {0} of file {1}.
  60. chunk.merged.success=Succes uploading file {0}.
  61. chunk.merged.failed=Failure uploading file {0}.
  62. chunk.count.failed=Count error on {0} file parts (expected: {1}, seen: {2}).
  63. chunk.checksum.failed=Failure checking with MD5 hashing on {0} file (expected: {1}, computed: {2}).
  64. vote.chosen=This production was chosen.
  65. vote.discarded=This production was discarded.
  66. vote.topped=This production was topped in your choices.
  67. vote.bottomed=This production was bottomed in your choices.
  68. vote.validated=Choices are validated/locked for this compo.