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.
8 "Project-Id-Version: GNU social\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
11 "PO-Revision-Date: 2015-02-07 09:40+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Bulgarian (http://www.transifex.com/gnu-social/gnu-social/language/bg/)\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 #. TRANS: Client exception thrown when trying to post notices before
21 #. validating an e-mail address.
22 #: RequireValidatedEmailPlugin.php:104
23 msgid "You must validate your email address before posting."
26 #. TRANS: Client exception thrown when trying to register without providing an
28 #: RequireValidatedEmailPlugin.php:125
29 msgid "You must provide an email address to register."
32 #. TRANS: Plugin description.
33 #: RequireValidatedEmailPlugin.php:224
34 msgid "Disables posting without a validated email address."
37 #: RequireValidatedEmailPlugin.php:243
38 msgid "You must validate an email address before posting!"
41 #. TRANS: Client exception thrown when trying to register while already logged
43 #: actions/confirmfirstemail.php:68
44 msgid "You are already logged in."
47 #. TRANS: Client exception thrown when trying to register with a non-existing
49 #: actions/confirmfirstemail.php:77
50 msgid "Confirmation code not found."
51 msgstr "Кодът за потвърждение не е открит."
53 #. TRANS: Client exception thrown when trying to register with a confirmation
54 #. code that is not connected with a user.
55 #: actions/confirmfirstemail.php:85
56 msgid "No user for that confirmation code."
59 #. TRANS: Client exception thrown when trying to register with a invalid
61 #. TRANS: %s is the invalid e-mail address.
62 #: actions/confirmfirstemail.php:93
64 msgid "Unrecognized address type %s."
67 #. TRANS: Client error for an already confirmed email/jabber/sms address.
68 #: actions/confirmfirstemail.php:98
69 msgid "That address has already been confirmed."
70 msgstr "Този адрес е вече потвърден."
72 #. TRANS: Client exception thrown when trying to register with too short a
74 #: actions/confirmfirstemail.php:110
75 msgid "Password too short."
78 #. TRANS: Client exception thrown when trying to register without providing
79 #. the same password twice.
80 #: actions/confirmfirstemail.php:114
81 msgid "Passwords do not match."
84 #. TRANS: Form instructions. %s is the nickname of the to be registered user.
85 #: actions/confirmfirstemail.php:170
88 "You have confirmed the email address for your new user account %s. Use the "
89 "form below to set your new password."
93 #: actions/confirmfirstemail.php:181
94 msgid "Set a password"
97 #. TRANS: Form legend.
98 #: actions/confirmfirstemail.php:198
99 msgid "Confirm email address"
102 #. TRANS: Field label.
103 #: actions/confirmfirstemail.php:217
107 #. TRANS: Field title for password field.
108 #: actions/confirmfirstemail.php:219
109 msgid "6 or more characters."
112 #. TRANS: Field label for repeat password field.
113 #: actions/confirmfirstemail.php:223
116 msgstr "Потвърждаване"
118 #. TRANS: Field title for repeat password field.
119 #: actions/confirmfirstemail.php:225
120 msgid "Same as password above."
123 #. TRANS: Button text for completing registration by e-mail.
124 #: actions/confirmfirstemail.php:233