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