]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/EmailRegistration/locale/EmailRegistration.pot
330de4c3a30f6345470866ab4cbcd9bf50aa7cdc
[quix0rs-gnu-social.git] / plugins / EmailRegistration / locale / EmailRegistration.pot
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: 2011-04-20 07:13+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
19 #. TRANS: Client exception thrown when no confirmation code was provided.
20 #: emailregister.php:98
21 msgid "No confirmation code."
22 msgstr ""
23
24 #. TRANS: Client exception thrown when given confirmation code was not issued.
25 #: emailregister.php:109 emailregister.php:133
26 msgid "No such confirmation code."
27 msgstr ""
28
29 #. TRANS: Title for registration page.
30 #: emailregister.php:148
31 msgctxt "TITLE"
32 msgid "Register"
33 msgstr ""
34
35 #. TRANS: Title for page where to register with a confirmation code.
36 #: emailregister.php:154
37 msgctxt "TITLE"
38 msgid "Complete registration"
39 msgstr ""
40
41 #. TRANS: Error text when trying to register with an already registered e-mail address.
42 #. TRANS: %s is the URL to recover password at.
43 #: emailregister.php:209
44 #, php-format
45 msgid ""
46 "A user with that email address already exists. You can use the <a href=\"%s"
47 "\">password recovery</a> tool to recover a missing password."
48 msgstr ""
49
50 #. TRANS: Error text when trying to register with an invalid e-mail address.
51 #: emailregister.php:225
52 msgid "Not a valid email address."
53 msgstr ""
54
55 #. TRANS: Confirmation text after initial registration.
56 #. TRANS: %s an e-mail address.
57 #: emailregister.php:241
58 #, php-format
59 msgid ""
60 "An email was sent to %s to confirm that address. Check your email inbox for "
61 "instructions."
62 msgstr ""
63
64 #. TRANS: Confirmation text after re-requesting an e-mail confirmation code.
65 #. TRANS: %s is an e-mail address.
66 #: emailregister.php:246
67 #, php-format
68 msgid ""
69 "The address %s was already registered but not confirmed. The confirmation "
70 "code was resent."
71 msgstr ""
72
73 #. TRANS: Error text when trying to register without agreeing to the terms.
74 #: emailregister.php:286
75 msgid "You must accept the terms of service and privacy policy to register."
76 msgstr ""
77
78 #. TRANS: Error text when trying to register without a password.
79 #: emailregister.php:290
80 msgid "You must set a password"
81 msgstr ""
82
83 #. TRANS: Error text when trying to register with too short a password.
84 #: emailregister.php:293
85 msgid "Password must be 6 or more characters."
86 msgstr ""
87
88 #. TRANS: Error text when trying to register without providing the same password twice.
89 #: emailregister.php:296
90 msgid "Passwords do not match."
91 msgstr ""
92
93 #. TRANS: Subject for confirmation e-mail.
94 #. TRANS: %s is the StatusNet sitename.
95 #: emailregister.php:360
96 #, php-format
97 msgid "Confirm your registration on %s"
98 msgstr ""
99
100 #. TRANS: Body for confirmation e-mail.
101 #. TRANS: %1$s is the StatusNet sitename, %2$s is the confirmation URL.
102 #: emailregister.php:366
103 #, php-format
104 msgid ""
105 "Someone (probably you) has requested an account on %1$s using this email "
106 "address.\n"
107 "To confirm the address, click the following URL or copy it into the address "
108 "bar of your browser.\n"
109 "%2$s\n"
110 "If it was not you, you can safely ignore this message."
111 msgstr ""
112
113 #. TRANS: Form instructions.
114 #: emailregistrationform.php:61
115 msgid "Enter your email address to register for an account."
116 msgstr ""
117
118 #. TRANS: Field label on form for registering an account.
119 #: emailregistrationform.php:69
120 msgctxt "LABEL"
121 msgid "E-mail address"
122 msgstr ""
123
124 #. TRANS: Button text for registering an account.
125 #. TRANS: Button text for action to register.
126 #: emailregistrationform.php:93 confirmregistrationform.php:151
127 msgctxt "BUTTON"
128 msgid "Register"
129 msgstr ""
130
131 #. TRANS: Form instructions.
132 #: confirmregistrationform.php:65
133 msgid "Enter a password to confirm your new account."
134 msgstr ""
135
136 #: confirmregistrationform.php:73
137 msgctxt "LABEL"
138 msgid "User name"
139 msgstr ""
140
141 #. TRANS: Field label.
142 #: confirmregistrationform.php:86
143 msgid "Email address"
144 msgstr ""
145
146 #. TRANS: Field label on account registration page.
147 #: confirmregistrationform.php:98
148 msgid "Password"
149 msgstr ""
150
151 #. TRANS: Field title on account registration page.
152 #: confirmregistrationform.php:100
153 msgid "6 or more characters."
154 msgstr ""
155
156 #. TRANS: Field label on account registration page. In this field the password has to be entered a second time.
157 #: confirmregistrationform.php:104
158 msgctxt "PASSWORD"
159 msgid "Confirm"
160 msgstr ""
161
162 #. TRANS: Field title on account registration page.
163 #: confirmregistrationform.php:106
164 msgid "Same as password above."
165 msgstr ""
166
167 #. TRANS: Checkbox title for terms of service and privacy policy.
168 #: confirmregistrationform.php:122
169 #, php-format
170 msgid ""
171 "I agree to the <a href=\"%1$s\">Terms of service</a> and <a href=\"%1$s"
172 "\">Privacy policy</a> of this site."
173 msgstr ""
174
175 #. TRANS: Plugin description.
176 #: EmailRegistrationPlugin.php:109
177 msgid "Use email only for registration."
178 msgstr ""
179
180 #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
181 #. TRANS: %d is a user ID (number).
182 #: Email_confirmation.php:163
183 #, php-format
184 msgid "Could not save new greeting count for %d."
185 msgstr ""
186
187 #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
188 #. TRANS: %d is a user ID (number).
189 #: Email_confirmation.php:176
190 #, php-format
191 msgid "Could not increment greeting count for %d."
192 msgstr ""