RequireValidatedEmail.pot 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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: 2012-06-30 11:07+0000\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. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. TRANS: Client exception thrown when trying to post notices before validating an e-mail address.
  19. #: RequireValidatedEmailPlugin.php:117
  20. msgid "You must validate your email address before posting."
  21. msgstr ""
  22. #. TRANS: Client exception thrown when trying to register without providing an e-mail address.
  23. #: RequireValidatedEmailPlugin.php:138
  24. msgid "You must provide an email address to register."
  25. msgstr ""
  26. #. TRANS: Plugin description.
  27. #: RequireValidatedEmailPlugin.php:237
  28. msgid "Disables posting without a validated email address."
  29. msgstr ""
  30. #. TRANS: Client exception thrown when trying to register while already logged in.
  31. #: confirmfirstemail.php:68
  32. msgid "You are already logged in."
  33. msgstr ""
  34. #. TRANS: Client exception thrown when trying to register with a non-existing confirmation code.
  35. #: confirmfirstemail.php:77
  36. msgid "Confirmation code not found."
  37. msgstr ""
  38. #. TRANS: Client exception thrown when trying to register with a confirmation code that is not connected with a user.
  39. #: confirmfirstemail.php:85
  40. msgid "No user for that confirmation code."
  41. msgstr ""
  42. #. TRANS: Client exception thrown when trying to register with a invalid e-mail address.
  43. #. TRANS: %s is the invalid e-mail address.
  44. #: confirmfirstemail.php:93
  45. #, php-format
  46. msgid "Unrecognized address type %s."
  47. msgstr ""
  48. #. TRANS: Client error for an already confirmed email/jabber/sms address.
  49. #: confirmfirstemail.php:98
  50. msgid "That address has already been confirmed."
  51. msgstr ""
  52. #. TRANS: Client exception thrown when trying to register with too short a password.
  53. #: confirmfirstemail.php:110
  54. msgid "Password too short."
  55. msgstr ""
  56. #. TRANS: Client exception thrown when trying to register without providing the same password twice.
  57. #: confirmfirstemail.php:114
  58. msgid "Passwords do not match."
  59. msgstr ""
  60. #. TRANS: Form instructions. %s is the nickname of the to be registered user.
  61. #: confirmfirstemail.php:170
  62. #, php-format
  63. msgid ""
  64. "You have confirmed the email address for your new user account %s. Use the "
  65. "form below to set your new password."
  66. msgstr ""
  67. #. TRANS: Page title.
  68. #: confirmfirstemail.php:181
  69. msgid "Set a password"
  70. msgstr ""
  71. #. TRANS: Form legend.
  72. #: confirmfirstemail.php:198
  73. msgid "Confirm email address"
  74. msgstr ""
  75. #. TRANS: Field label.
  76. #: confirmfirstemail.php:217
  77. msgid "New password"
  78. msgstr ""
  79. #. TRANS: Field title for password field.
  80. #: confirmfirstemail.php:219
  81. msgid "6 or more characters."
  82. msgstr ""
  83. #. TRANS: Field label for repeat password field.
  84. #: confirmfirstemail.php:223
  85. msgctxt "LABEL"
  86. msgid "Confirm"
  87. msgstr ""
  88. #. TRANS: Field title for repeat password field.
  89. #: confirmfirstemail.php:225
  90. msgid "Same as password above."
  91. msgstr ""
  92. #. TRANS: Button text for completing registration by e-mail.
  93. #: confirmfirstemail.php:233
  94. msgctxt "BUTTON"
  95. msgid "Save"
  96. msgstr ""