EmailRegistration.pot 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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: 2021-07-18 12:38+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 trown when registration by e-mail is not allowed.
  20. #: actions/emailregister.php:84
  21. msgid "Registration not allowed."
  22. msgstr ""
  23. #. TRANS: Client exception trown when trying to register without an invitation.
  24. #: actions/emailregister.php:96 actions/emailregister.php:139
  25. msgid "Sorry, only invited people can register."
  26. msgstr ""
  27. #. TRANS: Client exception thrown when no confirmation code was provided.
  28. #: actions/emailregister.php:107
  29. msgid "No confirmation code."
  30. msgstr ""
  31. #. TRANS: Client exception trown when using an invitation multiple times.
  32. #: actions/emailregister.php:115 actions/emailregister.php:147
  33. msgid "Invitation already used."
  34. msgstr ""
  35. #. TRANS: Client exception thrown when given confirmation code was not issued.
  36. #: actions/emailregister.php:123 actions/emailregister.php:156
  37. msgid "No such confirmation code."
  38. msgstr ""
  39. #. TRANS: Title for registration page.
  40. #: actions/emailregister.php:171
  41. msgctxt "TITLE"
  42. msgid "Register"
  43. msgstr ""
  44. #. TRANS: Title for page where to register with a confirmation code.
  45. #: actions/emailregister.php:177
  46. msgctxt "TITLE"
  47. msgid "Complete registration"
  48. msgstr ""
  49. #. TRANS: Confirmation text after initial registration.
  50. #. TRANS: %s an e-mail address.
  51. #: actions/emailregister.php:236
  52. #, php-format
  53. msgid ""
  54. "An email was sent to %s to confirm that address. Check your email inbox for "
  55. "instructions."
  56. msgstr ""
  57. #. TRANS: Client exception trown when trying to set password with an invalid confirmation code.
  58. #: actions/emailregister.php:275
  59. msgid "No confirmation thing."
  60. msgstr ""
  61. #. TRANS: Error text when trying to register without agreeing to the terms.
  62. #: actions/emailregister.php:280
  63. msgid "You must accept the terms of service and privacy policy to register."
  64. msgstr ""
  65. #. TRANS: Error text when trying to register without a password.
  66. #: actions/emailregister.php:283
  67. msgid "You must set a password"
  68. msgstr ""
  69. #. TRANS: Error text when trying to register with too short a password.
  70. #: actions/emailregister.php:286
  71. msgid "Password must be 6 or more characters."
  72. msgstr ""
  73. #. TRANS: Error text when trying to register without providing the same password twice.
  74. #: actions/emailregister.php:289
  75. msgid "Passwords do not match."
  76. msgstr ""
  77. #. TRANS: Exception trown when using an invitation multiple times.
  78. #: actions/emailregister.php:317
  79. msgid "Failed to register user."
  80. msgstr ""
  81. #. TRANS: Subject for confirmation e-mail.
  82. #. TRANS: %s is the StatusNet sitename.
  83. #: actions/emailregister.php:355
  84. #, php-format
  85. msgid "Confirm your registration on %s"
  86. msgstr ""
  87. #. TRANS: Body for confirmation e-mail.
  88. #. TRANS: %1$s is the StatusNet sitename, %2$s is the confirmation URL.
  89. #: actions/emailregister.php:361
  90. #, php-format
  91. msgid ""
  92. "Someone (probably you) has requested an account on %1$s using this email "
  93. "address.\n"
  94. "To confirm the address, click the following URL or copy it into the address "
  95. "bar of your browser.\n"
  96. "%2$s\n"
  97. "If it was not you, you can safely ignore this message."
  98. msgstr ""
  99. #. TRANS: Form instructions.
  100. #: forms/emailregistration.php:61
  101. msgid "Enter your email address to register for an account."
  102. msgstr ""
  103. #. TRANS: Field label on form for registering an account.
  104. #: forms/emailregistration.php:69
  105. msgctxt "LABEL"
  106. msgid "E-mail address"
  107. msgstr ""
  108. #. TRANS: Button text for registering an account.
  109. #. TRANS: Button text for action to register.
  110. #: forms/emailregistration.php:93 forms/confirmregistration.php:164
  111. msgctxt "BUTTON"
  112. msgid "Register"
  113. msgstr ""
  114. #. TRANS: Form instructions.
  115. #: forms/confirmregistration.php:67
  116. msgid "Enter a password to confirm your new account."
  117. msgstr ""
  118. #. TRANS: Field label in e-mail registration form.
  119. #: forms/confirmregistration.php:80
  120. msgctxt "LABEL"
  121. msgid "User name"
  122. msgstr ""
  123. #. TRANS: Field label.
  124. #: forms/confirmregistration.php:92
  125. msgid "Email address"
  126. msgstr ""
  127. #. TRANS: Field label on account registration page.
  128. #: forms/confirmregistration.php:104
  129. msgid "Password"
  130. msgstr ""
  131. #. TRANS: Field title on account registration page.
  132. #: forms/confirmregistration.php:106
  133. msgid "6 or more characters."
  134. msgstr ""
  135. #. TRANS: Field label on account registration page. In this field the password has to be entered a second time.
  136. #: forms/confirmregistration.php:111
  137. msgctxt "PASSWORD"
  138. msgid "Confirm"
  139. msgstr ""
  140. #. TRANS: Field title on account registration page.
  141. #: forms/confirmregistration.php:113
  142. msgid "Same as password above."
  143. msgstr ""
  144. #: forms/confirmregistration.php:134
  145. #, php-format
  146. msgid ""
  147. "I agree to the <a href=\"%1$s\">Terms of service</a> and <a href=\"%1$s"
  148. "\">Privacy policy</a> of this site."
  149. msgstr ""
  150. #. TRANS: Error text when trying to register with an already registered e-mail address.
  151. #. TRANS: %s is the URL to recover password at.
  152. #: EmailRegistrationPlugin.php:94
  153. #, php-format
  154. msgid ""
  155. "A user with that email address already exists. You can use the <a href=\"%s"
  156. "\">password recovery</a> tool to recover a missing password."
  157. msgstr ""
  158. #. TRANS: Error text when trying to register with an invalid e-mail address.
  159. #: EmailRegistrationPlugin.php:108
  160. msgid "Not a valid email address."
  161. msgstr ""
  162. #. TRANS: Subject for confirmation e-mail.
  163. #. TRANS: %s is the StatusNet sitename.
  164. #: EmailRegistrationPlugin.php:152
  165. #, php-format
  166. msgid "Welcome to %s"
  167. msgstr ""
  168. #. TRANS: Plugin description.
  169. #: EmailRegistrationPlugin.php:185
  170. msgid "Use email only for registration."
  171. msgstr ""