EmailRegistration.pot 5.9 KB

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