# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-16 04:15-0500\n"
"PO-Revision-Date: 2020-10-15 19:53+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != "
"11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
"100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
"(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"

#: account/adapter.py:47
msgid "Username can not be used. Please use other username."
msgstr ""
"Ім'я користувача не може бути використаним. Будь ласка, оберіть інше ім'я "
"користувача."

#: account/adapter.py:53
msgid "Too many failed login attempts. Try again later."
msgstr "Занадто багато спроб входу в систему, спробуйте пізніше."

#: account/adapter.py:55
msgid "A user is already registered with this e-mail address."
msgstr "Користувач з такою e-mail адресою уже зареєстрований."

#: account/adapter.py:304
#, python-brace-format
msgid "Password must be a minimum of {0} characters."
msgstr "Пароль повинен містити мінімум {0} символів."

#: account/apps.py:7
msgid "Accounts"
msgstr "Акаунти"

#: account/forms.py:59 account/forms.py:433
msgid "You must type the same password each time."
msgstr "Ви повинні вводити однаковий пароль кожного разу."

#: account/forms.py:92 account/forms.py:398 account/forms.py:540
msgid "Password"
msgstr "Пароль"

#: account/forms.py:93
msgid "Remember Me"
msgstr "Запам'ятати мене"

#: account/forms.py:97
msgid "This account is currently inactive."
msgstr "Даний акаунт є неактивним."

#: account/forms.py:99
msgid "The e-mail address and/or password you specified are not correct."
msgstr "Введена e-mail адреса і/або пароль є некоректними."

#: account/forms.py:102
msgid "The username and/or password you specified are not correct."
msgstr "Введене ім'я користувача і/або пароль є некоректними."

#: account/forms.py:113 account/forms.py:279 account/forms.py:481
#: account/forms.py:559
msgid "E-mail address"
msgstr "E-mail адреса"

#: account/forms.py:117 account/forms.py:324 account/forms.py:478
#: account/forms.py:554
msgid "E-mail"
msgstr "E-mail"

#: account/forms.py:120 account/forms.py:123 account/forms.py:269
#: account/forms.py:272
msgid "Username"
msgstr "Ім'я користувача"

#: account/forms.py:133
msgid "Username or e-mail"
msgstr "Ім'я користувача або e-mail"

#: account/forms.py:136
msgctxt "field label"
msgid "Login"
msgstr "Увійти"

#: account/forms.py:315
msgid "E-mail (again)"
msgstr "E-mail (ще раз)"

#: account/forms.py:319
msgid "E-mail address confirmation"
msgstr "e-mail адреса підтвердження"

#: account/forms.py:327
msgid "E-mail (optional)"
msgstr "E-mail (необов'язковий)"

#: account/forms.py:376
msgid "You must type the same email each time."
msgstr "Ви повинні вводити однакову e-mail адресу кожного разу."

#: account/forms.py:402 account/forms.py:541
msgid "Password (again)"
msgstr "Пароль (ще раз)"

#: account/forms.py:490
msgid "This e-mail address is already associated with this account."
msgstr "Вказаний e-mail уже прикріплений до цього акаунту."

#: account/forms.py:493
msgid "This e-mail address is already associated with another account."
msgstr "Вказаний e-mail уже прикріплений до іншого користувача."

#: account/forms.py:495
#, fuzzy, python-format
#| msgid "Your account has no verified e-mail address."
msgid "You cannot add more than %d e-mail addresses."
msgstr "Немає підтвердження по e-mail для Вашого акаунту."

#: account/forms.py:520
msgid "Current Password"
msgstr "Поточний пароль"

#: account/forms.py:522 account/forms.py:627
msgid "New Password"
msgstr "Новий пароль"

#: account/forms.py:523 account/forms.py:628
msgid "New Password (again)"
msgstr "Новий пароль (ще раз)"

#: account/forms.py:531
msgid "Please type your current password."
msgstr "Будь ласка, вкажіть Ваш поточний пароль."

#: account/forms.py:571
msgid "The e-mail address is not assigned to any user account"
msgstr "Немає користувача з такою e-mail адресою."

#: account/forms.py:649
msgid "The password reset token was invalid."
msgstr "Токен відновлення паролю був невірним."

#: account/models.py:19
msgid "user"
msgstr "користувач"

#: account/models.py:25 account/models.py:82
msgid "e-mail address"
msgstr "e-mail адреса"

#: account/models.py:27
msgid "verified"
msgstr "підтверджено"

#: account/models.py:28
msgid "primary"
msgstr "основний"

#: account/models.py:33
msgid "email address"
msgstr "e-mail адреса"

#: account/models.py:34
msgid "email addresses"
msgstr "e-mail адреса"

#: account/models.py:85
msgid "created"
msgstr "створено"

#: account/models.py:86
msgid "sent"
msgstr "відправлено"

#: account/models.py:87 socialaccount/models.py:59
msgid "key"
msgstr "ключ"

#: account/models.py:92
msgid "email confirmation"
msgstr "e-mail підтвердження"

#: account/models.py:93
msgid "email confirmations"
msgstr "e-mail підтвердження"

#: socialaccount/adapter.py:26
#, python-format
msgid ""
"An account already exists with this e-mail address. Please sign in to that "
"account first, then connect your %s account."
msgstr ""
"Акаунт з такою e-mail адресою уже існує. Будь ласка, спершу увійдіть у цей "
"акаунт, потім приєднайте Ваш %s акаунт."

#: socialaccount/adapter.py:131
msgid "Your account has no password set up."
msgstr "Ваш акаунт не має встановленого паролю."

#: socialaccount/adapter.py:138
msgid "Your account has no verified e-mail address."
msgstr "Немає підтвердження по e-mail для Вашого акаунту."

#: socialaccount/apps.py:7
msgid "Social Accounts"
msgstr "Соціальні акаунти"

#: socialaccount/models.py:42 socialaccount/models.py:86
msgid "provider"
msgstr "постачальник"

#: socialaccount/models.py:46
msgid "name"
msgstr "Ім'я"

#: socialaccount/models.py:48
msgid "client id"
msgstr "ідентифікатор клієнта"

#: socialaccount/models.py:50
msgid "App ID, or consumer key"
msgstr "ідентифікатор додатку або ключ користувача"

#: socialaccount/models.py:53
msgid "secret key"
msgstr "секретний ключ"

#: socialaccount/models.py:56
msgid "API secret, client secret, or consumer secret"
msgstr ""
"секретний ключ додатку, секретний ключ клієнта або секретний ключ користувача"

#: socialaccount/models.py:59
msgid "Key"
msgstr "Ключ"

#: socialaccount/models.py:76
msgid "social application"
msgstr "соціальний додаток"

#: socialaccount/models.py:77
msgid "social applications"
msgstr "соціальні додатки"

#: socialaccount/models.py:107
msgid "uid"
msgstr "ID користувача"

#: socialaccount/models.py:109
msgid "last login"
msgstr "дата останнього входу"

#: socialaccount/models.py:110
msgid "date joined"
msgstr "дата реєстрації"

#: socialaccount/models.py:111
msgid "extra data"
msgstr "додаткові дані"

#: socialaccount/models.py:115
msgid "social account"
msgstr "аккаунт соціальної мережі"

#: socialaccount/models.py:116
msgid "social accounts"
msgstr "акаунти соціальних мереж"

#: socialaccount/models.py:143
msgid "token"
msgstr "токен"

#: socialaccount/models.py:144
msgid "\"oauth_token\" (OAuth1) or access token (OAuth2)"
msgstr "\"oauth_token\" (OAuth1) або access token (OAuth2)"

#: socialaccount/models.py:148
msgid "token secret"
msgstr "секретний токен"

#: socialaccount/models.py:149
msgid "\"oauth_token_secret\" (OAuth1) or refresh token (OAuth2)"
msgstr "\"oauth_token_secret\" (OAuth1) або refresh token (OAuth2)"

#: socialaccount/models.py:152
msgid "expires at"
msgstr "закінчується"

#: socialaccount/models.py:157
msgid "social application token"
msgstr "токен соціального додатку"

#: socialaccount/models.py:158
msgid "social application tokens"
msgstr "токени соціальних додатків"

#: socialaccount/providers/douban/views.py:36
msgid "Invalid profile data"
msgstr "Невірні дані профілю"

#: socialaccount/providers/oauth/client.py:85
#: socialaccount/providers/pocket/client.py:37
#, python-format
msgid "Invalid response while obtaining request token from \"%s\"."
msgstr "Невірна відповідь під час отримання запиту від \"%s\""

#: socialaccount/providers/oauth/client.py:117
#: socialaccount/providers/pocket/client.py:78
#, python-format
msgid "Invalid response while obtaining access token from \"%s\"."
msgstr "Невірна відповідь під час отримання токену доступу від \"%s\"."

#: socialaccount/providers/oauth/client.py:138
#, python-format
msgid "No request token saved for \"%s\"."
msgstr "Немає збереженого ключа запиту для \"%s\"."

#: socialaccount/providers/oauth/client.py:189
#, python-format
msgid "No access token saved for \"%s\"."
msgstr "Токен доступу не збережений для \"%s\"."

#: socialaccount/providers/oauth/client.py:210
#, python-format
msgid "No access to private resources at \"%s\"."
msgstr "Немає токену доступу для приватних ресурсів від \"%s\"."

#: templates/account/account_inactive.html:5
#: templates/account/account_inactive.html:8
msgid "Account Inactive"
msgstr "Акаунт неактивний"

#: templates/account/account_inactive.html:10
msgid "This account is inactive."
msgstr "Даний акаунт неактивний"

#: templates/account/base.html:15
msgid "Messages:"
msgstr ""

#: templates/account/base.html:25
msgid "Menu:"
msgstr ""

#: templates/account/base.html:28
#, fuzzy
#| msgid "E-mail"
msgid "Change E-mail"
msgstr "E-mail"

#: templates/account/base.html:29 templates/account/logout.html:5
#: templates/account/logout.html:8 templates/account/logout.html:17
msgid "Sign Out"
msgstr "Вийти"

#: templates/account/base.html:31 templates/account/login.html:6
#: templates/account/login.html:10 templates/account/login.html:43
#: templates/socialaccount/login.html:4
msgid "Sign In"
msgstr "Увійти"

#: templates/account/base.html:32 templates/account/signup.html:8
#: templates/account/signup.html:18 templates/socialaccount/signup.html:8
#: templates/socialaccount/signup.html:19
msgid "Sign Up"
msgstr "Зареєструватись"

#: templates/account/email.html:5 templates/account/email.html:8
msgid "E-mail Addresses"
msgstr "E-mail адреса"

#: templates/account/email.html:10
msgid "The following e-mail addresses are associated with your account:"
msgstr "Вказаний e-mail уже прикріплений до цього акаунту"

#: templates/account/email.html:24
msgid "Verified"
msgstr "Підтверджено"

#: templates/account/email.html:26
msgid "Unverified"
msgstr "Непідтверджено"

#: templates/account/email.html:28
msgid "Primary"
msgstr "Основний"

#: templates/account/email.html:34
msgid "Make Primary"
msgstr "Зробити основним"

#: templates/account/email.html:35
msgid "Re-send Verification"
msgstr "Надіслати підтвердження ще раз"

#: templates/account/email.html:36 templates/socialaccount/connections.html:35
msgid "Remove"
msgstr "Видалити"

#: templates/account/email.html:43
msgid "Warning:"
msgstr "Попередження:"

#: templates/account/email.html:43
msgid ""
"You currently do not have any e-mail address set up. You should really add "
"an e-mail address so you can receive notifications, reset your password, etc."
msgstr ""
"На даний момент у Вас немає збереженої e-mail адреси. Рекомендуємо додати e-"
"mail адресу, для того, щоб отримувати сповіщення, оновлювати паролі та інше."

#: templates/account/email.html:48
msgid "Add E-mail Address"
msgstr "Додати e-mail адресу"

#: templates/account/email.html:53
msgid "Add E-mail"
msgstr "Додати e-mail"

#: templates/account/email.html:63
msgid "Do you really want to remove the selected e-mail address?"
msgstr "Ви дійсно бажаєте видалити дану e-mail адресу?"

#: templates/account/email/account_already_exists_message.txt:4
#, python-format
msgid ""
"You are receiving this e-mail because you or someone else tried to signup "
"for an\n"
"account using e-mail address:\n"
"\n"
"%(email)s\n"
"\n"
"However, an account using that e-mail address already exists.  In case you "
"have\n"
"forgotten about this, please use the password forgotten procedure to "
"recover\n"
"your account:\n"
"\n"
"%(password_reset_url)s"
msgstr ""

#: templates/account/email/account_already_exists_subject.txt:3
msgid "Account Already Exists"
msgstr ""

#: templates/account/email/base_message.txt:1
#, python-format
msgid "Hello from %(site_name)s!"
msgstr "Вітання від %(site_name)s!"

#: templates/account/email/base_message.txt:5
#, python-format
msgid ""
"Thank you for using %(site_name)s!\n"
"%(site_domain)s"
msgstr ""
"Дякуємо Вам, що користуєтесь %(site_name)s!\n"
"%(site_domain)s"

#: templates/account/email/email_confirmation_message.txt:5
#, python-format
msgid ""
"You're receiving this e-mail because user %(user_display)s has given your e-"
"mail address to register an account on %(site_domain)s.\n"
"\n"
"To confirm this is correct, go to %(activate_url)s"
msgstr ""
"Ви отримали дане повідомлення тому, що користувач %(user_display)s на "
"%(site_domain)s зареєстрував дану e-mail адресу.\n"
"\n"
"Для підтвердження, що все правильно, будь ласка, перейдіть за "
"%(activate_url)s"

#: templates/account/email/email_confirmation_subject.txt:3
msgid "Please Confirm Your E-mail Address"
msgstr "Будь ласка, підтвердіть Вашу e-mail адресу"

#: templates/account/email/password_reset_key_message.txt:4
msgid ""
"You're receiving this e-mail because you or someone else has requested a "
"password for your user account.\n"
"It can be safely ignored if you did not request a password reset. Click the "
"link below to reset your password."
msgstr ""
"Ви отримали дане повідомлення, тому що Ви або хтось інший зробили запит на "
"пароль для Вашого акаунту користувача на сайті %(site_domain)s.\n"
"Дане повідомлення можна проігнорувати, якщо Ви не робили такого запиту. "
"Перейдіть за посиланням для відновлення паролю."

#: templates/account/email/password_reset_key_message.txt:9
#, python-format
msgid "In case you forgot, your username is %(username)s."
msgstr "На випадок, якщо Ви забули Ваше ім'я користувача %(username)s."

#: templates/account/email/password_reset_key_subject.txt:3
#: templates/account/email/unknown_account_subject.txt:3
msgid "Password Reset E-mail"
msgstr "E-mail для відновлення паролю"

#: templates/account/email/unknown_account_message.txt:4
#, fuzzy, python-format
#| msgid ""
#| "You're receiving this e-mail because you or someone else has requested a "
#| "password for your user account.\n"
#| "It can be safely ignored if you did not request a password reset. Click "
#| "the link below to reset your password."
msgid ""
"You are receiving this e-mail because you or someone else has requested a\n"
"password for your user account. However, we do not have any record of a "
"user\n"
"with email %(email)s in our database.\n"
"\n"
"This mail can be safely ignored if you did not request a password reset.\n"
"\n"
"If it was you, you can sign up for an account using the link below."
msgstr ""
"Ви отримали дане повідомлення, тому що Ви або хтось інший зробили запит на "
"пароль для Вашого акаунту користувача на сайті %(site_domain)s.\n"
"Дане повідомлення можна проігнорувати, якщо Ви не робили такого запиту. "
"Перейдіть за посиланням для відновлення паролю."

#: templates/account/email_confirm.html:6
#: templates/account/email_confirm.html:10
msgid "Confirm E-mail Address"
msgstr "Підтвердити e-mail адресу"

#: templates/account/email_confirm.html:16
#, python-format
msgid ""
"Please confirm that <a href=\"mailto:%(email)s\">%(email)s</a> is an e-mail "
"address for user %(user_display)s."
msgstr ""
"Будь ласка, підтвердіть, що <a href=\"mailto:%(email)s\">%(email)s</a> це e-"
"mail адреса для користувача %(user_display)s."

#: templates/account/email_confirm.html:20
msgid "Confirm"
msgstr "Підтвердити"

#: templates/account/email_confirm.html:27
#, python-format
msgid ""
"This e-mail confirmation link expired or is invalid. Please <a href="
"\"%(email_url)s\">issue a new e-mail confirmation request</a>."
msgstr ""
"Дане посилання для підтвердження e-mail неактивне або неправильне. Будь "
"ласка, <a href=\"%(email_url)s\"> зробіть новий запит для підтвердження e-"
"mail адреси</a>."

#: templates/account/login.html:15
#, python-format
msgid ""
"Please sign in with one\n"
"of your existing third party accounts. Or, <a href=\"%(signup_url)s\">sign "
"up</a>\n"
"for a %(site_name)s account and sign in below:"
msgstr ""
"Будь ласка, увійдіть із одним \n"
"із Ваших існуючих зовнішніх акаунтів accounts. Або, <a href=\"%(signup_url)s"
"\">Зареєструйте</a>\n"
" %(site_name)s акаунт і Увійдіть:"

#: templates/account/login.html:25
msgid "or"
msgstr "або"

#: templates/account/login.html:32
#, python-format
msgid ""
"If you have not created an account yet, then please\n"
"<a href=\"%(signup_url)s\">sign up</a> first."
msgstr ""
"Якщо Ви ще не зареєструвались, будь ласка\n"
"<a href=\"%(signup_url)s\">зареєструйтесь</a>."

#: templates/account/login.html:42 templates/account/password_change.html:14
msgid "Forgot Password?"
msgstr "Забули пароль?"

#: templates/account/logout.html:10
msgid "Are you sure you want to sign out?"
msgstr "Ви впевнені, що бажаєте вийти?"

#: templates/account/messages/cannot_delete_primary_email.txt:2
#, python-format
msgid "You cannot remove your primary e-mail address (%(email)s)."
msgstr "Ви можете видалити Вашу основну e-mail адресу (%(email)s)."

#: templates/account/messages/email_confirmation_sent.txt:2
#, python-format
msgid "Confirmation e-mail sent to %(email)s."
msgstr "E-mail підтвердження надіслано на %(email)s."

#: templates/account/messages/email_confirmed.txt:2
#, python-format
msgid "You have confirmed %(email)s."
msgstr "E-mail %(email)s підтверджено. "

#: templates/account/messages/email_deleted.txt:2
#, python-format
msgid "Removed e-mail address %(email)s."
msgstr "E-mail %(email)s видалено."

#: templates/account/messages/logged_in.txt:4
#, python-format
msgid "Successfully signed in as %(name)s."
msgstr "Успішно увійшли як %(name)s."

#: templates/account/messages/logged_out.txt:2
msgid "You have signed out."
msgstr "Ви вийшли."

#: templates/account/messages/password_changed.txt:2
msgid "Password successfully changed."
msgstr "Пароль успішно змінено."

#: templates/account/messages/password_set.txt:2
msgid "Password successfully set."
msgstr "Пароль успішно введено."

#: templates/account/messages/primary_email_set.txt:2
msgid "Primary e-mail address set."
msgstr "Основну e-mail адресу введено."

#: templates/account/messages/unverified_primary_email.txt:2
msgid "Your primary e-mail address must be verified."
msgstr "Ваша основна e-mail адреса повинна бути підтверджена."

#: templates/account/password_change.html:5
#: templates/account/password_change.html:8
#: templates/account/password_change.html:13
#: templates/account/password_reset_from_key.html:4
#: templates/account/password_reset_from_key.html:7
#: templates/account/password_reset_from_key_done.html:4
#: templates/account/password_reset_from_key_done.html:7
msgid "Change Password"
msgstr "Змінити пароль"

#: templates/account/password_reset.html:6
#: templates/account/password_reset.html:10
#: templates/account/password_reset_done.html:6
#: templates/account/password_reset_done.html:9
msgid "Password Reset"
msgstr "Відновити пароль"

#: templates/account/password_reset.html:15
msgid ""
"Forgotten your password? Enter your e-mail address below, and we'll send you "
"an e-mail allowing you to reset it."
msgstr ""
"Забули пароль? Введіть Вашу e-mail адресу у поле і ми надішлемо Вам e-mail, "
"що дозволить відновити пароль."

#: templates/account/password_reset.html:20
msgid "Reset My Password"
msgstr "Відновити мій пароль"

#: templates/account/password_reset.html:23
msgid "Please contact us if you have any trouble resetting your password."
msgstr ""
"Будь ласка, зв'яжіться з нами, якщо у Вас виникли проблеми по відновленню "
"паролю."

#: templates/account/password_reset_done.html:15
#, fuzzy
#| msgid ""
#| "We have sent an e-mail to you for\n"
#| "verification. Please click on the link inside this e-mail. Please\n"
#| "contact us if you do not receive it within a few minutes."
msgid ""
"We have sent you an e-mail. If you have not received it please check your "
"spam folder. Otherwise contact us if you do not receive it in a few minutes."
msgstr ""
"Ми надіслали Вам e-mail для підтвердження.\n"
"Будь ласка, перейдіть за посилання вказаним у e-mail повідомленні. Будь "
"ласка,\n"
"зв'яжіться з нами, якщо Ви не отримаєте повідомлення впродовж декількох "
"хвилин."

#: templates/account/password_reset_from_key.html:7
msgid "Bad Token"
msgstr "Поганий токен"

#: templates/account/password_reset_from_key.html:11
#, python-format
msgid ""
"The password reset link was invalid, possibly because it has already been "
"used.  Please request a <a href=\"%(passwd_reset_url)s\">new password reset</"
"a>."
msgstr ""
"Посилання для відновлення паролю некоректне, можливо через те, що посилання "
"уже використане.  Будь ласка, зробіть запит на <a href=\"%(passwd_reset_url)s"
"\">нове відновлення паролю</a>."

#: templates/account/password_reset_from_key.html:16
msgid "change password"
msgstr "змінити пароль"

#: templates/account/password_reset_from_key_done.html:8
msgid "Your password is now changed."
msgstr "Ваш пароль змінено."

#: templates/account/password_set.html:5 templates/account/password_set.html:8
#: templates/account/password_set.html:13
msgid "Set Password"
msgstr "Введіть пароль"

#: templates/account/signup.html:5 templates/socialaccount/signup.html:5
msgid "Signup"
msgstr "Зареєструватись"

#: templates/account/signup.html:10
#, python-format
msgid ""
"Already have an account? Then please <a href=\"%(login_url)s\">sign in</a>."
msgstr ""
"Уже зареєстрованні? Будь ласка, <a href=\"%(login_url)s\">увійдіть</a>."

#: templates/account/signup_closed.html:5
#: templates/account/signup_closed.html:8
msgid "Sign Up Closed"
msgstr "Реєстрація закрита"

#: templates/account/signup_closed.html:10
msgid "We are sorry, but the sign up is currently closed."
msgstr "Перепрошуємо, але реєстрацію закрито."

#: templates/account/snippets/already_logged_in.html:5
msgid "Note"
msgstr "Зауважте"

#: templates/account/snippets/already_logged_in.html:5
#, python-format
msgid "you are already logged in as %(user_display)s."
msgstr "Ви уже увійшли як %(user_display)s."

#: templates/account/verification_sent.html:5
#: templates/account/verification_sent.html:8
#: templates/account/verified_email_required.html:5
#: templates/account/verified_email_required.html:8
msgid "Verify Your E-mail Address"
msgstr "Підтвердіть Вашу e-mail адресу"

#: templates/account/verification_sent.html:10
#, fuzzy
#| msgid ""
#| "We have sent an e-mail to you for verification. Follow the link provided "
#| "to finalize the signup process. Please contact us if you do not receive "
#| "it within a few minutes."
msgid ""
"We have sent an e-mail to you for verification. Follow the link provided to "
"finalize the signup process. If you do not see the verification e-mail in "
"your main inbox, check your spam folder. Please contact us if you do not "
"receive the verification e-mail within a few minutes."
msgstr ""
"Ми надіслали Вам e-mail для підтвердження. Перейдіть за посиланням для "
"звершення процесу реєстрації. Будь ласка, зв'яжіться з нами, якщо Ви не "
"отримаєте повідомлення впродовж декількох хвилин."

#: templates/account/verified_email_required.html:12
msgid ""
"This part of the site requires us to verify that\n"
"you are who you claim to be. For this purpose, we require that you\n"
"verify ownership of your e-mail address. "
msgstr "Дана частина сайту вимає підтвердження e-mail адреси."

#: templates/account/verified_email_required.html:16
#, fuzzy
#| msgid ""
#| "We have sent an e-mail to you for\n"
#| "verification. Please click on the link inside this e-mail. Please\n"
#| "contact us if you do not receive it within a few minutes."
msgid ""
"We have sent an e-mail to you for\n"
"verification. Please click on the link inside that e-mail. If you do not see "
"the verification e-mail in your main inbox, check your spam folder. "
"Otherwise\n"
"contact us if you do not receive it within a few minutes."
msgstr ""
"Ми надіслали Вам e-mail для підтвердження.\n"
"Будь ласка, перейдіть за посилання вказаним у e-mail повідомленні. Будь "
"ласка,\n"
"зв'яжіться з нами, якщо Ви не отримаєте повідомлення впродовж декількох "
"хвилин."

#: templates/account/verified_email_required.html:20
#, python-format
msgid ""
"<strong>Note:</strong> you can still <a href=\"%(email_url)s\">change your e-"
"mail address</a>."
msgstr ""
"<strong>Зауважте:</strong> Ви все ще можете <a href=\"%(email_url)s"
"\">змінити Вашу e-mail адресу</a>."

#: templates/openid/login.html:9
msgid "OpenID Sign In"
msgstr "OpenID вхід"

#: templates/socialaccount/authentication_error.html:5
#: templates/socialaccount/authentication_error.html:8
msgid "Social Network Login Failure"
msgstr "Вхід за допомогою соціальних мереж неуспішний."

#: templates/socialaccount/authentication_error.html:10
msgid ""
"An error occurred while attempting to login via your social network account."
msgstr ""
"Виникла помилка під час входу за допомогою Вашого акаунту у соц. мережах."

#: templates/socialaccount/connections.html:5
#: templates/socialaccount/connections.html:8
msgid "Account Connections"
msgstr "З'єднання акаунта"

#: templates/socialaccount/connections.html:11
msgid ""
"You can sign in to your account using any of the following third party "
"accounts:"
msgstr "Ви можете увійти використовуючи будь-який із зовнішніх акаунтів:"

#: templates/socialaccount/connections.html:43
msgid ""
"You currently have no social network accounts connected to this account."
msgstr ""
"На даний момент Ви не маєте жодного акаунту із соц. мереж приєднаного до "
"даного акаунту."

#: templates/socialaccount/connections.html:46
msgid "Add a 3rd Party Account"
msgstr "Додати зовнішній акаунт"

#: templates/socialaccount/login.html:8
#, python-format
msgid "Connect %(provider)s"
msgstr ""

#: templates/socialaccount/login.html:10
#, python-format
msgid "You are about to connect a new third party account from %(provider)s."
msgstr ""

#: templates/socialaccount/login.html:12
#, python-format
msgid "Sign In Via %(provider)s"
msgstr ""

#: templates/socialaccount/login.html:14
#, python-format
msgid "You are about to sign in using a third party account from %(provider)s."
msgstr ""

#: templates/socialaccount/login.html:19
msgid "Continue"
msgstr ""

#: templates/socialaccount/login_cancelled.html:5
#: templates/socialaccount/login_cancelled.html:9
msgid "Login Cancelled"
msgstr "Вхід відмінено"

#: templates/socialaccount/login_cancelled.html:13
#, python-format
msgid ""
"You decided to cancel logging in to our site using one of your existing "
"accounts. If this was a mistake, please proceed to <a href=\"%(login_url)s"
"\">sign in</a>."
msgstr ""
"Ви відмінили вхід на наш сайт, використовуючи один з Ваших існуючих "
"акаунтів.  Якщо це сталось помилково, будь ласка, <a href=\"%(login_url)s"
"\">увійдіть</a>."

#: templates/socialaccount/messages/account_connected.txt:2
msgid "The social account has been connected."
msgstr "Акаунт із соц. мереж було приєднано."

#: templates/socialaccount/messages/account_connected_other.txt:2
msgid "The social account is already connected to a different account."
msgstr "Акаунт із соц. мереж уже приєднано до іншого акаунту."

#: templates/socialaccount/messages/account_disconnected.txt:2
msgid "The social account has been disconnected."
msgstr "Акаунт із соц. мереж було від'єднано."

#: templates/socialaccount/signup.html:10
#, python-format
msgid ""
"You are about to use your %(provider_name)s account to login to\n"
"%(site_name)s. As a final step, please complete the following form:"
msgstr ""
"Ви використовуєте Ваш %(provider_name)s акаунт для авторизації на\n"
"%(site_name)s. Для завершення, будь ласка, заповніть наступну форму:"

#~ msgid ""
#~ "We have sent you an e-mail. Please contact us if you do not receive it "
#~ "within a few minutes."
#~ msgstr ""
#~ "Ми надіслали Вам e-mail повідомлення. Будь ласка, зв'яжіться з нами, якщо "
#~ "Ви не отримаєте повідомлення протягом декількох хвилин."

#~ msgid "Account"
#~ msgstr "Акаунт"

#~ msgid "The login and/or password you specified are not correct."
#~ msgstr "Введений login і/або пароль є некоректними."

#~ msgid "Usernames can only contain letters, digits and @/./+/-/_."
#~ msgstr ""
#~ "Ім'я користувача може містити тільки букви, цифри та символи @/./+/-/_."

#~ msgid "This username is already taken. Please choose another."
#~ msgstr ""
#~ "Ім'я користувача уже використовується. Будь ласка, оберіть інше ім'я "
#~ "користувача."

#, fuzzy
#~| msgid "Sign In"
#~ msgid "Shopify Sign In"
#~ msgstr "Увійти"

#~ msgid ""
#~ "You have confirmed that <a href=\"mailto:%(email)s\">%(email)s</a> is an "
#~ "e-mail address for user %(user_display)s."
#~ msgstr ""
#~ "Ви підтвердили, що <a href=\"mailto:%(email)s\">%(email)s</a> це e-mail "
#~ "адреса для користувача %(user_display)s."

#~ msgid "Thanks for using our site!"
#~ msgstr "Дякуємо за користування нашим сайтом!"
