]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/EmailRegistration/locale/EmailRegistration.pot
Localisation updates from http://translatewiki.net.
[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-21 18:39+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: Confirmation text after initial registration.
42 #. TRANS: %s an e-mail address.
43 #: emailregister.php:216
44 #, php-format
45 msgid ""
46 "An email was sent to %s to confirm that address. Check your email inbox for "
47 "instructions."
48 msgstr ""
49
50 #. TRANS: Error text when trying to register without agreeing to the terms.
51 #: emailregister.php:253
52 msgid "You must accept the terms of service and privacy policy to register."
53 msgstr ""
54
55 #. TRANS: Error text when trying to register without a password.
56 #: emailregister.php:257
57 msgid "You must set a password"
58 msgstr ""
59
60 #. TRANS: Error text when trying to register with too short a password.
61 #: emailregister.php:260
62 msgid "Password must be 6 or more characters."
63 msgstr ""
64
65 #. TRANS: Error text when trying to register without providing the same password twice.
66 #: emailregister.php:263
67 msgid "Passwords do not match."
68 msgstr ""
69
70 #. TRANS: Subject for confirmation e-mail.
71 #. TRANS: %s is the StatusNet sitename.
72 #: emailregister.php:327 EmailRegistrationPlugin.php:168
73 #, php-format
74 msgid "Confirm your registration on %s"
75 msgstr ""
76
77 #. TRANS: Body for confirmation e-mail.
78 #. TRANS: %1$s is the StatusNet sitename, %2$s is the confirmation URL.
79 #: emailregister.php:333 EmailRegistrationPlugin.php:174
80 #, php-format
81 msgid ""
82 "Someone (probably you) has requested an account on %1$s using this email "
83 "address.\n"
84 "To confirm the address, click the following URL or copy it into the address "
85 "bar of your browser.\n"
86 "%2$s\n"
87 "If it was not you, you can safely ignore this message."
88 msgstr ""
89
90 #. TRANS: Form instructions.
91 #: emailregistrationform.php:61
92 msgid "Enter your email address to register for an account."
93 msgstr ""
94
95 #. TRANS: Field label on form for registering an account.
96 #: emailregistrationform.php:69
97 msgctxt "LABEL"
98 msgid "E-mail address"
99 msgstr ""
100
101 #. TRANS: Button text for registering an account.
102 #. TRANS: Button text for action to register.
103 #: emailregistrationform.php:93 confirmregistrationform.php:152
104 msgctxt "BUTTON"
105 msgid "Register"
106 msgstr ""
107
108 #. TRANS: Form instructions.
109 #: confirmregistrationform.php:65
110 msgid "Enter a password to confirm your new account."
111 msgstr ""
112
113 #. TRANS: Field label in e-mail registration form.
114 #: confirmregistrationform.php:74
115 msgctxt "LABEL"
116 msgid "User name"
117 msgstr ""
118
119 #. TRANS: Field label.
120 #: confirmregistrationform.php:87
121 msgid "Email address"
122 msgstr ""
123
124 #. TRANS: Field label on account registration page.
125 #: confirmregistrationform.php:99
126 msgid "Password"
127 msgstr ""
128
129 #. TRANS: Field title on account registration page.
130 #: confirmregistrationform.php:101
131 msgid "6 or more characters."
132 msgstr ""
133
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
140 #. TRANS: Field title on account registration page.
141 #: confirmregistrationform.php:107
142 msgid "Same as password above."
143 msgstr ""
144
145 #. TRANS: Checkbox title for terms of service and privacy policy.
146 #: confirmregistrationform.php:123
147 #, php-format
148 msgid ""
149 "I agree to the <a href=\"%1$s\">Terms of service</a> and <a href=\"%1$s"
150 "\">Privacy policy</a> of this site."
151 msgstr ""
152
153 #. TRANS: Error text when trying to register with an already registered e-mail address.
154 #. TRANS: %s is the URL to recover password at.
155 #: EmailRegistrationPlugin.php:110
156 #, php-format
157 msgid ""
158 "A user with that email address already exists. You can use the <a href=\"%s"
159 "\">password recovery</a> tool to recover a missing password."
160 msgstr ""
161
162 #. TRANS: Error text when trying to register with an invalid e-mail address.
163 #: EmailRegistrationPlugin.php:124
164 msgid "Not a valid email address."
165 msgstr ""
166
167 #. TRANS: Plugin description.
168 #: EmailRegistrationPlugin.php:195
169 msgid "Use email only for registration."
170 msgstr ""
171
172 #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
173 #. TRANS: %d is a user ID (number).
174 #: Email_confirmation.php:163
175 #, php-format
176 msgid "Could not save new greeting count for %d."
177 msgstr ""
178
179 #. TRANS: Exception thrown when the user greeting count could not be saved in the database.
180 #. TRANS: %d is a user ID (number).
181 #: Email_confirmation.php:176
182 #, php-format
183 msgid "Could not increment greeting count for %d."
184 msgstr ""