RequireValidatedEmail.pot 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2020-08-04 01:05+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "Language: \n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=CHARSET\n"
  18. "Content-Transfer-Encoding: 8bit\n"
  19. #. TRANS: Client exception thrown when trying to register while already logged in.
  20. #: actions/confirmfirstemail.php:70
  21. msgid "You are already logged in."
  22. msgstr ""
  23. #. TRANS: Client exception thrown when trying to register with a non-existing confirmation code.
  24. #: actions/confirmfirstemail.php:79
  25. msgid "Confirmation code not found."
  26. msgstr ""
  27. #. TRANS: Client exception thrown when trying to register with a confirmation code that is not connected with a user.
  28. #: actions/confirmfirstemail.php:86
  29. msgid "No user for that confirmation code."
  30. msgstr ""
  31. #. TRANS: Client exception thrown when trying to register with a invalid e-mail address.
  32. #. TRANS: %s is the invalid e-mail address.
  33. #: actions/confirmfirstemail.php:94
  34. #, php-format
  35. msgid "Unrecognized address type %s."
  36. msgstr ""
  37. #. TRANS: Client error for an already confirmed email/jabber/sms address.
  38. #: actions/confirmfirstemail.php:99
  39. msgid "That address has already been confirmed."
  40. msgstr ""
  41. #. TRANS: Client exception thrown when trying to register with too short a password.
  42. #: actions/confirmfirstemail.php:111
  43. msgid "Password too short."
  44. msgstr ""
  45. #. TRANS: Client exception thrown when trying to register without providing the same password twice.
  46. #: actions/confirmfirstemail.php:114
  47. msgid "Passwords do not match."
  48. msgstr ""
  49. #. TRANS: Form instructions. %s is the nickname of the to be registered user.
  50. #: actions/confirmfirstemail.php:169
  51. #, php-format
  52. msgid ""
  53. "You have confirmed the email address for your new user account %s. Use the "
  54. "form below to set your new password."
  55. msgstr ""
  56. #. TRANS: Page title.
  57. #: actions/confirmfirstemail.php:180
  58. msgid "Set a password"
  59. msgstr ""
  60. #. TRANS: Form legend.
  61. #: actions/confirmfirstemail.php:197
  62. msgid "Confirm email address"
  63. msgstr ""
  64. #. TRANS: Field label.
  65. #: actions/confirmfirstemail.php:216
  66. msgid "New password"
  67. msgstr ""
  68. #. TRANS: Field title for password field.
  69. #: actions/confirmfirstemail.php:218
  70. msgid "6 or more characters."
  71. msgstr ""
  72. #. TRANS: Field label for repeat password field.
  73. #: actions/confirmfirstemail.php:222
  74. msgctxt "LABEL"
  75. msgid "Confirm"
  76. msgstr ""
  77. #. TRANS: Field title for repeat password field.
  78. #: actions/confirmfirstemail.php:224
  79. msgid "Same as password above."
  80. msgstr ""
  81. #. TRANS: Button text for completing registration by e-mail.
  82. #: actions/confirmfirstemail.php:232
  83. msgctxt "BUTTON"
  84. msgid "Save"
  85. msgstr ""
  86. #. TRANS: Client exception thrown when trying to post notices before validating an e-mail address.
  87. #: RequireValidatedEmailPlugin.php:100
  88. msgid "You must validate your email address before posting."
  89. msgstr ""
  90. #. TRANS: Client exception thrown when trying to register without providing an e-mail address.
  91. #: RequireValidatedEmailPlugin.php:120
  92. msgid "You must provide an email address to register."
  93. msgstr ""
  94. #. TRANS: Plugin description.
  95. #: RequireValidatedEmailPlugin.php:221
  96. msgid "Disables posting without a validated email address."
  97. msgstr ""
  98. #: RequireValidatedEmailPlugin.php:240
  99. msgid "You must validate an email address before posting!"
  100. msgstr ""