strings.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <messages>
  3. <message id="Wt.Auth.login-form-info">
  4. Hangman keeps track of the best players, and since that could be
  5. you, you might want to register. <br/>
  6. If you would rather not register for some reason, use the
  7. <b>guest/guest</b> account.
  8. </message>
  9. <message id="highscore.info">
  10. <p>
  11. For each game won, you gain 20 points, minus one point for each
  12. wrong letter guess. <br />
  13. For each game lost, you loose 10 points, so you better try hard
  14. to guess the word!
  15. </p>
  16. </message>
  17. <message id="hangman.readyToPlay">
  18. <h2>Ready to play ?</h2>
  19. </message>
  20. <message id="hangman.dutchWords">
  21. Dutch words ({1} words)
  22. </message>
  23. <message id="hangman.englishWords">
  24. English words ({1} words)
  25. </message>
  26. <message id="hangman.newGame">New game</message>
  27. <message id="hangman.guessTheWord">
  28. <h2>Guess the word, {1}!</h2>
  29. </message>
  30. <message id="hangman.youHang">
  31. You hang... <br />The correct answer was: {1}
  32. </message>
  33. <message id="hangman.youWin">
  34. You win!
  35. </message>
  36. <!-- Emails -->
  37. <message id="Wt.Auth.confirmmail.subject">Email confirmation</message>
  38. <message id="Wt.Auth.confirmmail.body">
  39. Hello {1},
  40. Thank you for joining the Wt hangman example!
  41. Please click here to confirm your registration or copy and paste the
  42. following URL into your browser: (Note: be sure to copy the entire
  43. URL, including any part of it which goes onto a second line.)
  44. {3}
  45. Good luck in the game!
  46. The Wt team.
  47. </message>
  48. <message id="Wt.Auth.confirmmail.htmlbody">
  49. <h3>Hello {1},</h3>
  50. <p>Thank you for joining the Wt hangman example!</p>
  51. <p>Please <a href="{3}">click here to confirm</a> your
  52. registration or copy and paste the following URL into your
  53. browser: <i>(Note: be sure to copy the entire URL, including any
  54. part of it which goes onto a second line.)</i></p>
  55. <b>{3}</b>
  56. <p>Good luck in the game!</p>
  57. <p>The Wt team.</p>
  58. </message>
  59. <message id="Wt.Auth.lostpasswordmail.subject">Lost password instructions</message>
  60. <message id="Wt.Auth.lostpasswordmail.body">
  61. Hello {1},
  62. This mail has been sent to you, because someone (presumably you?)
  63. indicated that he wishes to choose a new password, because the current
  64. password escapes his mind.
  65. If you requested this, then choose a new password by clicking on the
  66. following link or copying the URL into your browser. If you didn't
  67. request this, you can safely ignore and discard this email.
  68. Please copy and paste the following URL into your browser: (Note: be
  69. sure to copy the entire URL, including any part of it which goes onto
  70. a second line.)
  71. {3}
  72. Your truly,
  73. The Wt team.
  74. </message>
  75. <message id="Wt.Auth.lostpasswordmail.htmlbody">
  76. <h3>Hello {1},</h3>
  77. <p>This mail has been sent to you, because someone (presumably
  78. you?) indicated that he wishes to choose a new password, because
  79. the current password escapes his mind.</p>
  80. <p>If you requested this, then choose a new password by clicking
  81. on the following link or copying the URL into your browser. If you
  82. didn't request this, you can safely ignore and discard this
  83. email.</p>
  84. <p>Please <a href="{3}">click here to choose a new password</a> or
  85. copy and paste the following URL into your browser: <i>(Note: be
  86. sure to copy the entire URL, including any part of it which goes
  87. onto a second line.)</i></p>
  88. <b>{3}</b>
  89. <p>Yours truly,</p>
  90. <p>The Wt team.</p>
  91. </message>
  92. </messages>