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