]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/RequireValidatedEmail/locale/uk/LC_MESSAGES/RequireValidatedEmail.po
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / plugins / RequireValidatedEmail / locale / uk / LC_MESSAGES / RequireValidatedEmail.po
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
5 # Translators:
6 # Петро Романчук <ixer@ixer.org.ua>, 2015
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: GNU social\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2015-02-02 17:47+0100\n"
12 "PO-Revision-Date: 2015-03-31 11:12+0000\n"
13 "Last-Translator: Петро Романчук <ixer@ixer.org.ua>\n"
14 "Language-Team: Ukrainian (http://www.transifex.com/gnu-social/gnu-social/language/uk/)\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Language: uk\n"
19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
21 #. TRANS: Client exception thrown when trying to post notices before
22 #. validating an e-mail address.
23 #: RequireValidatedEmailPlugin.php:104
24 msgid "You must validate your email address before posting."
25 msgstr "Ви повинні підтвердити свою адресу електронної пошти до того, як почнете надсилати дописи поштою."
26
27 #. TRANS: Client exception thrown when trying to register without providing an
28 #. e-mail address.
29 #: RequireValidatedEmailPlugin.php:125
30 msgid "You must provide an email address to register."
31 msgstr "Ви повинні зазначити свою адресу електронної пошти для реєстрації."
32
33 #. TRANS: Plugin description.
34 #: RequireValidatedEmailPlugin.php:224
35 msgid "Disables posting without a validated email address."
36 msgstr "Забороняє надсилання дописів, якщо користувач не має підтвердженої електронної адреси."
37
38 #: RequireValidatedEmailPlugin.php:243
39 msgid "You must validate an email address before posting!"
40 msgstr "Ви повинні підтвердити Ваш email щоб мати змогу писати!"
41
42 #. TRANS: Client exception thrown when trying to register while already logged
43 #. in.
44 #: actions/confirmfirstemail.php:68
45 msgid "You are already logged in."
46 msgstr "Ви вже увійшли."
47
48 #. TRANS: Client exception thrown when trying to register with a non-existing
49 #. confirmation code.
50 #: actions/confirmfirstemail.php:77
51 msgid "Confirmation code not found."
52 msgstr "Код підтвердження не знайдено."
53
54 #. TRANS: Client exception thrown when trying to register with a confirmation
55 #. code that is not connected with a user.
56 #: actions/confirmfirstemail.php:85
57 msgid "No user for that confirmation code."
58 msgstr "Немає користувача для цього коду підтвердження."
59
60 #. TRANS: Client exception thrown when trying to register with a invalid
61 #. e-mail address.
62 #. TRANS: %s is the invalid e-mail address.
63 #: actions/confirmfirstemail.php:93
64 #, php-format
65 msgid "Unrecognized address type %s."
66 msgstr "Невизначений тип адреси %s."
67
68 #. TRANS: Client error for an already confirmed email/jabber/sms address.
69 #: actions/confirmfirstemail.php:98
70 msgid "That address has already been confirmed."
71 msgstr "Цю адресу вже було підтверджено."
72
73 #. TRANS: Client exception thrown when trying to register with too short a
74 #. password.
75 #: actions/confirmfirstemail.php:110
76 msgid "Password too short."
77 msgstr "Пароль занадто короткий."
78
79 #. TRANS: Client exception thrown when trying to register without providing
80 #. the same password twice.
81 #: actions/confirmfirstemail.php:114
82 msgid "Passwords do not match."
83 msgstr "Паролі не збігаються."
84
85 #. TRANS: Form instructions. %s is the nickname of the to be registered user.
86 #: actions/confirmfirstemail.php:170
87 #, php-format
88 msgid ""
89 "You have confirmed the email address for your new user account %s. Use the "
90 "form below to set your new password."
91 msgstr "Ви підтвердили електронну адресу для свого нового акаунту %s. Скористайтеся формою нижче, щоб встановити новий пароль."
92
93 #. TRANS: Page title.
94 #: actions/confirmfirstemail.php:181
95 msgid "Set a password"
96 msgstr "Встановити пароль"
97
98 #. TRANS: Form legend.
99 #: actions/confirmfirstemail.php:198
100 msgid "Confirm email address"
101 msgstr "Підтвердити адресу електронної пошти"
102
103 #. TRANS: Field label.
104 #: actions/confirmfirstemail.php:217
105 msgid "New password"
106 msgstr "Новий пароль"
107
108 #. TRANS: Field title for password field.
109 #: actions/confirmfirstemail.php:219
110 msgid "6 or more characters."
111 msgstr "6 або більше знаків."
112
113 #. TRANS: Field label for repeat password field.
114 #: actions/confirmfirstemail.php:223
115 msgctxt "LABEL"
116 msgid "Confirm"
117 msgstr "Підтвердити"
118
119 #. TRANS: Field title for repeat password field.
120 #: actions/confirmfirstemail.php:225
121 msgid "Same as password above."
122 msgstr "Такий само, як і пароль вище."
123
124 #. TRANS: Button text for completing registration by e-mail.
125 #: actions/confirmfirstemail.php:233
126 msgctxt "BUTTON"
127 msgid "Save"
128 msgstr "Зберегти"