]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/RequireValidatedEmail/locale/RequireValidatedEmail.pot
Snapshot of the Transifex translation project - February 2015
[quix0rs-gnu-social.git] / plugins / RequireValidatedEmail / locale / RequireValidatedEmail.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: 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
20 #. TRANS: Client exception thrown when trying to post notices before validating an e-mail address.
21 #: RequireValidatedEmailPlugin.php:104
22 msgid "You must validate your email address before posting."
23 msgstr ""
24
25 #. TRANS: Client exception thrown when trying to register without providing an e-mail address.
26 #: RequireValidatedEmailPlugin.php:125
27 msgid "You must provide an email address to register."
28 msgstr ""
29
30 #. TRANS: Plugin description.
31 #: RequireValidatedEmailPlugin.php:224
32 msgid "Disables posting without a validated email address."
33 msgstr ""
34
35 #: RequireValidatedEmailPlugin.php:243
36 msgid "You must validate an email address before posting!"
37 msgstr ""
38
39 #. TRANS: Client exception thrown when trying to register while already logged in.
40 #: actions/confirmfirstemail.php:68
41 msgid "You are already logged in."
42 msgstr ""
43
44 #. TRANS: Client exception thrown when trying to register with a non-existing confirmation code.
45 #: actions/confirmfirstemail.php:77
46 msgid "Confirmation code not found."
47 msgstr ""
48
49 #. TRANS: Client exception thrown when trying to register with a confirmation code that is not connected with a user.
50 #: actions/confirmfirstemail.php:85
51 msgid "No user for that confirmation code."
52 msgstr ""
53
54 #. TRANS: Client exception thrown when trying to register with a invalid e-mail address.
55 #. TRANS: %s is the invalid e-mail address.
56 #: actions/confirmfirstemail.php:93
57 #, php-format
58 msgid "Unrecognized address type %s."
59 msgstr ""
60
61 #. TRANS: Client error for an already confirmed email/jabber/sms address.
62 #: actions/confirmfirstemail.php:98
63 msgid "That address has already been confirmed."
64 msgstr ""
65
66 #. TRANS: Client exception thrown when trying to register with too short a password.
67 #: actions/confirmfirstemail.php:110
68 msgid "Password too short."
69 msgstr ""
70
71 #. TRANS: Client exception thrown when trying to register without providing the same password twice.
72 #: actions/confirmfirstemail.php:114
73 msgid "Passwords do not match."
74 msgstr ""
75
76 #. TRANS: Form instructions. %s is the nickname of the to be registered user.
77 #: actions/confirmfirstemail.php:171
78 #, php-format
79 msgid ""
80 "You have confirmed the email address for your new user account %s. Use the "
81 "form below to set your new password."
82 msgstr ""
83
84 #. TRANS: Page title.
85 #: actions/confirmfirstemail.php:182
86 msgid "Set a password"
87 msgstr ""
88
89 #. TRANS: Form legend.
90 #: actions/confirmfirstemail.php:199
91 msgid "Confirm email address"
92 msgstr ""
93
94 #. TRANS: Field label.
95 #: actions/confirmfirstemail.php:218
96 msgid "New password"
97 msgstr ""
98
99 #. TRANS: Field title for password field.
100 #: actions/confirmfirstemail.php:220
101 msgid "6 or more characters."
102 msgstr ""
103
104 #. TRANS: Field label for repeat password field.
105 #: actions/confirmfirstemail.php:224
106 msgctxt "LABEL"
107 msgid "Confirm"
108 msgstr ""
109
110 #. TRANS: Field title for repeat password field.
111 #: actions/confirmfirstemail.php:226
112 msgid "Same as password above."
113 msgstr ""
114
115 #. TRANS: Button text for completing registration by e-mail.
116 #: actions/confirmfirstemail.php:234
117 msgctxt "BUTTON"
118 msgid "Save"
119 msgstr ""