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