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: 2019-06-08 18:20+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 post notices before validating an e-mail address.
  20. #: RequireValidatedEmailPlugin.php:110
  21. msgid "You must validate your email address before posting."
  22. msgstr ""
  23. #. TRANS: Client exception thrown when trying to register without providing an e-mail address.
  24. #: RequireValidatedEmailPlugin.php:130
  25. msgid "You must provide an email address to register."
  26. msgstr ""
  27. #. TRANS: Plugin description.
  28. #: RequireValidatedEmailPlugin.php:229
  29. msgid "Disables posting without a validated email address."
  30. msgstr ""
  31. #: RequireValidatedEmailPlugin.php:248
  32. msgid "You must validate an email address before posting!"
  33. msgstr ""
  34. #. TRANS: Client exception thrown when trying to register while already logged in.
  35. #: actions/confirmfirstemail.php:70
  36. msgid "You are already logged in."
  37. msgstr ""
  38. #. TRANS: Client exception thrown when trying to register with a non-existing confirmation code.
  39. #: actions/confirmfirstemail.php:79
  40. msgid "Confirmation code not found."
  41. msgstr ""
  42. #. TRANS: Client exception thrown when trying to register with a confirmation code that is not connected with a user.
  43. #: actions/confirmfirstemail.php:86
  44. msgid "No user for that confirmation code."
  45. msgstr ""
  46. #. TRANS: Client exception thrown when trying to register with a invalid e-mail address.
  47. #. TRANS: %s is the invalid e-mail address.
  48. #: actions/confirmfirstemail.php:94
  49. #, php-format
  50. msgid "Unrecognized address type %s."
  51. msgstr ""
  52. #. TRANS: Client error for an already confirmed email/jabber/sms address.
  53. #: actions/confirmfirstemail.php:99
  54. msgid "That address has already been confirmed."
  55. msgstr ""
  56. #. TRANS: Client exception thrown when trying to register with too short a password.
  57. #: actions/confirmfirstemail.php:111
  58. msgid "Password too short."
  59. msgstr ""
  60. #. TRANS: Client exception thrown when trying to register without providing the same password twice.
  61. #: actions/confirmfirstemail.php:114
  62. msgid "Passwords do not match."
  63. msgstr ""
  64. #. TRANS: Form instructions. %s is the nickname of the to be registered user.
  65. #: actions/confirmfirstemail.php:169
  66. #, php-format
  67. msgid ""
  68. "You have confirmed the email address for your new user account %s. Use the "
  69. "form below to set your new password."
  70. msgstr ""
  71. #. TRANS: Page title.
  72. #: actions/confirmfirstemail.php:180
  73. msgid "Set a password"
  74. msgstr ""
  75. #. TRANS: Form legend.
  76. #: actions/confirmfirstemail.php:197
  77. msgid "Confirm email address"
  78. msgstr ""
  79. #. TRANS: Field label.
  80. #: actions/confirmfirstemail.php:216
  81. msgid "New password"
  82. msgstr ""
  83. #. TRANS: Field title for password field.
  84. #: actions/confirmfirstemail.php:218
  85. msgid "6 or more characters."
  86. msgstr ""
  87. #. TRANS: Field label for repeat password field.
  88. #: actions/confirmfirstemail.php:222
  89. msgctxt "LABEL"
  90. msgid "Confirm"
  91. msgstr ""
  92. #. TRANS: Field title for repeat password field.
  93. #: actions/confirmfirstemail.php:224
  94. msgid "Same as password above."
  95. msgstr ""
  96. #. TRANS: Button text for completing registration by e-mail.
  97. #: actions/confirmfirstemail.php:232
  98. msgctxt "BUTTON"
  99. msgid "Save"
  100. msgstr ""