view kallithea/i18n/ru/LC_MESSAGES/kallithea.po @ 6783:880e2f07651b

i18n: regenerate translations
author Andrew Shadura <andrew@shadura.me>
date Thu, 27 Jul 2017 14:26:14 +0200
parents 67efdf3f0e18
children c734e5be1a5a
line wrap: on
line source

# Russian translations for Kallithea.
# Copyright (C) 2014 RhodeCode GmbH, and others.
# This file is distributed under the same license as the Kallithea project.
# Translators:
# ArcheR <aleclitvinov1980@gmail.com>, 2013
# mokeev1995 <mokeev_andre@mail.ru>, 2013
# Andrey Mivrenik <myvrenik@gmail.com>, 2013
# invision70 <invision70@gmail.com>, 2014
# ivlevdenis <ivlevdenis.ru@gmail.com>, 2013
# Mikhail Zholobov <legal90@gmail.com>, 2013
# Ruslan Bekenev <furyinbox@gmail.com>, 2013
# SkryabinD <skryabind@gmail.com>, 2014
# softforwinxp <softforwinxp@gmail.com>, 2013
# zhmylove <zhmylove@narod.ru>, 2013
# Andrew Shadura <andrew@shadura.me>, 2015, 2016.
#
msgid ""
msgstr ""
"Project-Id-Version: Kallithea 0.3\n"
"Report-Msgid-Bugs-To: translations@kallithea-scm.org\n"
"POT-Creation-Date: 2017-07-27 13:13+0200\n"
"PO-Revision-Date: 2017-01-05 14:58+0000\n"
"Last-Translator: Andrew Shadura <andrew@shadura.me>\n"
"Language-Team: Russian "
"<https://hosted.weblate.org/projects/kallithea/kallithea/ru/>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"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"
"X-Generator: Weblate 2.11-dev\n"

#: kallithea/controllers/changelog.py:86
#: kallithea/controllers/pullrequests.py:256 kallithea/lib/base.py:613
msgid "There are no changesets yet"
msgstr "Ещё не было изменений"

#: kallithea/controllers/changelog.py:164
#: kallithea/controllers/admin/permissions.py:62
#: kallithea/controllers/admin/permissions.py:66
#: kallithea/controllers/admin/permissions.py:70
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:7
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:88
#: kallithea/templates/admin/repos/repo_edit_permissions.html:7
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:7
#: kallithea/templates/base/perms_summary.html:14
#: kallithea/tests/data/templates/base/perms_summary.html.py:57
msgid "None"
msgstr "Ничего"

#: kallithea/controllers/changelog.py:167 kallithea/controllers/files.py:194
msgid "(closed)"
msgstr "(закрыто)"

#: kallithea/controllers/changeset.py:85
msgid "Show whitespace"
msgstr "Отображать пробелы"

#: kallithea/controllers/changeset.py:92 kallithea/controllers/changeset.py:99
#: kallithea/templates/files/diff_2way.html:53
msgid "Ignore whitespace"
msgstr "Игнорировать пробелы"

#: kallithea/controllers/changeset.py:165
#, python-format
msgid "Increase diff context to %(num)s lines"
msgstr "Увеличить контекст до %(num)s строк"

#: kallithea/controllers/changeset.py:230 kallithea/controllers/files.py:98
#: kallithea/controllers/files.py:118 kallithea/controllers/files.py:726
msgid "Such revision does not exist for this repository"
msgstr "Нет такой ревизии в этом репозитории"

#: kallithea/controllers/compare.py:67
#, fuzzy, python-format
#| msgid "Go to tip of repository"
msgid "Could not find other repository %s"
msgstr "Перейти на верхушку репозитория"

#: kallithea/controllers/compare.py:73
#, fuzzy
#| msgid "Cannot compare repositories without using common ancestor"
msgid "Cannot compare repositories of different types"
msgstr "Невозможно сравнивать репозитории без общего предка"

#: kallithea/controllers/compare.py:240
msgid "Cannot show empty diff"
msgstr ""

#: kallithea/controllers/compare.py:242
msgid "No ancestor found for merge diff"
msgstr ""

#: kallithea/controllers/compare.py:246
msgid "Multiple merge ancestors found for merge compare"
msgstr ""

#: kallithea/controllers/compare.py:262
msgid "Cannot compare repositories without using common ancestor"
msgstr "Невозможно сравнивать репозитории без общего предка"

#: kallithea/controllers/error.py:70
msgid "No response"
msgstr "Нет ответа"

#: kallithea/controllers/error.py:71
msgid "Unknown error"
msgstr "Неизвестная ошибка"

#: kallithea/controllers/error.py:84
msgid "The request could not be understood by the server due to malformed syntax."
msgstr "Запрос не распознан сервером из-за неправильного синтаксиса."

#: kallithea/controllers/error.py:87
msgid "Unauthorized access to resource"
msgstr "Несанкционированный доступ к ресурсу"

#: kallithea/controllers/error.py:89
msgid "You don't have permission to view this page"
msgstr "У вас нет прав для просмотра этой страницы"

#: kallithea/controllers/error.py:91
msgid "The resource could not be found"
msgstr "Ресурс не найден"

#: kallithea/controllers/error.py:93
msgid ""
"The server encountered an unexpected condition which prevented it from "
"fulfilling the request."
msgstr "Сервер не может выполнить запрос из-за неправильного условия в запросе."

#: kallithea/controllers/feed.py:80
#: kallithea/templates/changeset/changeset.html:176
#: kallithea/templates/changeset/changeset.html:195
#: kallithea/templates/compare/compare_diff.html:81
#: kallithea/templates/compare/compare_diff.html:95
#: kallithea/templates/pullrequests/pullrequest_show.html:322
#: kallithea/templates/pullrequests/pullrequest_show.html:348
#: kallithea/tests/data/templates/changeset/changeset.html.py:332
#: kallithea/tests/data/templates/changeset/changeset.html.py:347
#: kallithea/tests/data/templates/compare/compare_diff.html.py:180
#: kallithea/tests/data/templates/compare/compare_diff.html.py:195
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:420
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:447
msgid "Changeset was too big and was cut off..."
msgstr "Изменения оказались слишком большими и были вырезаны..."

#: kallithea/controllers/feed.py:84
#, python-format
msgid "%s committed on %s"
msgstr "%s выполнил коммит в %s"

#: kallithea/controllers/feed.py:116 kallithea/controllers/feed.py:148
#, python-format
msgid "%s %s feed"
msgstr "Лента новостей %s %s"

#: kallithea/controllers/feed.py:118 kallithea/controllers/feed.py:150
#, python-format
msgid "Changes on %s repository"
msgstr "Изменения в репозитории %s"

#: kallithea/controllers/files.py:93
msgid "Click here to add new file"
msgstr "Нажмите чтобы добавить новый файл"

#: kallithea/controllers/files.py:94
#, python-format
msgid "There are no files yet. %s"
msgstr "Нет файлов. %s"

#: kallithea/controllers/files.py:191
#, python-format
msgid "%s at %s"
msgstr "%s (%s)"

#: kallithea/controllers/files.py:297 kallithea/controllers/files.py:357
#: kallithea/controllers/files.py:424
#, python-format
msgid "This repository has been locked by %s on %s"
msgstr "Репозиторий заблокировал %s в %s"

#: kallithea/controllers/files.py:309
msgid "You can only delete files with revision being a valid branch"
msgstr "Вы можете удалять файлы только в ревизии, связанной с существующей веткой "

#: kallithea/controllers/files.py:320
#, python-format
msgid "Deleted file %s via Kallithea"
msgstr "Файл %s удалён с помощью Kallithea"

#: kallithea/controllers/files.py:342
#, python-format
msgid "Successfully deleted file %s"
msgstr "Файл %s удалён"

#: kallithea/controllers/files.py:346 kallithea/controllers/files.py:412
#: kallithea/controllers/files.py:493
msgid "Error occurred during commit"
msgstr "Во время коммита произошла ошибка"

#: kallithea/controllers/files.py:369
msgid "You can only edit files with revision being a valid branch"
msgstr ""
"Вы можете редактировать файлы только в ревизии, связанной с существующей "
"веткой "

#: kallithea/controllers/files.py:383
#, python-format
msgid "Edited file %s via Kallithea"
msgstr "Файл %s отредактирован с помощью Kallithea"

#: kallithea/controllers/files.py:399
msgid "No changes"
msgstr "Без изменений"

#: kallithea/controllers/files.py:408 kallithea/controllers/files.py:482
#, python-format
msgid "Successfully committed to %s"
msgstr "Изменения применены в %s"

#: kallithea/controllers/files.py:435
msgid "Added file via Kallithea"
msgstr "Файл добавлен с помощью Kallithea"

#: kallithea/controllers/files.py:456
msgid "No content"
msgstr "Пусто"

#: kallithea/controllers/files.py:460
msgid "No filename"
msgstr "Безымянный"

#: kallithea/controllers/files.py:485
msgid "Location must be relative path and must not contain .. in path"
msgstr ""
"Расположение должно быть относительным путем, и не должно содержать "
"\"..\" в пути"

#: kallithea/controllers/files.py:517
msgid "Downloads disabled"
msgstr "Возможность скачивать отключена"

#: kallithea/controllers/files.py:528
#, python-format
msgid "Unknown revision %s"
msgstr "Неизвестная ревизия %s"

#: kallithea/controllers/files.py:530
msgid "Empty repository"
msgstr "Пустой репозиторий"

#: kallithea/controllers/files.py:532
msgid "Unknown archive type"
msgstr "Неизвестный тип архива"

#: kallithea/controllers/files.py:755
#: kallithea/templates/changeset/changeset_range.html:9
#: kallithea/templates/email_templates/pull_request.html:49
#: kallithea/templates/pullrequests/pullrequest.html:84
#: kallithea/tests/data/templates/changeset/changeset_range.html.py:242
#: kallithea/tests/data/templates/email_templates/pull_request.html.py:92
#: kallithea/tests/data/templates/email_templates/pull_request.txt.py:88
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:152
msgid "Changesets"
msgstr "Набор изменений"

#: kallithea/controllers/files.py:756 kallithea/controllers/pullrequests.py:186
#: kallithea/model/scm.py:705
msgid "Branches"
msgstr "Ветки"

#: kallithea/controllers/files.py:757 kallithea/controllers/pullrequests.py:187
#: kallithea/model/scm.py:716
msgid "Tags"
msgstr "Метки"

#: kallithea/controllers/forks.py:176
#, python-format
msgid "An error occurred during repository forking %s"
msgstr "Произошла ошибка во время создания форка репозитория %s"

#: kallithea/controllers/home.py:77
msgid "Groups"
msgstr "Группы"

#: kallithea/controllers/home.py:87 kallithea/templates/index.html:5
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:90
#: kallithea/templates/admin/repos/repo_add.html:12
#: kallithea/templates/admin/repos/repo_add.html:16
#: kallithea/templates/admin/repos/repos.html:9
#: kallithea/templates/admin/users/user_edit_advanced.html:6
#: kallithea/templates/base/base.html:56 kallithea/templates/base/base.html:73
#: kallithea/templates/base/base.html:452
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:119
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:125
#: kallithea/tests/data/templates/admin/repos/repos.html.py:138
#: kallithea/tests/data/templates/base/base.html.py:122
#: kallithea/tests/data/templates/base/base.html.py:243
#: kallithea/tests/data/templates/base/base.html.py:325
#: kallithea/tests/data/templates/base/base.html.py:654
#: kallithea/tests/data/templates/base/base.html.py:690
msgid "Repositories"
msgstr "Репозитории"

#: kallithea/controllers/home.py:120
#: kallithea/templates/files/files_add.html:32
#: kallithea/templates/files/files_delete.html:23
#: kallithea/templates/files/files_edit.html:32
#: kallithea/tests/data/templates/files/files_add.html.py:219
msgid "Branch"
msgstr "Ветка"

#: kallithea/controllers/home.py:126
msgid "Closed Branches"
msgstr "Закрытые ветки"

#: kallithea/controllers/home.py:132
msgid "Tag"
msgstr "Тэги"

#: kallithea/controllers/home.py:138
msgid "Bookmark"
msgstr "Закладки"

#: kallithea/controllers/journal.py:113 kallithea/controllers/journal.py:155
#: kallithea/templates/journal/public_journal.html:4
#: kallithea/templates/journal/public_journal.html:21
msgid "Public Journal"
msgstr "Публичный журнал"

#: kallithea/controllers/journal.py:117 kallithea/controllers/journal.py:159
#: kallithea/templates/base/base.html:295
#: kallithea/templates/journal/journal.html:5
#: kallithea/templates/journal/journal.html:13
#: kallithea/tests/data/templates/base/base.html.py:498
#: kallithea/tests/data/templates/journal/journal.html.py:124
#: kallithea/tests/data/templates/journal/journal.html.py:228
msgid "Journal"
msgstr "Журнал"

#: kallithea/controllers/login.py:142 kallithea/controllers/login.py:188
msgid "Bad captcha"
msgstr "Неверная капча"

#: kallithea/controllers/login.py:148
#, python-format
msgid "You have successfully registered with %s"
msgstr "Регистрация в %s прошла успешно"

#: kallithea/controllers/login.py:193
msgid "A password reset confirmation code has been sent"
msgstr "Код для сброса пароля отправлена"

#: kallithea/controllers/login.py:242
msgid "Invalid password reset token"
msgstr "Неверный код сброса пароля"

#: kallithea/controllers/login.py:247
#: kallithea/controllers/admin/my_account.py:157
msgid "Successfully updated password"
msgstr "Пароль обновлён"

#: kallithea/controllers/pullrequests.py:73
#, python-format
msgid "Invalid reviewer \"%s\" specified"
msgstr ""

#: kallithea/controllers/pullrequests.py:135
#, python-format
msgid "%s (closed)"
msgstr "%s (закрыта)"

#: kallithea/controllers/pullrequests.py:162
#: kallithea/templates/changeset/changeset.html:12
#: kallithea/tests/data/templates/changeset/changeset.html.py:408
#: kallithea/tests/data/templates/email_templates/changeset_comment.html.py:97
#: kallithea/tests/data/templates/email_templates/changeset_comment.txt.py:91
msgid "Changeset"
msgstr "Изменения"

#: kallithea/controllers/pullrequests.py:183
msgid "Special"
msgstr "Специальный"

#: kallithea/controllers/pullrequests.py:184
msgid "Peer branches"
msgstr "Ветки участника"

#: kallithea/controllers/pullrequests.py:185 kallithea/model/scm.py:711
msgid "Bookmarks"
msgstr "Закладки"

#: kallithea/controllers/pullrequests.py:326
#, python-format
msgid "Error creating pull request: %s"
msgstr "Ошибка при создании pull-запроса: %s"

#: kallithea/controllers/pullrequests.py:353
#: kallithea/controllers/pullrequests.py:376
msgid "Error occurred while creating pull request"
msgstr "Произошла ошибка при создании pull-запроса"

#: kallithea/controllers/pullrequests.py:358
msgid "Successfully opened new pull request"
msgstr "Pull-запрос создан успешно"

#: kallithea/controllers/pullrequests.py:381
#, fuzzy
#| msgid "Pull request update created"
msgid "New pull request iteration created"
msgstr "Обновление для pull-запроса создано"

#: kallithea/controllers/pullrequests.py:410
#, python-format
msgid "Meanwhile, the following reviewers have been added: %s"
msgstr ""

#: kallithea/controllers/pullrequests.py:414
#, python-format
msgid "Meanwhile, the following reviewers have been removed: %s"
msgstr ""

#: kallithea/controllers/pullrequests.py:430
#: kallithea/model/pull_request.py:234
msgid "No description"
msgstr "Нет описания"

#: kallithea/controllers/pullrequests.py:439
msgid "Pull request updated"
msgstr "Pull-запрос обновлён"

#: kallithea/controllers/pullrequests.py:453
msgid "Successfully deleted pull request"
msgstr "Pull-запрос успешно удалён"

#: kallithea/controllers/pullrequests.py:491
#, fuzzy, python-format
#| msgid "Changeset for %s %s not found in %s"
msgid "Revision %s not found in %s"
msgstr "Набор изменений не найден"

#: kallithea/controllers/pullrequests.py:518
#, fuzzy, python-format
#| msgid "No changesets found for updating this pull request."
msgid "Error: changesets not found when displaying pull request from %s."
msgstr "Нет изменений для обновления этого pull-запроса."

#: kallithea/controllers/pullrequests.py:532
#, python-format
msgid "This pull request has already been merged to %s."
msgstr "Этот pull-запрос уже принят на ветку %s."

#: kallithea/controllers/pullrequests.py:534
msgid "This pull request has been closed and can not be updated."
msgstr "Этот pull-запрос был закрыт и не может быть обновлён."

#: kallithea/controllers/pullrequests.py:552
#, python-format
msgid "The following additional changes are available on %s:"
msgstr ""

#: kallithea/controllers/pullrequests.py:556
#, fuzzy
#| msgid "No changesets found for updating this pull request."
msgid "No additional changesets found for iterating on this pull request."
msgstr "Нет изменений для обновления этого pull-запроса."

#: kallithea/controllers/pullrequests.py:564
#, python-format
msgid "Note: Branch %s has another head: %s."
msgstr "Внимание: Ветка %s имеет ещё одну верхушку: %s."

#: kallithea/controllers/pullrequests.py:571
#, fuzzy
#| msgid "Git pull requests don't support updates yet."
msgid "Git pull requests don't support iterating yet."
msgstr "Обновление pull-запросы git не поддерживается."

#: kallithea/controllers/pullrequests.py:573
#, fuzzy, python-format
#| msgid "No changesets found for updating this pull request."
msgid "Error: some changesets not found when displaying pull request from %s."
msgstr "Нет изменений для обновления этого pull-запроса."

#: kallithea/controllers/pullrequests.py:598
msgid "The diff can't be shown - the PR revisions could not be found."
msgstr ""

#: kallithea/controllers/pullrequests.py:665
msgid "No permission to change pull request status"
msgstr ""

#: kallithea/controllers/pullrequests.py:676
#, fuzzy, python-format
msgid "Successfully deleted pull request %s"
msgstr "Pull-запрос успешно удалён"

#: kallithea/controllers/search.py:134
msgid "Invalid search query. Try quoting it."
msgstr "Недопустимый поисковый запрос. Попробуйте заключить его в кавычки."

#: kallithea/controllers/search.py:139
msgid "There is no index to search in. Please run whoosh indexer"
msgstr "Индексы отсутствуют. Пожалуйста, запустите индексатор Whoosh"

#: kallithea/controllers/search.py:143
msgid "An error occurred during search operation."
msgstr "Произошла ошибка при выполнении этого поиска."

#: kallithea/controllers/summary.py:173
#: kallithea/templates/summary/summary.html:360
#: kallithea/tests/data/templates/summary/summary.html.py:293
msgid "No data ready yet"
msgstr "Нет данных"

#: kallithea/controllers/summary.py:176
#: kallithea/templates/summary/summary.html:88
#: kallithea/tests/data/templates/summary/summary.html.py:161
msgid "Statistics are disabled for this repository"
msgstr "Статистические данные отключены для этого репозитария"

#: kallithea/controllers/admin/auth_settings.py:135
msgid "Auth settings updated successfully"
msgstr "Настройки авторизации успешно обновлены"

#: kallithea/controllers/admin/auth_settings.py:146
msgid "error occurred during update of auth settings"
msgstr "произошла ошибка при обновлении настроек авторизации"

#: kallithea/controllers/admin/defaults.py:75
msgid "Default settings updated successfully"
msgstr "Стандартные настройки успешно обновлены"

#: kallithea/controllers/admin/defaults.py:90
msgid "Error occurred during update of defaults"
msgstr "Произошла ошибка при обновлении стандартных настроек"

#: kallithea/controllers/admin/gists.py:58
#: kallithea/controllers/admin/my_account.py:232
#: kallithea/controllers/admin/users.py:250
#, fuzzy
msgid "Forever"
msgstr "навсегда"

#: kallithea/controllers/admin/gists.py:59
#: kallithea/controllers/admin/my_account.py:233
#: kallithea/controllers/admin/users.py:251
msgid "5 minutes"
msgstr "5 минут"

#: kallithea/controllers/admin/gists.py:60
#: kallithea/controllers/admin/my_account.py:234
#: kallithea/controllers/admin/users.py:252
msgid "1 hour"
msgstr "1 час"

#: kallithea/controllers/admin/gists.py:61
#: kallithea/controllers/admin/my_account.py:235
#: kallithea/controllers/admin/users.py:253
msgid "1 day"
msgstr "1 день"

#: kallithea/controllers/admin/gists.py:62
#: kallithea/controllers/admin/my_account.py:236
#: kallithea/controllers/admin/users.py:254
msgid "1 month"
msgstr "1 месяц"

#: kallithea/controllers/admin/gists.py:66
#: kallithea/controllers/admin/my_account.py:238
#: kallithea/controllers/admin/users.py:256
#: kallithea/templates/admin/my_account/my_account_api_keys.html:65
#: kallithea/templates/admin/users/user_edit_api_keys.html:65
msgid "Lifetime"
msgstr "Срок"

#: kallithea/controllers/admin/gists.py:141
msgid "Error occurred during gist creation"
msgstr "Произошла ошибка во время создания gist-записи"

#: kallithea/controllers/admin/gists.py:159
#, python-format
msgid "Deleted gist %s"
msgstr "Gist-запись %s удалена"

#: kallithea/controllers/admin/gists.py:200
msgid "Unmodified"
msgstr "Неизменный"

#: kallithea/controllers/admin/gists.py:229
msgid "Successfully updated gist content"
msgstr ""

#: kallithea/controllers/admin/gists.py:234
msgid "Successfully updated gist data"
msgstr "Данные gist-записи обновлены"

#: kallithea/controllers/admin/gists.py:237
#, python-format
msgid "Error occurred during update of gist %s"
msgstr "Произошла ошибка при обновлении gist-записи %s"

#: kallithea/controllers/admin/my_account.py:69 kallithea/model/user.py:214
#: kallithea/model/user.py:235
msgid "You can't edit this user since it's crucial for entire application"
msgstr ""
"Вы не можете изменить данные этого пользователя, поскольку он важен для "
"работы всего приложения"

#: kallithea/controllers/admin/my_account.py:119
msgid "Your account was updated successfully"
msgstr "Ваша учетная запись успешно обновлена"

#: kallithea/controllers/admin/my_account.py:134
#: kallithea/controllers/admin/users.py:183
#, python-format
msgid "Error occurred during update of user %s"
msgstr "Произошла ошибка при обновлении пользователя %s"

#: kallithea/controllers/admin/my_account.py:168
msgid "Error occurred during update of user password"
msgstr "Ошибка при обновлении пароля"

#: kallithea/controllers/admin/my_account.py:209
#: kallithea/controllers/admin/users.py:371
#, python-format
msgid "Added email %s to user"
msgstr "Пользователю добавлен e-mail %s"

#: kallithea/controllers/admin/my_account.py:215
#: kallithea/controllers/admin/users.py:377
msgid "An error occurred during email saving"
msgstr "Произошла ошибка при сохранении e-mail"

#: kallithea/controllers/admin/my_account.py:224
#: kallithea/controllers/admin/users.py:387
msgid "Removed email from user"
msgstr "E-mail пользователя удалён"

#: kallithea/controllers/admin/my_account.py:248
#: kallithea/controllers/admin/users.py:273
msgid "API key successfully created"
msgstr "API-ключ успешно создан"

#: kallithea/controllers/admin/my_account.py:257
#: kallithea/controllers/admin/users.py:283
msgid "API key successfully reset"
msgstr "API-ключ успешно сброшен"

#: kallithea/controllers/admin/my_account.py:261
#: kallithea/controllers/admin/users.py:287
msgid "API key successfully deleted"
msgstr "API-ключ успешно удалён"

#: kallithea/controllers/admin/permissions.py:63
#: kallithea/controllers/admin/permissions.py:67
#: kallithea/controllers/admin/permissions.py:71
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:8
#: kallithea/templates/admin/repos/repo_edit_permissions.html:8
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:8
#: kallithea/templates/base/perms_summary.html:15
#: kallithea/tests/data/templates/base/perms_summary.html.py:63
msgid "Read"
msgstr "Чтение"

#: kallithea/controllers/admin/permissions.py:64
#: kallithea/controllers/admin/permissions.py:68
#: kallithea/controllers/admin/permissions.py:72
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:9
#: kallithea/templates/admin/repos/repo_edit_permissions.html:9
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:9
#: kallithea/templates/base/perms_summary.html:16
#: kallithea/tests/data/templates/base/perms_summary.html.py:69
msgid "Write"
msgstr "Запись"

#: kallithea/controllers/admin/permissions.py:65
#: kallithea/controllers/admin/permissions.py:69
#: kallithea/controllers/admin/permissions.py:73
#: kallithea/templates/admin/auth/auth_settings.html:9
#: kallithea/templates/admin/defaults/defaults.html:9
#: kallithea/templates/admin/permissions/permissions.html:9
#: kallithea/templates/admin/repo_groups/repo_group_add.html:9
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:9
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:10
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:47
#: kallithea/templates/admin/repo_groups/repo_groups.html:9
#: kallithea/templates/admin/repos/repo_add.html:10
#: kallithea/templates/admin/repos/repo_add.html:14
#: kallithea/templates/admin/repos/repo_edit_permissions.html:10
#: kallithea/templates/admin/settings/settings.html:9
#: kallithea/templates/admin/user_groups/user_group_add.html:8
#: kallithea/templates/admin/user_groups/user_group_edit.html:9
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:10
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:47
#: kallithea/templates/admin/user_groups/user_groups.html:9
#: kallithea/templates/admin/users/user_add.html:8
#: kallithea/templates/admin/users/user_edit.html:9
#: kallithea/templates/admin/users/user_edit_profile.html:81
#: kallithea/templates/admin/users/users.html:9
#: kallithea/templates/admin/users/users.html:43
#: kallithea/templates/base/base.html:325
#: kallithea/templates/base/base.html:326
#: kallithea/templates/base/base.html:332
#: kallithea/templates/base/base.html:333
#: kallithea/templates/base/perms_summary.html:17
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:226
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:160
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:142
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:153
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:140
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:117
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:123
#: kallithea/tests/data/templates/admin/settings/settings.html.py:172
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:162
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:144
#: kallithea/tests/data/templates/admin/users/user_add.html.py:163
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:168
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:98
#: kallithea/tests/data/templates/admin/users/users.html.py:119
#: kallithea/tests/data/templates/admin/users/users.html.py:143
#: kallithea/tests/data/templates/base/base.html.py:550
#: kallithea/tests/data/templates/base/base.html.py:554
#: kallithea/tests/data/templates/base/base.html.py:562
#: kallithea/tests/data/templates/base/base.html.py:564
#: kallithea/tests/data/templates/base/perms_summary.html.py:75
msgid "Admin"
msgstr "Администратор"

#: kallithea/controllers/admin/permissions.py:76
#: kallithea/controllers/admin/permissions.py:87
#: kallithea/controllers/admin/permissions.py:92
#: kallithea/controllers/admin/permissions.py:95
#: kallithea/controllers/admin/permissions.py:98
#: kallithea/controllers/admin/permissions.py:101
#: kallithea/templates/admin/auth/auth_settings.html:42
#: kallithea/templates/base/root.html:43
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:130
#: kallithea/tests/data/templates/base/root.html.py:121
msgid "Disabled"
msgstr "Отключено"

#: kallithea/controllers/admin/permissions.py:78
msgid "Allowed with manual account activation"
msgstr "Разрешена, с ручной активацией учётной записи"

#: kallithea/controllers/admin/permissions.py:80
msgid "Allowed with automatic account activation"
msgstr "Разрешена, с автоматической активацией учётной записи"

#: kallithea/controllers/admin/permissions.py:83 kallithea/model/db.py:1751
msgid "Manual activation of external account"
msgstr "Ручная активация внешней учетной записи"

#: kallithea/controllers/admin/permissions.py:84 kallithea/model/db.py:1752
msgid "Automatic activation of external account"
msgstr "Автоматическая активация внешней учетной записи"

#: kallithea/controllers/admin/permissions.py:88
#: kallithea/controllers/admin/permissions.py:91
#: kallithea/controllers/admin/permissions.py:96
#: kallithea/controllers/admin/permissions.py:99
#: kallithea/controllers/admin/permissions.py:102
#: kallithea/templates/admin/auth/auth_settings.html:42
#: kallithea/templates/base/root.html:42
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:130
#: kallithea/tests/data/templates/base/root.html.py:119
msgid "Enabled"
msgstr "Включено"

#: kallithea/controllers/admin/permissions.py:125
msgid "Global permissions updated successfully"
msgstr "Глобальные привилегии успешно обновлены"

#: kallithea/controllers/admin/permissions.py:140
msgid "Error occurred during update of permissions"
msgstr "Произошла ошибка во время обновления привилегий"

#: kallithea/controllers/admin/repo_groups.py:180
#, python-format
msgid "Error occurred during creation of repository group %s"
msgstr "Произошла ошибка при создании группы репозиториев %s"

#: kallithea/controllers/admin/repo_groups.py:185
#, python-format
msgid "Created repository group %s"
msgstr "Создана новая группа репозиториев %s"

#: kallithea/controllers/admin/repo_groups.py:232
#, python-format
msgid "Updated repository group %s"
msgstr "Группа репозиториев %s обновлена"

#: kallithea/controllers/admin/repo_groups.py:248
#, python-format
msgid "Error occurred during update of repository group %s"
msgstr "Произошла ошибка при обновлении группы репозиториев %s"

#: kallithea/controllers/admin/repo_groups.py:258
#, python-format
msgid "This group contains %s repositories and cannot be deleted"
msgstr "Данная группа содержит %s репозитариев и не может быть удалена"

#: kallithea/controllers/admin/repo_groups.py:265
#, python-format
msgid "This group contains %s subgroups and cannot be deleted"
msgstr "Группа содержит в себе %s подгрупп и не может быть удалён"

#: kallithea/controllers/admin/repo_groups.py:271
#, python-format
msgid "Removed repository group %s"
msgstr "Группа репозиториев %s удалена"

#: kallithea/controllers/admin/repo_groups.py:276
#, python-format
msgid "Error occurred during deletion of repository group %s"
msgstr "Произошла ошибка при удалении группы репозиториев %s"

#: kallithea/controllers/admin/repo_groups.py:361
#: kallithea/controllers/admin/repo_groups.py:391
#: kallithea/controllers/admin/user_groups.py:305
msgid "Cannot revoke permission for yourself as admin"
msgstr "Администратор не может отозвать свои привелегии"

#: kallithea/controllers/admin/repo_groups.py:376
msgid "Repository group permissions updated"
msgstr "Привилегии группы репозиториев обновлены"

#: kallithea/controllers/admin/repo_groups.py:408
#: kallithea/controllers/admin/repos.py:362
#: kallithea/controllers/admin/user_groups.py:317
msgid "An error occurred during revoking of permission"
msgstr "Произошла ошибка при отзыве привелегии"

#: kallithea/controllers/admin/repos.py:138
#, python-format
msgid "Error creating repository %s"
msgstr "Произошла ошибка при создании репозитория %s"

#: kallithea/controllers/admin/repos.py:198
#, python-format
msgid "Created repository %s from %s"
msgstr "Репозиторий %s создан из %s"

#: kallithea/controllers/admin/repos.py:207
#, python-format
msgid "Forked repository %s as %s"
msgstr "Сделан форк(копия) репозитория %s на %s"

#: kallithea/controllers/admin/repos.py:210
#, python-format
msgid "Created repository %s"
msgstr "Репозиторий %s создан"

#: kallithea/controllers/admin/repos.py:239
#, python-format
msgid "Repository %s updated successfully"
msgstr "Репозитарий %s успешно обновлён"

#: kallithea/controllers/admin/repos.py:260
#, python-format
msgid "Error occurred during update of repository %s"
msgstr "Произошла ошибка во время обновления репозитория %s"

#: kallithea/controllers/admin/repos.py:278
#, python-format
msgid "Detached %s forks"
msgstr "Форки %s отсоединены"

#: kallithea/controllers/admin/repos.py:281
#, python-format
msgid "Deleted %s forks"
msgstr "Удалены форки репозитория %s"

#: kallithea/controllers/admin/repos.py:286
#, python-format
msgid "Deleted repository %s"
msgstr "Репозиторий %s удалён"

#: kallithea/controllers/admin/repos.py:289
#, python-format
msgid "Cannot delete repository %s which still has forks"
msgstr "Невозможно удалить %s, у него всё ещё есть форки"

#: kallithea/controllers/admin/repos.py:294
#, python-format
msgid "An error occurred during deletion of %s"
msgstr "Произошла ошибка во время удаления %s"

#: kallithea/controllers/admin/repos.py:338
msgid "Repository permissions updated"
msgstr "Привилегии репозитория обновлены"

#: kallithea/controllers/admin/repos.py:391
#, python-format
msgid "Field validation error: %s"
msgstr ""

#: kallithea/controllers/admin/repos.py:394
#, fuzzy, python-format
#| msgid "An error occurred during creation of field"
msgid "An error occurred during creation of field: %r"
msgstr "Произошла ошибка при создании поля"

#: kallithea/controllers/admin/repos.py:405
msgid "An error occurred during removal of field"
msgstr "Произошла ошибка при удалении поля"

#: kallithea/controllers/admin/repos.py:419
msgid "-- Not a fork --"
msgstr "-- Не форк --"

#: kallithea/controllers/admin/repos.py:450
msgid "Updated repository visibility in public journal"
msgstr "Видимость репозитория в публичном журнале обновлена"

#: kallithea/controllers/admin/repos.py:454
msgid "An error occurred during setting this repository in public journal"
msgstr "Произошла ошибка при установке репозитария в общедоступный журнал"

#: kallithea/controllers/admin/repos.py:471
msgid "Nothing"
msgstr "Ничего"

#: kallithea/controllers/admin/repos.py:473
#, python-format
msgid "Marked repository %s as fork of %s"
msgstr "Репозиторий %s отмечен как форк %s"

#: kallithea/controllers/admin/repos.py:480
msgid "An error occurred during this operation"
msgstr "Произошла ошибка при выполнении операции"

#: kallithea/controllers/admin/repos.py:496
#: kallithea/controllers/admin/repos.py:517
msgid "Repository has been locked"
msgstr "Репозиторий заблокирован"

#: kallithea/controllers/admin/repos.py:499
#: kallithea/controllers/admin/repos.py:514
msgid "Repository has been unlocked"
msgstr "Репозиторий разблокирован"

#: kallithea/controllers/admin/repos.py:502
#: kallithea/controllers/admin/repos.py:521
msgid "An error occurred during unlocking"
msgstr "Произошла ошибка во время разблокирования"

#: kallithea/controllers/admin/repos.py:533
msgid "Cache invalidation successful"
msgstr "Кэш сброшен"

#: kallithea/controllers/admin/repos.py:537
msgid "An error occurred during cache invalidation"
msgstr "Произошла ошибка при очистке кэша"

#: kallithea/controllers/admin/repos.py:550
msgid "Pulled from remote location"
msgstr "Внесены изменения из удалённого репозитория"

#: kallithea/controllers/admin/repos.py:553
msgid "An error occurred during pull from remote location"
msgstr "Произошла ошибка при внесении изменений из удалённого репозитория"

#: kallithea/controllers/admin/repos.py:584
msgid "An error occurred during deletion of repository stats"
msgstr "Произошла ошибка при удалении статистики репозитория"

#: kallithea/controllers/admin/settings.py:135
msgid "Updated VCS settings"
msgstr "Обновлены настройки VCS"

#: kallithea/controllers/admin/settings.py:139
#: kallithea/model/validators.py:426
msgid ""
"Unable to activate hgsubversion support. The \"hgsubversion\" library is "
"missing"
msgstr ""
"Невозможно включить поддержку hgsubversion. Библиотека «hgsubversion» "
"отсутствует"

#: kallithea/controllers/admin/settings.py:145
#: kallithea/controllers/admin/settings.py:234
msgid "Error occurred while updating application settings"
msgstr "Произошла ошибка при обновлении настроек приложения"

#: kallithea/controllers/admin/settings.py:174
#, python-format
msgid "Repositories successfully rescanned. Added: %s. Removed: %s."
msgstr "Репозитории успешно пересканированы, добавлено: %s, удалено: %s."

#: kallithea/controllers/admin/settings.py:189
#, fuzzy, python-format
msgid "Invalidated %s repositories"
msgstr "Сбросить кэш для всех репозиториев"

#: kallithea/controllers/admin/settings.py:230
msgid "Updated application settings"
msgstr "Обновленные параметры настройки приложения"

#: kallithea/controllers/admin/settings.py:283
msgid "Updated visualisation settings"
msgstr "Настройки визуализации обновлены"

#: kallithea/controllers/admin/settings.py:288
msgid "Error occurred during updating visualisation settings"
msgstr "Произошла ошибка при обновлении настроек визуализации"

#: kallithea/controllers/admin/settings.py:312
msgid "Please enter email address"
msgstr "Пожалуйста, введите адрес электронной почты"

#: kallithea/controllers/admin/settings.py:327
msgid "Send email task created"
msgstr "Задача отправки Email создана"

#: kallithea/controllers/admin/settings.py:356
msgid "Added new hook"
msgstr "Добавлена новая ловушка"

#: kallithea/controllers/admin/settings.py:370
msgid "Updated hooks"
msgstr "Обновлённые ловушки"

#: kallithea/controllers/admin/settings.py:374
msgid "Error occurred during hook creation"
msgstr "произошла ошибка при создании хука"

#: kallithea/controllers/admin/settings.py:398
msgid "Whoosh reindex task scheduled"
msgstr "Запланирована переиндексация базы Whoosh"

#: kallithea/controllers/admin/user_groups.py:145
#, python-format
msgid "Created user group %s"
msgstr "Создана группа пользователей %s"

#: kallithea/controllers/admin/user_groups.py:158
#, python-format
msgid "Error occurred during creation of user group %s"
msgstr "Произошла ошибка при создании группы пользователей %s"

#: kallithea/controllers/admin/user_groups.py:186
#, python-format
msgid "Updated user group %s"
msgstr "Группа пользователей %s обновлена"

#: kallithea/controllers/admin/user_groups.py:208
#, python-format
msgid "Error occurred during update of user group %s"
msgstr "Произошла ошибка при обновлении группы пользователей %s"

#: kallithea/controllers/admin/user_groups.py:219
msgid "Successfully deleted user group"
msgstr "Группа пользователей успешно удалена"

#: kallithea/controllers/admin/user_groups.py:224
msgid "An error occurred during deletion of user group"
msgstr "Произошла ошибка при удалении группы пользователей"

#: kallithea/controllers/admin/user_groups.py:284
msgid "Target group cannot be the same"
msgstr "Целевая группа не может быть такой же"

#: kallithea/controllers/admin/user_groups.py:290
msgid "User group permissions updated"
msgstr "Привилегии группы пользователей обновлены"

#: kallithea/controllers/admin/user_groups.py:401
#: kallithea/controllers/admin/users.py:342
msgid "Updated permissions"
msgstr "Обновлены привилегии"

#: kallithea/controllers/admin/user_groups.py:405
#: kallithea/controllers/admin/users.py:346
msgid "An error occurred during permissions saving"
msgstr "Произошла ошибка при сохранении привилегий"

#: kallithea/controllers/admin/users.py:125
#, python-format
msgid "Created user %s"
msgstr "Пользователь %s создан"

#: kallithea/controllers/admin/users.py:140
#, python-format
msgid "Error occurred during creation of user %s"
msgstr "Произошла ошибка при создании пользователя %s"

#: kallithea/controllers/admin/users.py:164
msgid "User updated successfully"
msgstr "Пользователь успешно обновлён"

#: kallithea/controllers/admin/users.py:192
msgid "Successfully deleted user"
msgstr "Пользователь успешно удалён"

#: kallithea/controllers/admin/users.py:197
msgid "An error occurred during deletion of user"
msgstr "Произошла ошибка при удалении пользователя"

#: kallithea/controllers/admin/users.py:205
msgid "The default user cannot be edited"
msgstr ""

#: kallithea/controllers/admin/users.py:414
#, python-format
msgid "Added IP address %s to user whitelist"
msgstr "Добавлен IP %s в белый список пользователя"

#: kallithea/controllers/admin/users.py:420
msgid "An error occurred while adding IP address"
msgstr "Произошла ошибка при сохранении IP"

#: kallithea/controllers/admin/users.py:432
msgid "Removed IP address from user whitelist"
msgstr "Удален IP %s из белого списка пользователя"

#: kallithea/lib/auth.py:777
#, python-format
msgid "IP %s not allowed"
msgstr "IP %s заблокирован"

#: kallithea/lib/auth.py:829
msgid "You need to be a registered user to perform this action"
msgstr ""
"Вы должны быть зарегистрированным пользователем, чтобы выполнить это "
"действие"

#: kallithea/lib/auth.py:857
msgid "You need to be signed in to view this page"
msgstr "Страница доступна только авторизованным пользователям"

#: kallithea/lib/base.py:449
msgid "Invalid API key"
msgstr ""

#: kallithea/lib/base.py:508
msgid "CSRF token leak has been detected - all form tokens have been expired"
msgstr ""

#: kallithea/lib/base.py:591
msgid "Repository not found in the filesystem"
msgstr "Репозиторий не найден на файловой системе"

#: kallithea/lib/base.py:617
#, fuzzy, python-format
msgid "Changeset for %s %s not found in %s"
msgstr "Набор изменений не найден"

#: kallithea/lib/diffs.py:68
msgid "Binary file"
msgstr "Двоичный файл"

#: kallithea/lib/diffs.py:89
msgid "Changeset was too big and was cut off, use diff menu to display this diff"
msgstr ""
"Набор изменения оказался слишком большими и был урезан, используйте меню "
"сравнения для показа результата сравнения"

#: kallithea/lib/diffs.py:99
msgid "No changes detected"
msgstr "Изменений не обнаружено"

#: kallithea/lib/helpers.py:600
#, python-format
msgid "Deleted branch: %s"
msgstr "Удалена ветка: %s"

#: kallithea/lib/helpers.py:602
#, python-format
msgid "Created tag: %s"
msgstr "Создан тег: %s"

#: kallithea/lib/helpers.py:613
#, fuzzy, python-format
msgid "Changeset %s not found"
msgstr "Набор изменений не найден"

#: kallithea/lib/helpers.py:662
#, python-format
msgid "Show all combined changesets %s->%s"
msgstr "Показать отличия вместе %s->%s"

#: kallithea/lib/helpers.py:668
#, fuzzy
msgid "Compare view"
msgstr "сравнение"

#: kallithea/lib/helpers.py:687
msgid "and"
msgstr "и"

#: kallithea/lib/helpers.py:688
#, python-format
msgid "%s more"
msgstr "на %s больше"

#: kallithea/lib/helpers.py:689 kallithea/templates/changelog/changelog.html:41
#: kallithea/tests/data/templates/changelog/changelog.html.py:132
msgid "revisions"
msgstr "версии"

#: kallithea/lib/helpers.py:713
#, fuzzy, python-format
msgid "Fork name %s"
msgstr "имя форка %s"

#: kallithea/lib/helpers.py:734
#, python-format
msgid "Pull request %s"
msgstr "Pull-запрос %s"

#: kallithea/lib/helpers.py:744
msgid "[deleted] repository"
msgstr "[удален] репозиторий"

#: kallithea/lib/helpers.py:746 kallithea/lib/helpers.py:758
msgid "[created] repository"
msgstr "[создан] репозиторий"

#: kallithea/lib/helpers.py:748
msgid "[created] repository as fork"
msgstr "[создан] репозиторий как форк"

#: kallithea/lib/helpers.py:750 kallithea/lib/helpers.py:760
msgid "[forked] repository"
msgstr "[форкнут] репозиторий"

#: kallithea/lib/helpers.py:752 kallithea/lib/helpers.py:762
msgid "[updated] repository"
msgstr "[обновлён] репозиторий"

#: kallithea/lib/helpers.py:754
msgid "[downloaded] archive from repository"
msgstr "[загружен] архив из репозитория"

#: kallithea/lib/helpers.py:756
msgid "[delete] repository"
msgstr "[удален] репозиторий"

#: kallithea/lib/helpers.py:764
msgid "[created] user"
msgstr "[создан] пользователь"

#: kallithea/lib/helpers.py:766
msgid "[updated] user"
msgstr "[обновлён] пользователь"

#: kallithea/lib/helpers.py:768
msgid "[created] user group"
msgstr "[создана] группа пользователей"

#: kallithea/lib/helpers.py:770
msgid "[updated] user group"
msgstr "[обновлена] группа пользователей"

#: kallithea/lib/helpers.py:772
msgid "[commented] on revision in repository"
msgstr "[комментарий] к ревизии в репозитории"

#: kallithea/lib/helpers.py:774
msgid "[commented] on pull request for"
msgstr "[прокомментировано] в запросе на внесение изменений для"

#: kallithea/lib/helpers.py:776
msgid "[closed] pull request for"
msgstr "[закрыт] Pull-запрос для"

#: kallithea/lib/helpers.py:778
msgid "[pushed] into"
msgstr "[отправлено] в"

#: kallithea/lib/helpers.py:780
msgid "[committed via Kallithea] into repository"
msgstr "[внесены изменения с помощью Kallithea] в репозитории"

#: kallithea/lib/helpers.py:782
msgid "[pulled from remote] into repository"
msgstr "[внесены изменения из удалённого репозитория] в репозиторий"

#: kallithea/lib/helpers.py:784
msgid "[pulled] from"
msgstr "[внесены изменения] из"

#: kallithea/lib/helpers.py:786
msgid "[started following] repository"
msgstr "[добавлен в наблюдения] репозиторий"

#: kallithea/lib/helpers.py:788
msgid "[stopped following] repository"
msgstr "[удалён из наблюдения] репозиторий"

#: kallithea/lib/helpers.py:913
#, python-format
msgid " and %s more"
msgstr " и на %s больше"

#: kallithea/lib/helpers.py:917
#: kallithea/templates/compare/compare_diff.html:69
#: kallithea/templates/pullrequests/pullrequest_show.html:310
#: kallithea/tests/data/templates/compare/compare_diff.html.py:165
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:405
msgid "No files"
msgstr "Нет файлов"

#: kallithea/lib/helpers.py:942
msgid "new file"
msgstr "новый файл"

#: kallithea/lib/helpers.py:945
msgid "mod"
msgstr "изменён"

#: kallithea/lib/helpers.py:948
msgid "del"
msgstr "удалён"

#: kallithea/lib/helpers.py:951
msgid "rename"
msgstr "переименован"

#: kallithea/lib/helpers.py:956
msgid "chmod"
msgstr "chmod"

#: kallithea/lib/helpers.py:1230
#, python-format
msgid ""
"%s repository is not mapped to db perhaps it was created or renamed from "
"the filesystem please run the application again in order to rescan "
"repositories"
msgstr ""
"Репозиторий %s отсутствует в базе данных; возможно, он был создан или "
"переименован из файловой системы. Пожалуйста, перезапустите приложение "
"для сканирования репозиториев"

#: kallithea/lib/utils2.py:387
#, python-format
msgid "%d year"
msgid_plural "%d years"
msgstr[0] "%d год"
msgstr[1] "%d лет"
msgstr[2] "%d года"

#: kallithea/lib/utils2.py:388
#, python-format
msgid "%d month"
msgid_plural "%d months"
msgstr[0] "%d месяц"
msgstr[1] "%d месяца"
msgstr[2] "%d месяцев"

#: kallithea/lib/utils2.py:389
#, python-format
msgid "%d day"
msgid_plural "%d days"
msgstr[0] "%d день"
msgstr[1] "%d дня"
msgstr[2] "%d дней"

#: kallithea/lib/utils2.py:390
#, python-format
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d час"
msgstr[1] "%d часов"
msgstr[2] "%d часа"

#: kallithea/lib/utils2.py:391
#, python-format
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d минута"
msgstr[1] "%d минут"
msgstr[2] "%d минуты"

#: kallithea/lib/utils2.py:392
#, python-format
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d секунды"
msgstr[1] "%d секунды"
msgstr[2] "%d секунды"

#: kallithea/lib/utils2.py:408
#, python-format
msgid "in %s"
msgstr "в %s"

#: kallithea/lib/utils2.py:410
#, python-format
msgid "%s ago"
msgstr "%s назад"

#: kallithea/lib/utils2.py:412
#, python-format
msgid "in %s and %s"
msgstr "в %s и %s"

#: kallithea/lib/utils2.py:415
#, python-format
msgid "%s and %s ago"
msgstr "%s и %s назад"

#: kallithea/lib/utils2.py:418
msgid "just now"
msgstr "прямо сейчас"

#: kallithea/model/comment.py:68
#, python-format
msgid "on line %s"
msgstr "на строке %s"

#: kallithea/model/comment.py:221 kallithea/model/pull_request.py:117
msgid "[Mention]"
msgstr "[Упоминание]"

#: kallithea/model/db.py:1574
msgid "top level"
msgstr "верхний уровень"

#: kallithea/model/db.py:1715
msgid "Kallithea Administrator"
msgstr "Администратор Kallithea"

#: kallithea/model/db.py:1717
msgid "Default user has no access to new repositories"
msgstr ""

#: kallithea/model/db.py:1718
msgid "Default user has read access to new repositories"
msgstr "Неавторизованные пользователи имеют право чтения новых репозиториев"

#: kallithea/model/db.py:1719
msgid "Default user has write access to new repositories"
msgstr "Неавторизованные пользователи имеют право записи в новые репозитории"

#: kallithea/model/db.py:1720
msgid "Default user has admin access to new repositories"
msgstr ""

#: kallithea/model/db.py:1722
msgid "Default user has no access to new repository groups"
msgstr ""

#: kallithea/model/db.py:1723
msgid "Default user has read access to new repository groups"
msgstr ""

#: kallithea/model/db.py:1724
msgid "Default user has write access to new repository groups"
msgstr ""

#: kallithea/model/db.py:1725
msgid "Default user has admin access to new repository groups"
msgstr ""

#: kallithea/model/db.py:1727
msgid "Default user has no access to new user groups"
msgstr ""

#: kallithea/model/db.py:1728
msgid "Default user has read access to new user groups"
msgstr ""

#: kallithea/model/db.py:1729
msgid "Default user has write access to new user groups"
msgstr ""

#: kallithea/model/db.py:1730
msgid "Default user has admin access to new user groups"
msgstr ""

#: kallithea/model/db.py:1732
msgid "Only admins can create repository groups"
msgstr "Только администраторы могут создавать группы"

#: kallithea/model/db.py:1733
#, fuzzy
msgid "Non-admins can create repository groups"
msgstr "Создана новая группа репозиториев %s"

#: kallithea/model/db.py:1735
#, fuzzy
msgid "Only admins can create user groups"
msgstr "Создавать группы пользователей"

#: kallithea/model/db.py:1736
#, fuzzy
msgid "Non-admins can create user groups"
msgstr "Создавать группы пользователей"

#: kallithea/model/db.py:1738
msgid "Only admins can create top level repositories"
msgstr ""

#: kallithea/model/db.py:1739
msgid "Non-admins can create top level repositories"
msgstr ""

#: kallithea/model/db.py:1741
msgid "Repository creation enabled with write permission to a repository group"
msgstr ""

#: kallithea/model/db.py:1742
msgid "Repository creation disabled with write permission to a repository group"
msgstr ""

#: kallithea/model/db.py:1744
#, fuzzy
msgid "Only admins can fork repositories"
msgstr "Местонахождение репозиториев"

#: kallithea/model/db.py:1745
#, fuzzy
msgid "Non-admins can fork repositories"
msgstr "Сбросить кэш для всех репозиториев"

#: kallithea/model/db.py:1747
msgid "Registration disabled"
msgstr "Регистрация отключена"

#: kallithea/model/db.py:1748
#, fuzzy
msgid "User registration with manual account activation"
msgstr "Регистрация пользователя с ручной активацией учётной записи"

#: kallithea/model/db.py:1749
#, fuzzy
msgid "User registration with automatic account activation"
msgstr "Регистрация пользователя с автоматической активацией"

#: kallithea/model/db.py:2276
#, fuzzy
msgid "Not reviewed"
msgstr "Не просмотрено"

#: kallithea/model/db.py:2277
#, fuzzy
msgid "Under review"
msgstr "На рассмотрении"

#: kallithea/model/db.py:2278
#, fuzzy
#| msgid "Approved"
msgid "Not approved"
msgstr "Одобрено"

#: kallithea/model/db.py:2279
msgid "Approved"
msgstr "Одобрено"

#: kallithea/model/forms.py:58
msgid "Please enter a login"
msgstr "Пожалуйста, введите логин"

#: kallithea/model/forms.py:59
#, python-format
msgid "Enter a value %(min)i characters long or more"
msgstr "Введите значение длиной не менее %(min)i символов"

#: kallithea/model/forms.py:67
msgid "Please enter a password"
msgstr "Пожалуйста, введите пароль"

#: kallithea/model/forms.py:68
#, python-format
msgid "Enter %(min)i characters or more"
msgstr "Введите не менее %(min)i символов"

#: kallithea/model/forms.py:167
msgid "Name must not contain only digits"
msgstr ""

#: kallithea/model/notification.py:240
#, python-format
msgid "%(user)s commented on changeset %(age)s"
msgstr "%(user)s оставил комментарий к набору изменений %(age)s"

#: kallithea/model/notification.py:241
#, python-format
msgid "%(user)s sent message %(age)s"
msgstr "%(user)s отправил сообщение %(age)s"

#: kallithea/model/notification.py:242
#, python-format
msgid "%(user)s mentioned you %(age)s"
msgstr "%(user)s упомянул вас %(age)s"

#: kallithea/model/notification.py:243
#, python-format
msgid "%(user)s registered in Kallithea %(age)s"
msgstr "%(user)s зарегистрировался в Kallithea %(age)s"

#: kallithea/model/notification.py:244
#, python-format
msgid "%(user)s opened new pull request %(age)s"
msgstr "%(user)s открыл новый pull-запрос %(age)s"

#: kallithea/model/notification.py:245
#, python-format
msgid "%(user)s commented on pull request %(age)s"
msgstr "%(user)s оставил комментарий к pull-запросу %(age)s"

#: kallithea/model/notification.py:252
#, python-format
msgid "%(user)s commented on changeset at %(when)s"
msgstr "%(user)s оставил комментарий к набору изменений %(when)s"

#: kallithea/model/notification.py:253
#, python-format
msgid "%(user)s sent message at %(when)s"
msgstr "%(user)s отправил сообщение %(when)s"

#: kallithea/model/notification.py:254
#, python-format
msgid "%(user)s mentioned you at %(when)s"
msgstr "%(user)s упомянул вас %(when)s"

#: kallithea/model/notification.py:255
#, python-format
msgid "%(user)s registered in Kallithea at %(when)s"
msgstr "%(user)s зарегистрировался в Kallithea %(when)s"

#: kallithea/model/notification.py:256
#, python-format
msgid "%(user)s opened new pull request at %(when)s"
msgstr "%(user)s открыл новый pull-запрос %(when)s"

#: kallithea/model/notification.py:257
#, python-format
msgid "%(user)s commented on pull request at %(when)s"
msgstr "%(user)s оставил комментарий к pull-запросу %(when)s"

#: kallithea/model/notification.py:288
#, fuzzy, python-format
#| msgid "[Comment] %(repo_name)s pull request %(pr_nice_id)s from %(ref)s"
msgid ""
"[Comment] %(repo_name)s changeset %(short_id)s \"%(message_short)s\" on "
"%(branch)s"
msgstr "[прокомментировано] в запросе на внесение изменений для"

#: kallithea/model/notification.py:291
#, python-format
msgid "New user %(new_username)s registered"
msgstr "Новый пользователь \"%(new_username)s\" зарегистрирован"

#: kallithea/model/notification.py:293
#, python-format
msgid ""
"[Review] %(repo_name)s PR %(pr_nice_id)s \"%(pr_title_short)s\" from "
"%(pr_source_branch)s by %(pr_owner_username)s"
msgstr ""

#: kallithea/model/notification.py:294
#, python-format
msgid ""
"[Comment] %(repo_name)s PR %(pr_nice_id)s \"%(pr_title_short)s\" from "
"%(pr_source_branch)s by %(pr_owner_username)s"
msgstr ""

#: kallithea/model/notification.py:307
msgid "Closing"
msgstr "Закрыт"

#: kallithea/model/pull_request.py:76
#, fuzzy, python-format
msgid "%(user)s wants you to review pull request %(pr_nice_id)s: %(pr_title)s"
msgstr "%(user)s просит вас рассмотреть pull request #%(pr_id)s: %(pr_title)s"

#: kallithea/model/pull_request.py:211
#, fuzzy, python-format
#| msgid "Error creating pull request: %s"
msgid "Cannot create empty pull request"
msgstr "Ошибка при создании pull-запроса: %s"

#: kallithea/model/pull_request.py:219
#, python-format
msgid ""
"Cannot create pull request - criss cross merge detected, please merge a "
"later %s revision to %s"
msgstr ""

#: kallithea/model/pull_request.py:247 kallithea/model/pull_request.py:382
#, fuzzy
#| msgid "Confirm to delete this pull request"
msgid "You are not authorized to create the pull request"
msgstr "Подтвердите удаление этого pull-request'а"

#: kallithea/model/pull_request.py:341
#, fuzzy
#| msgid "Missing changesets since the previous pull request:"
msgid "Missing changesets since the previous iteration:"
msgstr "Отсутствующие ревизии относительно предыдущего pull-запроса:"

#: kallithea/model/pull_request.py:348
#, fuzzy, python-format
#| msgid "New changesets on %s %s since the previous pull request:"
msgid "New changesets on %s %s since the previous iteration:"
msgstr "Новые ревизии на %s %s относительно предыдущего pull-запроса:"

#: kallithea/model/pull_request.py:355
msgid "Ancestor didn't change - diff since previous iteration:"
msgstr ""

#: kallithea/model/pull_request.py:362
#, fuzzy, python-format
#| msgid "" "This pull request is based on another %s revision and there is no
#| simple " "diff."
msgid ""
"This iteration is based on another %s revision and there is no simple "
"diff."
msgstr "Этот pull-запрос основан на другой ревизии %s, простой diff невозможен."

#: kallithea/model/pull_request.py:364
#, fuzzy, python-format
#| msgid "No changes found on %s %s since previous version."
msgid "No changes found on %s %s since previous iteration."
msgstr "Нет изменений на %s %s относительно предыдущей версии."

#: kallithea/model/pull_request.py:390
#, python-format
msgid "Closed, next iteration: %s ."
msgstr ""

#: kallithea/model/scm.py:697
msgid "latest tip"
msgstr "последняя версия"

#: kallithea/model/user.py:189
msgid "New user registration"
msgstr "Регистрация нового пользователя"

#: kallithea/model/user.py:253
#, fuzzy
msgid "You can't remove this user since it is crucial for the entire application"
msgstr ""
"Вы не можете удалить пользователя, поскольку это критично для работы "
"всего приложения"

#: kallithea/model/user.py:258
#, python-format
msgid ""
"User \"%s\" still owns %s repositories and cannot be removed. Switch "
"owners or remove those repositories: %s"
msgstr ""
"Пользователь \"%s\" всё ещё является владельцем %s репозиториев и поэтому"
" не может быть удалён. Смените владельца или удалите эти репозитории: %s"

#: kallithea/model/user.py:263
#, python-format
msgid ""
"User \"%s\" still owns %s repository groups and cannot be removed. Switch"
" owners or remove those repository groups: %s"
msgstr ""
"Пользователь \"%s\" всё ещё является владельцем %s групп репозиториев и "
"поэтому не может быть удалён. Смените владельца или удалите данные "
"группы: %s"

#: kallithea/model/user.py:270
#, python-format
msgid ""
"User \"%s\" still owns %s user groups and cannot be removed. Switch "
"owners or remove those user groups: %s"
msgstr ""
"Пользователь \"%s\" всё ещё является владельцем %s групп пользователей и "
"поэтому не может быть удалён. Смените владельца или удалите данные "
"группы: %s"

#: kallithea/model/user.py:364
msgid "Password reset link"
msgstr "Ссылка сброса пароля"

#: kallithea/model/user.py:413
#, fuzzy
msgid "Password reset notification"
msgstr "Ссылка сброса пароля"

#: kallithea/model/user.py:414
#, python-format
msgid ""
"The password to your account %s has been changed using password reset "
"form."
msgstr ""

#: kallithea/model/validators.py:54 kallithea/model/validators.py:55
msgid "Value cannot be an empty list"
msgstr "Значение не может быть пустым списком"

#: kallithea/model/validators.py:73
#, python-format
msgid "Username \"%(username)s\" already exists"
msgstr "Пользователь с именем \"%(username)s\" уже существует"

#: kallithea/model/validators.py:75
#, fuzzy, python-format
msgid "Username \"%(username)s\" cannot be used"
msgstr "Имя \"%(username)s\" недопустимо"

#: kallithea/model/validators.py:77
#, fuzzy
msgid ""
"Username may only contain alphanumeric characters underscores, periods or"
" dashes and must begin with an alphanumeric character or underscore"
msgstr ""
"Имя пользователя может содержать только буквы, цифры, символы "
"подчеркивания, точки и тире; а так же должно начинаться с буквы, цифры "
"либо с символа подчеркивания"

#: kallithea/model/validators.py:104
msgid "The input is not valid"
msgstr ""

#: kallithea/model/validators.py:111
#, python-format
msgid "Username %(username)s is not valid"
msgstr "Имя \"%(username)s\" недопустимо"

#: kallithea/model/validators.py:131
msgid "Invalid user group name"
msgstr "Неверное имя группы пользователей"

#: kallithea/model/validators.py:132
#, python-format
msgid "User group \"%(usergroup)s\" already exists"
msgstr "Группа пользователей \"%(usergroup)s\" уже существует"

#: kallithea/model/validators.py:134
msgid ""
"user group name may only contain alphanumeric characters underscores, "
"periods or dashes and must begin with alphanumeric character"
msgstr ""
"имя группы пользователей может содержать только буквы, цифры, символы "
"подчеркивания, точки и тире; а так же должно начинаться с буквы или цифры"

#: kallithea/model/validators.py:174
msgid "Cannot assign this group as parent"
msgstr "Невозможно использовать эту группу как родителя"

#: kallithea/model/validators.py:175
#, python-format
msgid "Group \"%(group_name)s\" already exists"
msgstr "Группа \"%(group_name)s\" уже существует"

#: kallithea/model/validators.py:177
#, python-format
msgid "Repository with name \"%(group_name)s\" already exists"
msgstr "Репозитарий с  именем \"%(group_name)s\" уже существует"

#: kallithea/model/validators.py:233
msgid "Invalid characters (non-ascii) in password"
msgstr "Недопустимые символы (не ascii) в пароле"

#: kallithea/model/validators.py:248
msgid "Invalid old password"
msgstr "Неверно задан старый пароль"

#: kallithea/model/validators.py:264
msgid "Passwords do not match"
msgstr "Пароли не совпадают"

#: kallithea/model/validators.py:279
#, fuzzy
msgid "Invalid username or password"
msgstr "неверный пароль"

#: kallithea/model/validators.py:310
msgid "Token mismatch"
msgstr "Несовпадение токенов"

#: kallithea/model/validators.py:326
#, fuzzy, python-format
msgid "Repository name %(repo)s is not allowed"
msgstr "Имя репозитория %(repo)s запрещено"

#: kallithea/model/validators.py:328
#, python-format
msgid "Repository named %(repo)s already exists"
msgstr "Репозитарий %(repo)s уже существует"

#: kallithea/model/validators.py:329
#, python-format
msgid "Repository \"%(repo)s\" already exists in group \"%(group)s\""
msgstr "Репозитарий \"%(repo)s\" уже существует в группе \"%(group)s\""

#: kallithea/model/validators.py:331
#, python-format
msgid "Repository group with name \"%(repo)s\" already exists"
msgstr "Группа репозиториев \"%(repo)s\" уже существует"

#: kallithea/model/validators.py:449
#, fuzzy
msgid "Invalid repository URL"
msgstr "приватный репозиторий"

#: kallithea/model/validators.py:450
msgid ""
"Invalid repository URL. It must be a valid http, https, ssh, svn+http or "
"svn+https URL"
msgstr ""

#: kallithea/model/validators.py:475
msgid "Fork has to be the same type as parent"
msgstr "Тип форка будет совпадать с родительским"

#: kallithea/model/validators.py:490
msgid "You don't have permissions to create repository in this group"
msgstr "У вас недостаточно прав для создания репозиториев в этой группе"

#: kallithea/model/validators.py:492
msgid "no permission to create repository in root location"
msgstr "недостаточно прав для создания репозитория в корневом каталоге"

#: kallithea/model/validators.py:542
msgid "You don't have permissions to create a group in this location"
msgstr "У Вас недостаточно привилегий для создания группы в этом месте"

#: kallithea/model/validators.py:582
msgid "This username or user group name is not valid"
msgstr "Данное имя пользователя или группы пользователей недопустимо"

#: kallithea/model/validators.py:675
msgid "This is not a valid path"
msgstr "Этот путь ошибочен"

#: kallithea/model/validators.py:692
#, fuzzy
msgid "This email address is already in use"
msgstr "Этот E-mail уже занят"

#: kallithea/model/validators.py:712
#, fuzzy, python-format
msgid "Email address \"%(email)s\" not found"
msgstr "\"%(email)s\" не существует."

#: kallithea/model/validators.py:749
msgid ""
"The LDAP Login attribute of the CN must be specified - this is the name "
"of the attribute that is equivalent to \"username\""
msgstr ""
"Для входа по LDAP должно быть указано значение аттрибута CN - это "
"эквивалент имени пользователя"

#: kallithea/model/validators.py:761
msgid "Please enter a valid IPv4 or IPv6 address"
msgstr "Пожалуйста, введите существующий IPv4 или IPv6 адре"

#: kallithea/model/validators.py:762
#, python-format
msgid "The network size (bits) must be within the range of 0-32 (not %(bits)r)"
msgstr ""
"Значение маски подсети должно быть в пределах от 0 до 32 (%(bits)r - "
"неверно)"

#: kallithea/model/validators.py:795
msgid "Key name can only consist of letters, underscore, dash or numbers"
msgstr ""
"Ключевое имя может только состоять из букв, символа подчеркивания, тире "
"или чисел"

#: kallithea/model/validators.py:809
msgid "Filename cannot be inside a directory"
msgstr "Файла нет в каталоге"

#: kallithea/model/validators.py:825
#, python-format
msgid "Plugins %(loaded)s and %(next_to_load)s both export the same name"
msgstr ""

#: kallithea/templates/about.html:4 kallithea/templates/about.html:16
msgid "About"
msgstr "О программе"

#: kallithea/templates/index_base.html:25
#: kallithea/templates/index_base.html:30
#: kallithea/templates/admin/repos/repo_add.html:5
#: kallithea/templates/admin/repos/repo_add.html:19
#: kallithea/templates/admin/repos/repos.html:23
#: kallithea/tests/data/templates/index_base.html.py:66
#: kallithea/tests/data/templates/index_base.html.py:78
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:128
#: kallithea/tests/data/templates/admin/repos/repo_add.html.py:146
#: kallithea/tests/data/templates/admin/repos/repos.html.py:107
msgid "Add Repository"
msgstr "Добавить репозиторий"

#: kallithea/templates/index_base.html:27
#: kallithea/templates/index_base.html:32
#: kallithea/templates/admin/repo_groups/repo_group_add.html:5
#: kallithea/templates/admin/repo_groups/repo_group_add.html:13
#: kallithea/templates/admin/repo_groups/repo_groups.html:25
#: kallithea/tests/data/templates/index_base.html.py:72
#: kallithea/tests/data/templates/index_base.html.py:84
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:157
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:175
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:107
msgid "Add Repository Group"
msgstr "Добавить группу репозиториев"

#: kallithea/templates/index_base.html:37
#: kallithea/tests/data/templates/index_base.html.py:90
msgid "You have admin right to this group, and can edit it"
msgstr "Вы имеете администраторские права на эту группу и можете редактировать её"

#: kallithea/templates/index_base.html:37
#: kallithea/tests/data/templates/index_base.html.py:92
msgid "Edit Repository Group"
msgstr "Изменить группу репозиториев"

#: kallithea/templates/index_base.html:47
#, fuzzy
#| msgid "Repository group"
msgid "Repository Group"
msgstr "Группа репозиториев"

#: kallithea/templates/index_base.html:48
#: kallithea/templates/index_base.html:90
#: kallithea/templates/admin/my_account/my_account_api_keys.html:59
#: kallithea/templates/admin/my_account/my_account_api_keys.html:61
#: kallithea/templates/admin/repo_groups/repo_group_add.html:35
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:12
#: kallithea/templates/admin/repo_groups/repo_groups.html:40
#: kallithea/templates/admin/repos/repo_add_base.html:21
#: kallithea/templates/admin/repos/repo_edit_settings.html:52
#: kallithea/templates/admin/repos/repos.html:39
#: kallithea/templates/admin/user_groups/user_group_add.html:33
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:10
#: kallithea/templates/admin/user_groups/user_groups.html:39
#: kallithea/templates/admin/users/user_edit_api_keys.html:59
#: kallithea/templates/admin/users/user_edit_api_keys.html:61
#: kallithea/templates/email_templates/pull_request.html:36
#: kallithea/templates/forks/fork.html:34
#: kallithea/templates/pullrequests/pullrequest.html:33
#: kallithea/templates/pullrequests/pullrequest_show.html:38
#: kallithea/templates/pullrequests/pullrequest_show.html:58
#: kallithea/templates/summary/summary.html:78
#: kallithea/tests/data/templates/index_base.html.py:100
#: kallithea/tests/data/templates/index_base.html.py:130
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:106
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:117
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:114
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:54
#: kallithea/tests/data/templates/admin/repos/repos.html.py:114
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:114
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:106
#: kallithea/tests/data/templates/email_templates/changeset_comment.html.py:101
#: kallithea/tests/data/templates/email_templates/changeset_comment.txt.py:95
#: kallithea/tests/data/templates/email_templates/pull_request.html.py:88
#: kallithea/tests/data/templates/email_templates/pull_request.txt.py:84
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:119
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:153
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:168
#: kallithea/tests/data/templates/summary/summary.html.py:147
msgid "Description"
msgstr "Описание"

#: kallithea/templates/index_base.html:85
#: kallithea/templates/admin/admin_log.html:7
#: kallithea/templates/admin/permissions/permissions_globals.html:13
#: kallithea/tests/data/templates/admin/admin_log.html.py:43
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:45
msgid "Repository"
msgstr "Репозиторий"

#: kallithea/templates/index_base.html:92
#: kallithea/tests/data/templates/index_base.html.py:132
msgid "Last Change"
msgstr "Последнее изменение"

#: kallithea/templates/index_base.html:94
#: kallithea/templates/admin/my_account/my_account_repos.html:15
#: kallithea/templates/admin/my_account/my_account_watched.html:15
#: kallithea/templates/admin/repos/repos.html:41
#: kallithea/tests/data/templates/index_base.html.py:134
#: kallithea/tests/data/templates/admin/my_account/my_account_repos.html.py:36
#: kallithea/tests/data/templates/admin/my_account/my_account_watched.html.py:36
#: kallithea/tests/data/templates/admin/repos/repos.html.py:116
msgid "Tip"
msgstr "Состояние"

#: kallithea/templates/index_base.html:95
#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:10
#: kallithea/templates/admin/repo_groups/repo_groups.html:42
#: kallithea/templates/admin/repos/repo_edit_settings.html:42
#: kallithea/templates/admin/repos/repos.html:42
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:8
#: kallithea/templates/admin/user_groups/user_groups.html:42
#: kallithea/templates/pullrequests/pullrequest_data.html:16
#: kallithea/templates/pullrequests/pullrequest_show.html:135
#: kallithea/templates/pullrequests/pullrequest_show.html:228
#: kallithea/templates/summary/summary.html:123
#: kallithea/tests/data/templates/index_base.html.py:136
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:118
#: kallithea/tests/data/templates/admin/repos/repos.html.py:118
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:120
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:249
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:327
#: kallithea/tests/data/templates/summary/summary.html.py:199
msgid "Owner"
msgstr "Владелец"

#: kallithea/templates/login.html:5 kallithea/templates/login.html:14
#: kallithea/templates/base/base.html:393
#: kallithea/tests/data/templates/login.html.py:64
#: kallithea/tests/data/templates/login.html.py:106
#: kallithea/tests/data/templates/base/base.html.py:626
msgid "Log In"
msgstr "Войти"

#: kallithea/templates/login.html:12
#: kallithea/tests/data/templates/login.html.py:60
#, python-format
msgid "Log In to %s"
msgstr "Войти в %s"

#: kallithea/templates/login.html:23 kallithea/templates/register.html:22
#: kallithea/templates/admin/admin_log.html:5
#: kallithea/templates/admin/my_account/my_account_profile.html:18
#: kallithea/templates/admin/users/user_add.html:27
#: kallithea/templates/admin/users/user_edit_profile.html:18
#: kallithea/templates/admin/users/users.html:37
#: kallithea/templates/base/base.html:377
#: kallithea/templates/email_templates/registration.html:11
#: kallithea/templates/pullrequests/pullrequest_show.html:142
#: kallithea/tests/data/templates/login.html.py:69
#: kallithea/tests/data/templates/register.html.py:69
#: kallithea/tests/data/templates/admin/admin_log.html.py:39
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:60
#: kallithea/tests/data/templates/admin/users/user_add.html.py:109
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:62
#: kallithea/tests/data/templates/admin/users/users.html.py:109
#: kallithea/tests/data/templates/base/base.html.py:611
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:259
msgid "Username"
msgstr "Имя пользователя"

#: kallithea/templates/login.html:29 kallithea/templates/register.html:29
#: kallithea/templates/admin/my_account/my_account.html:27
#: kallithea/templates/admin/users/user_add.html:34
#: kallithea/templates/base/base.html:381
#: kallithea/tests/data/templates/login.html.py:73
#: kallithea/tests/data/templates/register.html.py:73
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:128
#: kallithea/tests/data/templates/admin/users/user_add.html.py:113
#: kallithea/tests/data/templates/base/base.html.py:615
msgid "Password"
msgstr "Пароль"

#: kallithea/templates/login.html:39
msgid "Stay logged in after browser restart"
msgstr ""

#: kallithea/templates/login.html:46
#: kallithea/tests/data/templates/login.html.py:79
msgid "Forgot your password ?"
msgstr "Забыли пароль?"

#: kallithea/templates/login.html:49
#: kallithea/tests/data/templates/login.html.py:83
#: kallithea/tests/data/templates/base/base.html.py:623
msgid "Don't have an account ?"
msgstr "Нет аккаунта?"

#: kallithea/templates/login.html:52
#: kallithea/tests/data/templates/login.html.py:86
msgid "Sign In"
msgstr "Войти"

#: kallithea/templates/password_reset.html:5
#: kallithea/tests/data/templates/password_reset.html.py:110
msgid "Password Reset"
msgstr "Сброс пароля"

#: kallithea/templates/password_reset.html:12
#: kallithea/templates/password_reset_confirmation.html:13
#: kallithea/tests/data/templates/password_reset.html.py:60
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:56
#, python-format
msgid "Reset Your Password to %s"
msgstr "Сброс пароля для %s"

#: kallithea/templates/password_reset.html:14
#: kallithea/templates/password_reset_confirmation.html:5
#: kallithea/templates/password_reset_confirmation.html:15
#: kallithea/tests/data/templates/password_reset.html.py:64
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:60
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:105
msgid "Reset Your Password"
msgstr "Сброс пароля"

#: kallithea/templates/password_reset.html:21
#: kallithea/tests/data/templates/password_reset.html.py:69
msgid "Email Address"
msgstr "Почтовый адрес"

#: kallithea/templates/password_reset.html:29
#: kallithea/templates/register.html:65
#: kallithea/tests/data/templates/password_reset.html.py:75
#: kallithea/tests/data/templates/register.html.py:95
msgid "Captcha"
msgstr "Капча"

#: kallithea/templates/password_reset.html:39
#: kallithea/tests/data/templates/password_reset.html.py:80
msgid "Send Password Reset Email"
msgstr "Послать ссылку сброса пароля"

#: kallithea/templates/password_reset.html:44
#: kallithea/tests/data/templates/password_reset.html.py:82
#, fuzzy
msgid ""
"A password reset link will be sent to the specified email address if it "
"is registered in the system."
msgstr "Ссылка для сброса пароля была отправлена на соответствующий e-mail."

#: kallithea/templates/password_reset_confirmation.html:20
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:65
#, python-format
msgid "You are about to set a new password for the email address %s."
msgstr ""

#: kallithea/templates/password_reset_confirmation.html:21
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:67
msgid ""
"Note that you must use the same browser session for this as the one used "
"to request the password reset."
msgstr ""

#: kallithea/templates/password_reset_confirmation.html:26
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:73
msgid "Code you received in the email"
msgstr ""

#: kallithea/templates/password_reset_confirmation.html:33
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:77
#, fuzzy
msgid "New Password"
msgstr "Новый пароль"

#: kallithea/templates/password_reset_confirmation.html:40
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:81
#, fuzzy
msgid "Confirm New Password"
msgstr "Подтвердите новый пароль"

#: kallithea/templates/password_reset_confirmation.html:49
#: kallithea/tests/data/templates/password_reset_confirmation.html.py:85
msgid "Confirm"
msgstr ""

#: kallithea/templates/register.html:5 kallithea/templates/register.html:15
#: kallithea/templates/register.html:75
#: kallithea/tests/data/templates/register.html.py:64
#: kallithea/tests/data/templates/register.html.py:100
#: kallithea/tests/data/templates/register.html.py:137
msgid "Sign Up"
msgstr "Регистрация"

#: kallithea/templates/register.html:13
#: kallithea/tests/data/templates/register.html.py:60
#, python-format
msgid "Sign Up to %s"
msgstr "Регистра на %s"

#: kallithea/templates/register.html:36
#: kallithea/tests/data/templates/register.html.py:77
msgid "Re-enter password"
msgstr "Повторите пароль"

#: kallithea/templates/register.html:43
#: kallithea/templates/admin/my_account/my_account_profile.html:25
#: kallithea/templates/admin/users/user_add.html:48
#: kallithea/templates/admin/users/user_edit_profile.html:60
#: kallithea/templates/admin/users/users.html:38
#: kallithea/tests/data/templates/register.html.py:81
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:64
#: kallithea/tests/data/templates/admin/users/user_add.html.py:121
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:86
#: kallithea/tests/data/templates/admin/users/users.html.py:111
msgid "First Name"
msgstr "Имя"

#: kallithea/templates/register.html:50
#: kallithea/templates/admin/my_account/my_account_profile.html:32
#: kallithea/templates/admin/users/user_add.html:55
#: kallithea/templates/admin/users/user_edit_profile.html:67
#: kallithea/templates/admin/users/users.html:39
#: kallithea/tests/data/templates/register.html.py:85
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:68
#: kallithea/tests/data/templates/admin/users/user_add.html.py:125
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:90
#: kallithea/tests/data/templates/admin/users/users.html.py:113
msgid "Last Name"
msgstr "Фамилия"

#: kallithea/templates/register.html:57
#: kallithea/templates/admin/my_account/my_account_profile.html:39
#: kallithea/templates/admin/settings/settings.html:31
#: kallithea/templates/admin/users/user_add.html:62
#: kallithea/templates/admin/users/user_edit_profile.html:25
#: kallithea/templates/email_templates/registration.html:33
#: kallithea/tests/data/templates/register.html.py:89
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:72
#: kallithea/tests/data/templates/admin/settings/settings.html.py:132
#: kallithea/tests/data/templates/admin/users/user_add.html.py:129
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:66
msgid "Email"
msgstr "E-mail"

#: kallithea/templates/register.html:77
#: kallithea/tests/data/templates/register.html.py:104
msgid "Registered accounts are ready to use and need no further action."
msgstr ""

#: kallithea/templates/register.html:79
#: kallithea/tests/data/templates/register.html.py:108
msgid "Please wait for an administrator to activate your account."
msgstr "Пожалуйста, подождите, пока администратор подтвердит Вашу регистрацию."

#: kallithea/templates/admin/admin.html:5
#: kallithea/templates/admin/admin.html:13
#: kallithea/templates/base/base.html:55
#: kallithea/tests/data/templates/admin/admin.html.py:133
#: kallithea/tests/data/templates/admin/admin.html.py:155
#: kallithea/tests/data/templates/base/base.html.py:239
msgid "Admin Journal"
msgstr "Журнал администратора"

#: kallithea/templates/admin/admin.html:10
#: kallithea/templates/journal/journal.html:10
#: kallithea/tests/data/templates/admin/admin.html.py:127
msgid "journal filter..."
msgstr "Фильтр журнала..."

#: kallithea/templates/admin/admin.html:12
#: kallithea/templates/journal/journal.html:12
#: kallithea/tests/data/templates/admin/admin.html.py:131
#: kallithea/tests/data/templates/journal/journal.html.py:122
msgid "Filter"
msgstr "Отфильтровать"

#: kallithea/templates/admin/admin.html:13
#: kallithea/templates/journal/journal.html:13
#: kallithea/tests/data/templates/admin/admin.html.py:135
#: kallithea/tests/data/templates/journal/journal.html.py:126
#, python-format
msgid "%s Entry"
msgid_plural "%s Entries"
msgstr[0] "%s запись"
msgstr[1] "%s записей"
msgstr[2] "%s записи"

#: kallithea/templates/admin/admin_log.html:6
#: kallithea/templates/admin/my_account/my_account_repos.html:16
#: kallithea/templates/admin/repo_groups/repo_groups.html:43
#: kallithea/templates/admin/repos/repo_edit_fields.html:9
#: kallithea/templates/admin/repos/repos.html:44
#: kallithea/templates/admin/user_groups/user_groups.html:43
#: kallithea/templates/admin/users/users.html:45
#: kallithea/tests/data/templates/admin/admin_log.html.py:41
#: kallithea/tests/data/templates/admin/my_account/my_account_repos.html.py:38
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:120
#: kallithea/tests/data/templates/admin/repos/repos.html.py:122
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:122
#: kallithea/tests/data/templates/admin/users/users.html.py:123
msgid "Action"
msgstr "Действие"

#: kallithea/templates/admin/admin_log.html:8
#: kallithea/tests/data/templates/admin/admin_log.html.py:45
msgid "Date"
msgstr "Дата"

#: kallithea/templates/admin/admin_log.html:9
#: kallithea/tests/data/templates/admin/admin_log.html.py:47
msgid "From IP"
msgstr "С IP"

#: kallithea/templates/admin/admin_log.html:61
#: kallithea/tests/data/templates/admin/admin_log.html.py:84
msgid "No actions yet"
msgstr "Действия ещё не производились"

#: kallithea/templates/admin/auth/auth_settings.html:5
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:246
msgid "Authentication Settings"
msgstr "Настройки аутентификации"

#: kallithea/templates/admin/auth/auth_settings.html:11
#: kallithea/templates/base/base.html:61
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:228
#: kallithea/tests/data/templates/base/base.html.py:263
msgid "Authentication"
msgstr "Аутентификация"

#: kallithea/templates/admin/auth/auth_settings.html:27
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:114
msgid "Authentication Plugins"
msgstr "Плагины аутентификации"

#: kallithea/templates/admin/auth/auth_settings.html:29
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:116
msgid "Enabled Plugins"
msgstr "Включенные плагины"

#: kallithea/templates/admin/auth/auth_settings.html:32
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:120
#, fuzzy
msgid ""
"Comma-separated list of plugins; Kallithea will try user authentication "
"in plugin order"
msgstr ""
"Список плагинов, разделенных запятой. Kallithea будет пробовать "
"аутентифицировать пользователя в порядке указания плагинов"

#: kallithea/templates/admin/auth/auth_settings.html:36
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:122
msgid "Available built-in plugins"
msgstr "Доступные встроенные плагины"

#: kallithea/templates/admin/auth/auth_settings.html:53
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:140
msgid "Plugin"
msgstr "Плагин"

#: kallithea/templates/admin/auth/auth_settings.html:101
#: kallithea/templates/admin/defaults/defaults.html:67
#: kallithea/templates/admin/my_account/my_account_password.html:30
#: kallithea/templates/admin/my_account/my_account_profile.html:47
#: kallithea/templates/admin/permissions/permissions_globals.html:94
#: kallithea/templates/admin/repo_groups/repo_group_add.html:58
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:98
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:35
#: kallithea/templates/admin/repos/repo_edit_permissions.html:84
#: kallithea/templates/admin/repos/repo_edit_settings.html:104
#: kallithea/templates/admin/settings/settings_hooks.html:46
#: kallithea/templates/admin/user_groups/user_group_add.html:48
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:88
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:46
#: kallithea/templates/admin/users/user_add.html:80
#: kallithea/templates/admin/users/user_edit_profile.html:89
#: kallithea/templates/base/default_perms_box.html:56
#: kallithea/tests/data/templates/admin/auth/auth_settings.html.py:204
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:137
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:76
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:115
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:131
#: kallithea/tests/data/templates/admin/settings/settings_hooks.html.py:82
#: kallithea/tests/data/templates/admin/users/user_add.html.py:141
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:102
#: kallithea/tests/data/templates/base/default_perms_box.html.py:72
msgid "Save"
msgstr "Сохранить"

#: kallithea/templates/admin/defaults/defaults.html:5
#: kallithea/templates/admin/defaults/defaults.html:11
#: kallithea/templates/base/base.html:62
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:162
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:180
#: kallithea/tests/data/templates/base/base.html.py:267
msgid "Repository Defaults"
msgstr "Значения по умолчанию"

#: kallithea/templates/admin/defaults/defaults.html:27
#: kallithea/templates/admin/repos/repo_add_base.html:42
#: kallithea/templates/admin/repos/repo_edit_fields.html:8
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:109
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:72
msgid "Type"
msgstr "Тип"

#: kallithea/templates/admin/defaults/defaults.html:34
#: kallithea/templates/admin/repos/repo_add_base.html:56
#: kallithea/templates/admin/repos/repo_edit_settings.html:60
#: kallithea/templates/data_table/_dt_elements.html:18
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:113
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:84
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:443
msgid "Private repository"
msgstr "Приватный репозиторий"

#: kallithea/templates/admin/defaults/defaults.html:37
#: kallithea/templates/admin/repos/repo_add_base.html:59
#: kallithea/templates/admin/repos/repo_edit_settings.html:63
#: kallithea/templates/forks/fork.html:61
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:117
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:88
msgid ""
"Private repositories are only visible to people explicitly added as "
"collaborators."
msgstr "Приватные репозитории видны только их участникам."

#: kallithea/templates/admin/defaults/defaults.html:42
#: kallithea/templates/admin/repos/repo_edit_settings.html:67
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:119
msgid "Enable statistics"
msgstr "Включить статистику"

#: kallithea/templates/admin/defaults/defaults.html:45
#: kallithea/templates/admin/repos/repo_edit_settings.html:70
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:123
msgid "Enable statistics window on summary page."
msgstr "Включить окно статистики на странице «Общие сведения»."

#: kallithea/templates/admin/defaults/defaults.html:50
#: kallithea/templates/admin/repos/repo_edit_settings.html:74
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:125
msgid "Enable downloads"
msgstr "Включить скачивание"

#: kallithea/templates/admin/defaults/defaults.html:53
#: kallithea/templates/admin/repos/repo_edit_settings.html:77
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:129
msgid "Enable download menu on summary page."
msgstr "Включить меню скачивания на странице «Общие сведения»."

#: kallithea/templates/admin/defaults/defaults.html:58
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:26
#: kallithea/templates/admin/repos/repo_edit_settings.html:81
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:131
msgid "Enable locking"
msgstr "Включить блокирование"

#: kallithea/templates/admin/defaults/defaults.html:61
#: kallithea/templates/admin/repos/repo_edit_settings.html:84
#: kallithea/tests/data/templates/admin/defaults/defaults.html.py:135
msgid "Enable lock-by-pulling on repository."
msgstr "Включить автоблокировку для репозитория."

#: kallithea/templates/admin/gists/edit.html:5
#: kallithea/templates/admin/gists/edit.html:18
msgid "Edit Gist"
msgstr "Правка gist-записи"

#: kallithea/templates/admin/gists/edit.html:35
#, python-format
msgid ""
"Gist was update since you started editing. Copy your changes and click "
"%(here)s to reload new version."
msgstr ""

#: kallithea/templates/admin/gists/edit.html:51
#: kallithea/templates/admin/gists/new.html:35
#: kallithea/tests/data/templates/admin/gists/new.html.py:203
msgid "Gist description ..."
msgstr "Описание..."

#: kallithea/templates/admin/gists/edit.html:54
#: kallithea/templates/admin/gists/new.html:38
#: kallithea/tests/data/templates/admin/gists/new.html.py:205
msgid "Gist lifetime"
msgstr ""

#: kallithea/templates/admin/gists/edit.html:59
#: kallithea/templates/admin/gists/edit.html:61
#: kallithea/templates/admin/gists/index.html:54
#: kallithea/templates/admin/gists/index.html:56
#: kallithea/templates/admin/gists/show.html:45
#: kallithea/templates/admin/gists/show.html:47
#: kallithea/templates/admin/my_account/my_account_api_keys.html:7
#: kallithea/templates/admin/my_account/my_account_api_keys.html:26
#: kallithea/templates/admin/my_account/my_account_api_keys.html:31
#: kallithea/templates/admin/users/user_edit_api_keys.html:7
#: kallithea/templates/admin/users/user_edit_api_keys.html:26
#: kallithea/templates/admin/users/user_edit_api_keys.html:31
#: kallithea/tests/data/templates/admin/gists/index.html.py:137
#: kallithea/tests/data/templates/admin/gists/index.html.py:143
#: kallithea/tests/data/templates/admin/gists/show.html.py:131
#: kallithea/tests/data/templates/admin/gists/show.html.py:137
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:42
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:69
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:82
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:42
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:69
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:82
msgid "Expires"
msgstr "Истекает"

#: kallithea/templates/admin/gists/edit.html:59
#: kallithea/templates/admin/gists/index.html:54
#: kallithea/templates/admin/gists/show.html:45
#: kallithea/templates/admin/my_account/my_account_api_keys.html:7
#: kallithea/templates/admin/my_account/my_account_api_keys.html:26
#: kallithea/templates/admin/users/user_edit_api_keys.html:7
#: kallithea/templates/admin/users/user_edit_api_keys.html:26
#: kallithea/tests/data/templates/admin/gists/index.html.py:139
#: kallithea/tests/data/templates/admin/gists/show.html.py:133
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:44
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:71
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:44
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:71
#, fuzzy
msgid "Never"
msgstr "никогда"

#: kallithea/templates/admin/gists/edit.html:145
msgid "Update Gist"
msgstr "Обновить"

#: kallithea/templates/admin/gists/edit.html:146
#: kallithea/templates/changeset/changeset_file_comment.html:103
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:189
msgid "Cancel"
msgstr "Отмена"

#: kallithea/templates/admin/gists/index.html:6
#: kallithea/templates/admin/gists/index.html:16
#: kallithea/tests/data/templates/admin/gists/index.html.py:178
#: kallithea/tests/data/templates/admin/gists/index.html.py:213
#, python-format
msgid "Private Gists for User %s"
msgstr "Приватная gist-запись для пользователя %s"

#: kallithea/templates/admin/gists/index.html:8
#: kallithea/templates/admin/gists/index.html:18
#: kallithea/tests/data/templates/admin/gists/index.html.py:182
#: kallithea/tests/data/templates/admin/gists/index.html.py:217
#, python-format
msgid "Public Gists for User %s"
msgstr "Публичная gist-запись для пользователя %s"

#: kallithea/templates/admin/gists/index.html:10
#: kallithea/templates/admin/gists/index.html:20
#: kallithea/tests/data/templates/admin/gists/index.html.py:186
#: kallithea/tests/data/templates/admin/gists/index.html.py:221
msgid "Public Gists"
msgstr "Публичные gist-записи"

#: kallithea/templates/admin/gists/index.html:37
#: kallithea/templates/admin/gists/show.html:25
#: kallithea/templates/base/base.html:310
#: kallithea/tests/data/templates/admin/gists/index.html.py:115
#: kallithea/tests/data/templates/admin/gists/show.html.py:115
#: kallithea/tests/data/templates/base/base.html.py:521
msgid "Create New Gist"
msgstr "Создать новую gist-запись"

#: kallithea/templates/admin/gists/index.html:51
#: kallithea/templates/data_table/_dt_elements.html:88
#: kallithea/tests/data/templates/admin/gists/index.html.py:131
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:148
msgid "Created"
msgstr "Создано"

#: kallithea/templates/admin/gists/index.html:66
#: kallithea/tests/data/templates/admin/gists/index.html.py:155
msgid "There are no gists yet"
msgstr "Gist-записи отсутствуют"

#: kallithea/templates/admin/gists/new.html:5
#: kallithea/templates/admin/gists/new.html:18
#: kallithea/tests/data/templates/admin/gists/new.html.py:127
#: kallithea/tests/data/templates/admin/gists/new.html.py:143
msgid "New Gist"
msgstr ""

#: kallithea/templates/admin/gists/new.html:45
msgid "Name this gist ..."
msgstr ""

#: kallithea/templates/admin/gists/new.html:53
#: kallithea/tests/data/templates/admin/gists/new.html.py:211
msgid "Create Private Gist"
msgstr ""

#: kallithea/templates/admin/gists/new.html:54
#: kallithea/tests/data/templates/admin/gists/new.html.py:213
msgid "Create Public Gist"
msgstr ""

#: kallithea/templates/admin/gists/new.html:55
#: kallithea/templates/admin/my_account/my_account_api_keys.html:14
#: kallithea/templates/admin/my_account/my_account_api_keys.html:73
#: kallithea/templates/admin/my_account/my_account_emails.html:47
#: kallithea/templates/admin/my_account/my_account_password.html:31
#: kallithea/templates/admin/my_account/my_account_profile.html:48
#: kallithea/templates/admin/permissions/permissions_globals.html:95
#: kallithea/templates/admin/permissions/permissions_ips.html:34
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:99
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:36
#: kallithea/templates/admin/repos/repo_edit_fields.html:54
#: kallithea/templates/admin/repos/repo_edit_permissions.html:85
#: kallithea/templates/admin/repos/repo_edit_settings.html:105
#: kallithea/templates/admin/settings/settings_global.html:50
#: kallithea/templates/admin/settings/settings_vcs.html:78
#: kallithea/templates/admin/settings/settings_visual.html:116
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:89
#: kallithea/templates/admin/users/user_edit_api_keys.html:14
#: kallithea/templates/admin/users/user_edit_api_keys.html:73
#: kallithea/templates/admin/users/user_edit_emails.html:47
#: kallithea/templates/admin/users/user_edit_ips.html:45
#: kallithea/templates/admin/users/user_edit_profile.html:90
#: kallithea/templates/base/default_perms_box.html:57
#: kallithea/templates/files/files_add.html:69
#: kallithea/templates/files/files_delete.html:41
#: kallithea/templates/files/files_edit.html:72
#: kallithea/templates/pullrequests/pullrequest.html:78
#: kallithea/tests/data/templates/admin/gists/new.html.py:215
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:54
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:112
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:79
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:78
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:117
#: kallithea/tests/data/templates/admin/permissions/permissions_ips.html.py:71
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:70
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:95
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:109
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:54
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:112
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:77
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:104
#: kallithea/tests/data/templates/base/default_perms_box.html.py:74
#: kallithea/tests/data/templates/files/files_add.html.py:249
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:150
msgid "Reset"
msgstr "Сброс"

#: kallithea/templates/admin/gists/show.html:5
#: kallithea/templates/admin/gists/show.html:9
#: kallithea/tests/data/templates/admin/gists/show.html.py:201
#: kallithea/tests/data/templates/admin/gists/show.html.py:229
msgid "Gist"
msgstr "Gist"

#: kallithea/templates/admin/gists/show.html:10
#: kallithea/tests/data/templates/admin/gists/show.html.py:205
#: kallithea/tests/data/templates/email_templates/changeset_comment.html.py:91
#: kallithea/tests/data/templates/email_templates/changeset_comment.txt.py:87
#: kallithea/tests/data/templates/email_templates/pull_request.html.py:82
#: kallithea/tests/data/templates/email_templates/pull_request.txt.py:80
#: kallithea/tests/data/templates/email_templates/pull_request_comment.html.py:83
#: kallithea/tests/data/templates/email_templates/pull_request_comment.txt.py:81
msgid "URL"
msgstr "URL"

#: kallithea/templates/admin/gists/show.html:35
#: kallithea/tests/data/templates/admin/gists/show.html.py:120
msgid "Public Gist"
msgstr ""

#: kallithea/templates/admin/gists/show.html:37
#: kallithea/tests/data/templates/admin/gists/show.html.py:124
msgid "Private Gist"
msgstr ""

#: kallithea/templates/admin/gists/show.html:54
#: kallithea/templates/admin/my_account/my_account_emails.html:23
#: kallithea/templates/admin/notifications/notifications_data.html:14
#: kallithea/templates/admin/notifications/show_notification.html:30
#: kallithea/templates/admin/permissions/permissions_ips.html:11
#: kallithea/templates/admin/repos/repo_edit_advanced.html:68
#: kallithea/templates/admin/repos/repo_edit_fields.html:19
#: kallithea/templates/admin/settings/settings_hooks.html:30
#: kallithea/templates/admin/users/user_edit_emails.html:23
#: kallithea/templates/admin/users/user_edit_ips.html:21
#: kallithea/templates/changeset/changeset_file_comment.html:29
#: kallithea/templates/changeset/changeset_file_comment.html:93
#: kallithea/templates/data_table/_dt_elements.html:76
#: kallithea/templates/data_table/_dt_elements.html:104
#: kallithea/templates/data_table/_dt_elements.html:119
#: kallithea/templates/data_table/_dt_elements.html:134
#: kallithea/templates/files/files_source.html:35
#: kallithea/templates/files/files_source.html:38
#: kallithea/templates/files/files_source.html:41
#: kallithea/templates/pullrequests/pullrequest_data.html:20
#: kallithea/tests/data/templates/admin/gists/show.html.py:146
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:61
#: kallithea/tests/data/templates/admin/permissions/permissions_ips.html.py:51
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:100
#: kallithea/tests/data/templates/admin/settings/settings_hooks.html.py:75
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:59
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:100
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:182
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:123
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:272
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:331
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:396
#: kallithea/tests/data/templates/files/files_source.html.py:82
#: kallithea/tests/data/templates/files/files_source.html.py:88
#: kallithea/tests/data/templates/files/files_source.html.py:94
msgid "Delete"
msgstr "Удалить"

#: kallithea/templates/admin/gists/show.html:54
#: kallithea/tests/data/templates/admin/gists/show.html.py:146
msgid "Confirm to delete this Gist"
msgstr "Подтвердите удаление этой gist-записи"

#: kallithea/templates/admin/gists/show.html:61
#: kallithea/templates/base/perms_summary.html:44
#: kallithea/templates/base/perms_summary.html:81
#: kallithea/templates/base/perms_summary.html:83
#: kallithea/templates/data_table/_dt_elements.html:69
#: kallithea/templates/data_table/_dt_elements.html:70
#: kallithea/templates/data_table/_dt_elements.html:97
#: kallithea/templates/data_table/_dt_elements.html:98
#: kallithea/templates/data_table/_dt_elements.html:112
#: kallithea/templates/data_table/_dt_elements.html:113
#: kallithea/templates/data_table/_dt_elements.html:127
#: kallithea/templates/data_table/_dt_elements.html:128
#: kallithea/templates/files/diff_2way.html:54
#: kallithea/templates/files/files_source.html:37
#: kallithea/templates/files/files_source.html:40
#: kallithea/templates/pullrequests/pullrequest_show.html:41
#: kallithea/tests/data/templates/admin/gists/show.html.py:153
#: kallithea/tests/data/templates/base/perms_summary.html.py:105
#: kallithea/tests/data/templates/base/perms_summary.html.py:154
#: kallithea/tests/data/templates/base/perms_summary.html.py:160
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:117
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:119
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:266
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:268
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:325
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:327
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:390
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:392
#: kallithea/tests/data/templates/files/files_source.html.py:86
#: kallithea/tests/data/templates/files/files_source.html.py:92
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:157
msgid "Edit"
msgstr "Редактировать"

#: kallithea/templates/admin/gists/show.html:63
#: kallithea/templates/files/files_edit.html:52
#: kallithea/templates/files/files_source.html:30
#: kallithea/tests/data/templates/admin/gists/show.html.py:156
#: kallithea/tests/data/templates/files/files_source.html.py:73
msgid "Show as Raw"
msgstr "Показать только текст"

#: kallithea/templates/admin/gists/show.html:69
#: kallithea/tests/data/templates/admin/gists/show.html.py:164
msgid "created"
msgstr "создана"

#: kallithea/templates/admin/gists/show.html:82
#: kallithea/tests/data/templates/admin/gists/show.html.py:178
msgid "Show as raw"
msgstr "Показать только текст"

#: kallithea/templates/admin/my_account/my_account.html:5
#: kallithea/templates/admin/my_account/my_account.html:9
#: kallithea/templates/base/base.html:404
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:170
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:192
#: kallithea/tests/data/templates/base/base.html.py:644
msgid "My Account"
msgstr "Мой Аккаунт"

#: kallithea/templates/admin/my_account/my_account.html:25
#: kallithea/templates/admin/users/user_edit.html:29
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:116
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:112
msgid "Profile"
msgstr "Профиль"

#: kallithea/templates/admin/my_account/my_account.html:26
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:122
#, fuzzy
msgid "Email Addresses"
msgstr "Новый E-mail"

#: kallithea/templates/admin/my_account/my_account.html:28
#: kallithea/templates/admin/users/user_edit.html:31
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:134
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:124
msgid "API Keys"
msgstr "API-ключи"

#: kallithea/templates/admin/my_account/my_account.html:29
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:140
#, fuzzy
msgid "Owned Repositories"
msgstr "репозитории"

#: kallithea/templates/admin/my_account/my_account.html:30
#: kallithea/templates/journal/journal.html:33
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:146
#: kallithea/tests/data/templates/journal/journal.html.py:196
#, fuzzy
msgid "Watched Repositories"
msgstr "Создать репозитории"

#: kallithea/templates/admin/my_account/my_account.html:31
#: kallithea/templates/admin/permissions/permissions.html:30
#: kallithea/templates/admin/user_groups/user_group_edit.html:32
#: kallithea/templates/admin/users/user_edit.html:34
#: kallithea/tests/data/templates/admin/my_account/my_account.html.py:152
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:120
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:130
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:142
#, fuzzy
msgid "Show Permissions"
msgstr "Скопировать привилегии"

#: kallithea/templates/admin/my_account/my_account_api_keys.html:5
#: kallithea/templates/admin/users/user_edit_api_keys.html:5
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:40
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:40
msgid "Built-in"
msgstr ""

#: kallithea/templates/admin/my_account/my_account_api_keys.html:13
#: kallithea/templates/admin/users/user_edit_api_keys.html:13
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:52
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:52
#, fuzzy, python-format
msgid "Confirm to reset this API key: %s"
msgstr "Подтвердите сброс этого API-ключа: %s"

#: kallithea/templates/admin/my_account/my_account_api_keys.html:29
#: kallithea/templates/admin/users/user_edit_api_keys.html:29
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:76
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:76
#, fuzzy
msgid "Expired"
msgstr "Истекает"

#: kallithea/templates/admin/my_account/my_account_api_keys.html:39
#: kallithea/templates/admin/users/user_edit_api_keys.html:39
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:91
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:91
#, fuzzy, python-format
msgid "Confirm to remove this API key: %s"
msgstr "Подтвердите удаление этого API-ключа: %s"

#: kallithea/templates/admin/my_account/my_account_api_keys.html:41
#: kallithea/templates/admin/users/user_edit_api_keys.html:41
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:93
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:93
#, fuzzy
msgid "Remove"
msgstr "Удалено"

#: kallithea/templates/admin/my_account/my_account_api_keys.html:48
#: kallithea/templates/admin/users/user_edit_api_keys.html:48
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:99
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:99
#, fuzzy
msgid "No additional API keys specified"
msgstr "Дополнительные адреса e-mail не указаны"

#: kallithea/templates/admin/my_account/my_account_api_keys.html:56
#: kallithea/templates/admin/users/user_edit_api_keys.html:56
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:104
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:104
#, fuzzy
msgid "New API key"
msgstr "Ключ"

#: kallithea/templates/admin/my_account/my_account_api_keys.html:72
#: kallithea/templates/admin/my_account/my_account_emails.html:46
#: kallithea/templates/admin/permissions/permissions_ips.html:33
#: kallithea/templates/admin/repos/repo_add_base.html:64
#: kallithea/templates/admin/repos/repo_edit_fields.html:53
#: kallithea/templates/admin/users/user_edit_api_keys.html:72
#: kallithea/templates/admin/users/user_edit_emails.html:46
#: kallithea/templates/admin/users/user_edit_ips.html:44
#: kallithea/tests/data/templates/admin/my_account/my_account_api_keys.html.py:110
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:77
#: kallithea/tests/data/templates/admin/permissions/permissions_ips.html.py:69
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:90
#: kallithea/tests/data/templates/admin/users/user_edit_api_keys.html.py:110
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:75
msgid "Add"
msgstr "Добавить"

#: kallithea/templates/admin/my_account/my_account_api_keys.html:81
#, python-format
msgid ""
"\n"
"API keys are used to let scripts or services access %s using your\n"
"account, as if you had provided the script or service with your actual\n"
"password.\n"
msgstr ""

#: kallithea/templates/admin/my_account/my_account_api_keys.html:86
msgid ""
"\n"
"Like passwords, API keys should therefore never be shared with others,\n"
"nor passed to untrusted scripts or services. If such sharing should\n"
"happen anyway, reset the API key on this page to prevent further use.\n"
msgstr ""

#: kallithea/templates/admin/my_account/my_account_emails.html:9
#: kallithea/templates/admin/users/user_edit_emails.html:9
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:45
msgid "Primary"
msgstr "Основной"

#: kallithea/templates/admin/my_account/my_account_emails.html:24
#: kallithea/templates/admin/users/user_edit_emails.html:24
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:62
#, python-format
msgid "Confirm to delete this email: %s"
msgstr "Подтвердите удаление E-mail: %s"

#: kallithea/templates/admin/my_account/my_account_emails.html:30
#: kallithea/templates/admin/users/user_edit_emails.html:30
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:68
msgid "No additional emails specified."
msgstr "Нет дополнительных адресов e-mail."

#: kallithea/templates/admin/my_account/my_account_emails.html:39
#: kallithea/templates/admin/users/user_edit_emails.html:39
#: kallithea/tests/data/templates/admin/my_account/my_account_emails.html.py:73
msgid "New email address"
msgstr "Новый E-mail"

#: kallithea/templates/admin/my_account/my_account_password.html:1
msgid "Change Your Account Password"
msgstr "Смена пароля"

#: kallithea/templates/admin/my_account/my_account_password.html:8
msgid "Current password"
msgstr "Текущий пароль"

#: kallithea/templates/admin/my_account/my_account_password.html:15
#: kallithea/templates/admin/users/user_edit_profile.html:46
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:78
msgid "New password"
msgstr "Новый пароль"

#: kallithea/templates/admin/my_account/my_account_password.html:22
msgid "Confirm new password"
msgstr "Подтвердите новый пароль"

#: kallithea/templates/admin/my_account/my_account_password.html:39
#, python-format
msgid "This account is managed with %s and the password cannot be changed here"
msgstr ""

#: kallithea/templates/admin/my_account/my_account_perms.html:3
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:55
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:57
#, fuzzy
msgid "Current IP"
msgstr "текущий IP-адрес"

#: kallithea/templates/admin/my_account/my_account_profile.html:4
#: kallithea/templates/admin/users/user_edit_profile.html:4
msgid "Gravatar"
msgstr ""

#: kallithea/templates/admin/my_account/my_account_profile.html:10
#: kallithea/templates/admin/users/user_edit_profile.html:10
#, fuzzy, python-format
#| msgid "Change your avatar at"
msgid "Change %s avatar at"
msgstr "Измените аватар через сайт"

#: kallithea/templates/admin/my_account/my_account_profile.html:12
#: kallithea/templates/admin/users/user_edit_profile.html:12
#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:51
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:51
msgid "Avatars are disabled"
msgstr "Аватары отключены"

#: kallithea/templates/admin/my_account/my_account_repos.html:1
#: kallithea/tests/data/templates/admin/my_account/my_account_repos.html.py:30
msgid "Repositories You Own"
msgstr "Репозитории, где Вы — владелец"

#: kallithea/templates/admin/my_account/my_account_repos.html:13
#: kallithea/templates/admin/my_account/my_account_watched.html:13
#: kallithea/templates/admin/repo_groups/repo_groups.html:39
#: kallithea/templates/admin/repos/repo_add_base.html:6
#: kallithea/templates/admin/repos/repo_edit_settings.html:4
#: kallithea/templates/admin/repos/repos.html:38
#: kallithea/templates/admin/user_groups/user_groups.html:38
#: kallithea/templates/base/perms_summary.html:54
#: kallithea/templates/files/files_browser.html:62
#: kallithea/tests/data/templates/index_base.html.py:128
#: kallithea/tests/data/templates/admin/my_account/my_account_repos.html.py:34
#: kallithea/tests/data/templates/admin/my_account/my_account_watched.html.py:34
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:112
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:44
#: kallithea/tests/data/templates/admin/repos/repos.html.py:112
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:112
#: kallithea/tests/data/templates/base/perms_summary.html.py:111
#: kallithea/tests/data/templates/files/files_browser.html.py:76
msgid "Name"
msgstr "Имя"

#: kallithea/templates/admin/my_account/my_account_watched.html:1
#: kallithea/tests/data/templates/admin/my_account/my_account_watched.html.py:30
msgid "Repositories You are Watching"
msgstr "Репозитории, за которыми Вы наблюдаете"

#: kallithea/templates/admin/notifications/notifications.html:5
#: kallithea/templates/admin/notifications/notifications.html:9
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:154
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:176
msgid "My Notifications"
msgstr "Мои уведомления"

#: kallithea/templates/admin/notifications/notifications.html:24
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:117
msgid "All"
msgstr "Всё"

#: kallithea/templates/admin/notifications/notifications.html:25
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:121
msgid "Comments"
msgstr "Комментарии"

#: kallithea/templates/admin/notifications/notifications.html:26
#: kallithea/templates/base/base.html:175
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:125
#: kallithea/tests/data/templates/base/base.html.py:432
msgid "Pull Requests"
msgstr "Pull-запросы"

#: kallithea/templates/admin/notifications/notifications.html:29
#: kallithea/tests/data/templates/admin/notifications/notifications.html.py:129
msgid "Mark All Read"
msgstr "Отметить все как прочтённые"

#: kallithea/templates/admin/notifications/notifications_data.html:12
#, fuzzy
#| msgid "Mark All Read"
msgid "Mark as read"
msgstr "Отметить все как прочтённые"

#: kallithea/templates/admin/notifications/notifications_data.html:21
#: kallithea/tests/data/templates/admin/notifications/notifications_data.html.py:76
msgid "No notifications here yet"
msgstr "Уведомлений нет"

#: kallithea/templates/admin/notifications/show_notification.html:5
#: kallithea/templates/admin/notifications/show_notification.html:11
#: kallithea/tests/data/templates/admin/notifications/show_notification.html.py:146
#: kallithea/tests/data/templates/admin/notifications/show_notification.html.py:168
msgid "Show Notification"
msgstr "Показать уведомление"

#: kallithea/templates/admin/notifications/show_notification.html:9
#: kallithea/templates/base/base.html:403
#: kallithea/tests/data/templates/admin/notifications/show_notification.html.py:144
#: kallithea/tests/data/templates/base/base.html.py:640
msgid "Notifications"
msgstr "Уведомления"

#: kallithea/templates/admin/permissions/permissions.html:5
#: kallithea/templates/admin/permissions/permissions.html:11
#: kallithea/templates/base/base.html:60
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:144
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:162
#: kallithea/tests/data/templates/base/base.html.py:259
msgid "Default Permissions"
msgstr "Стандартные привилегии"

#: kallithea/templates/admin/permissions/permissions.html:28
#: kallithea/templates/admin/settings/settings.html:29
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:108
#: kallithea/tests/data/templates/admin/settings/settings.html.py:120
msgid "Global"
msgstr ""

#: kallithea/templates/admin/permissions/permissions.html:29
#: kallithea/templates/admin/users/user_edit.html:32
#: kallithea/tests/data/templates/admin/permissions/permissions.html.py:114
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:130
msgid "IP Whitelist"
msgstr "Белый список IP"

#: kallithea/templates/admin/permissions/permissions_globals.html:4
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:39
msgid "Anonymous access"
msgstr "Анонимный доступ"

#: kallithea/templates/admin/permissions/permissions_globals.html:9
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:43
#, python-format
msgid ""
"Allow access to Kallithea without needing to log in. Anonymous users use "
"%s user permissions."
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:18
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:51
msgid ""
"All default permissions on each repository will be reset to chosen "
"permission, note that all custom default permission on repositories will "
"be lost"
msgstr ""
"Выбранные привилегии будут установлены по умолчанию для каждого "
"репозитория. Учтите, что ранее установленные привилегии по умолчанию "
"будут сброшены"

#: kallithea/templates/admin/permissions/permissions_globals.html:19
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:53
#, fuzzy
msgid "Apply to all existing repositories"
msgstr "Существующий репозиторий?"

#: kallithea/templates/admin/permissions/permissions_globals.html:23
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:55
msgid "Permissions for the Default user on new repositories."
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:26
#: kallithea/templates/admin/repos/repo_add_base.html:28
#: kallithea/templates/admin/repos/repo_edit_settings.html:28
#: kallithea/templates/data_table/_dt_elements.html:147
#: kallithea/templates/forks/fork.html:42
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:57
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:60
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:297
msgid "Repository group"
msgstr "Группа репозиториев"

#: kallithea/templates/admin/permissions/permissions_globals.html:31
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:63
msgid ""
"All default permissions on each repository group will be reset to chosen "
"permission, note that all custom default permission on repository groups "
"will be lost"
msgstr ""
"Выбранные привилегии будут установлены по умолчанию для каждой группы "
"репозиториев. Учтите, что ранее установленные привилегии по умолчанию для"
" групп репозиториев будут сброшены"

#: kallithea/templates/admin/permissions/permissions_globals.html:32
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:65
#, fuzzy
msgid "Apply to all existing repository groups"
msgstr "Удалить эту группу репозиториев"

#: kallithea/templates/admin/permissions/permissions_globals.html:36
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:67
msgid "Permissions for the Default user on new repository groups."
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:39
#: kallithea/templates/data_table/_dt_elements.html:154
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:69
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:206
msgid "User group"
msgstr "Группа пользователей"

#: kallithea/templates/admin/permissions/permissions_globals.html:44
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:75
#, fuzzy
msgid ""
"All default permissions on each user group will be reset to chosen "
"permission, note that all custom default permission on user groups will "
"be lost"
msgstr ""
"Выбранные привилегии будут установлены по умолчанию для каждой группы "
"пользователей. Учтите, что ранее установленные привилегии по умолчанию "
"для групп пользователей будут сброшены"

#: kallithea/templates/admin/permissions/permissions_globals.html:45
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:77
msgid "Apply to all existing user groups"
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:49
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:79
msgid "Permissions for the Default user on new user groups."
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:52
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:81
#, fuzzy
msgid "Top level repository creation"
msgstr "Создание репозитория"

#: kallithea/templates/admin/permissions/permissions_globals.html:55
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:85
msgid "Enable this to allow non-admins to create repositories at the top level."
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:56
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:87
msgid ""
"Note: This will also give all users API access to create repositories "
"everywhere. That might change in future versions."
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:60
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:89
msgid "Repository creation with group write access"
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:63
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:93
msgid ""
"With this, write permission to a repository group allows creating "
"repositories inside that group. Without this, group write permissions "
"mean nothing."
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:67
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:95
msgid "User group creation"
msgstr "Создание групп пользователей"

#: kallithea/templates/admin/permissions/permissions_globals.html:70
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:99
msgid "Enable this to allow non-admins to create user groups."
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:74
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:101
msgid "Repository forking"
msgstr "Создание форка репозитория"

#: kallithea/templates/admin/permissions/permissions_globals.html:77
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:105
msgid "Enable this to allow non-admins to fork repositories."
msgstr ""

#: kallithea/templates/admin/permissions/permissions_globals.html:81
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:107
msgid "Registration"
msgstr "Регистрация"

#: kallithea/templates/admin/permissions/permissions_globals.html:87
#: kallithea/tests/data/templates/admin/permissions/permissions_globals.html.py:111
msgid "External auth account activation"
msgstr "Активация сторонней учетной записи"

#: kallithea/templates/admin/permissions/permissions_ips.html:12
#: kallithea/templates/admin/users/user_edit_ips.html:22
#: kallithea/tests/data/templates/admin/permissions/permissions_ips.html.py:52
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:60
#, fuzzy, python-format
msgid "Confirm to delete this IP address: %s"
msgstr "Подтвердите удаление IP %s"

#: kallithea/templates/admin/permissions/permissions_ips.html:18
#: kallithea/templates/admin/users/user_edit_ips.html:29
#: kallithea/tests/data/templates/admin/permissions/permissions_ips.html.py:58
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:66
msgid "All IP addresses are allowed."
msgstr "Все IP-адреса разрешены."

#: kallithea/templates/admin/permissions/permissions_ips.html:25
#: kallithea/templates/admin/users/user_edit_ips.html:37
#: kallithea/tests/data/templates/admin/permissions/permissions_ips.html.py:63
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:71
msgid "New IP address"
msgstr "Новый IP-адрес"

#: kallithea/templates/admin/repo_groups/repo_group_add.html:11
#: kallithea/templates/admin/repo_groups/repo_group_edit.html:11
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:89
#: kallithea/templates/admin/repo_groups/repo_groups.html:9
#: kallithea/templates/base/base.html:57 kallithea/templates/base/base.html:76
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:155
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:142
#: kallithea/tests/data/templates/base/base.html.py:247
#: kallithea/tests/data/templates/base/base.html.py:696
msgid "Repository Groups"
msgstr "Группы репозиториев"

#: kallithea/templates/admin/repo_groups/repo_group_add.html:28
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:5
#: kallithea/templates/admin/user_groups/user_group_add.html:27
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:4
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:113
msgid "Group name"
msgstr "Имя группы"

#: kallithea/templates/admin/repo_groups/repo_group_add.html:42
#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:19
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:121
msgid "Group parent"
msgstr "Родительская группа"

#: kallithea/templates/admin/repo_groups/repo_group_add.html:49
#: kallithea/templates/admin/repos/repo_add_base.html:35
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:125
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:66
msgid "Copy parent group permissions"
msgstr ""

#: kallithea/templates/admin/repo_groups/repo_group_add.html:52
#: kallithea/templates/admin/repos/repo_add_base.html:38
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_add.html.py:129
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:70
msgid "Copy permission set from parent repository group."
msgstr ""

#: kallithea/templates/admin/repo_groups/repo_group_edit.html:5
#, python-format
msgid "%s Repository Group Settings"
msgstr "Настройки группы репозиториев %s"

#: kallithea/templates/admin/repo_groups/repo_group_edit.html:29
msgid "Add Child Group"
msgstr "Добавить подгруппу"

#: kallithea/templates/admin/repo_groups/repo_group_edit.html:36
#: kallithea/templates/admin/repos/repo_edit.html:12
#: kallithea/templates/admin/repos/repo_edit.html:25
#: kallithea/templates/admin/settings/settings.html:11
#: kallithea/templates/admin/user_groups/user_group_edit.html:29
#: kallithea/templates/base/base.html:63 kallithea/templates/base/base.html:143
#: kallithea/tests/data/templates/admin/repos/repo_edit.html.py:116
#: kallithea/tests/data/templates/admin/repos/repo_edit.html.py:170
#: kallithea/tests/data/templates/admin/settings/settings.html.py:174
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:112
#: kallithea/tests/data/templates/base/base.html.py:271
#: kallithea/tests/data/templates/base/base.html.py:377
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:91
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:95
msgid "Settings"
msgstr "Настройки"

#: kallithea/templates/admin/repo_groups/repo_group_edit.html:37
#: kallithea/templates/admin/repos/repo_edit.html:31
#: kallithea/templates/admin/user_groups/user_group_edit.html:30
#: kallithea/templates/admin/users/user_edit.html:33
#: kallithea/tests/data/templates/admin/repos/repo_edit.html.py:128
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:118
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:136
msgid "Advanced"
msgstr "Дополнительно"

#: kallithea/templates/admin/repo_groups/repo_group_edit.html:38
#: kallithea/templates/admin/repos/repo_edit.html:28
#: kallithea/templates/admin/user_groups/user_group_edit.html:31
#: kallithea/tests/data/templates/admin/repos/repo_edit.html.py:122
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:124
msgid "Permissions"
msgstr "Привилегии"

#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:1
#, python-format
msgid "Repository Group: %s"
msgstr "Группа репозиториев: %s"

#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:6
msgid "Top level repositories"
msgstr ""

#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:7
msgid "Total repositories"
msgstr ""

#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:8
msgid "Children groups"
msgstr ""

#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:9
#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:7
#: kallithea/templates/admin/users/user_edit_advanced.html:8
#: kallithea/templates/pullrequests/pullrequest_show.html:129
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:245
msgid "Created on"
msgstr "Создано"

#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:21
#: kallithea/templates/data_table/_dt_elements.html:135
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:332
#, python-format
msgid "Confirm to delete this group: %s with %s repository"
msgid_plural "Confirm to delete this group: %s with %s repositories"
msgstr[0] "Подтвердите удаление группы %s, содержащей %s репозиторий"
msgstr[1] "Подтвердите удаление группы %s, содержащей %s репозитория"
msgstr[2] "Подтвердите удаление группы %s, содержащей %s репозиториев"

#: kallithea/templates/admin/repo_groups/repo_group_edit_advanced.html:25
msgid "Delete this repository group"
msgstr "Удалить эту группу репозиториев"

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:7
msgid "Not visible"
msgstr ""

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:8
#, fuzzy
#| msgid "disabled"
msgid "Visible"
msgstr "отключено"

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:9
#, fuzzy
#| msgid "Add Repository"
msgid "Add repos"
msgstr "Добавить репозиторий"

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:10
#, fuzzy
#| msgid "Add user group"
msgid "Add/Edit groups"
msgstr "Добавить группу пользователей"

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:11
#: kallithea/templates/admin/repos/repo_edit_permissions.html:11
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:11
#, fuzzy
msgid "User/User Group"
msgstr "Группа пользователей"

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:28
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:45
#: kallithea/templates/admin/repos/repo_edit_permissions.html:23
#: kallithea/templates/admin/repos/repo_edit_permissions.html:36
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:28
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:45
#, fuzzy
msgid "Default"
msgstr "по умолчанию"

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:34
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:71
#: kallithea/templates/admin/repos/repo_edit_permissions.html:42
#: kallithea/templates/admin/repos/repo_edit_permissions.html:67
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:34
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:71
#, fuzzy
msgid "Revoke"
msgstr "отозвать"

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:81
#: kallithea/templates/admin/repos/repo_edit_permissions.html:77
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:81
msgid "Add new"
msgstr "Добавить новый"

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:87
#, fuzzy
msgid "Apply to children"
msgstr "применить к дочерним"

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:91
msgid "Both"
msgstr ""

#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:92
msgid ""
"Set or revoke permission to all children of that group, including non-"
"private repositories and other groups if selected."
msgstr ""

#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:29
msgid ""
"Enable lock-by-pulling on group. This option will be applied to all other"
" groups and repositories inside"
msgstr ""
"Включить автоблокировку для группы. Эта опция будет применена ко всем "
"дочерним группам и репозиториям"

#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:46
msgid "Remove this group"
msgstr "Удалить эту группу"

#: kallithea/templates/admin/repo_groups/repo_group_edit_settings.html:46
msgid "Confirm to delete this group"
msgstr "Подтвердите удаление этой группы пользователей"

#: kallithea/templates/admin/repo_groups/repo_group_show.html:4
#, fuzzy, python-format
#| msgid "Repository Group: %s"
msgid "Repository group %s"
msgstr "Группа репозиториев: %s"

#: kallithea/templates/admin/repo_groups/repo_group_show.html:9
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_show.html.py:101
msgid "Home"
msgstr "Домой"

#: kallithea/templates/admin/repo_groups/repo_group_show.html:13
#: kallithea/tests/data/templates/admin/repo_groups/repo_group_show.html.py:110
msgid "with"
msgstr "с"

#: kallithea/templates/admin/repo_groups/repo_groups.html:5
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:160
msgid "Repository Groups Administration"
msgstr "Администрирование групп репозиториев"

#: kallithea/templates/admin/repo_groups/repo_groups.html:41
#: kallithea/tests/data/templates/admin/repo_groups/repo_groups.html.py:116
msgid "Number of Top-level Repositories"
msgstr "Число репозиториев верхнего уровня"

#: kallithea/templates/admin/repos/repo_add_base.html:12
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:48
#, fuzzy
msgid "Clone remote repository"
msgstr "[создан] репозиторий"

#: kallithea/templates/admin/repos/repo_add_base.html:16
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:52
msgid ""
"Optional: URL of a remote repository. If set, the repository will be "
"created as a clone from this URL."
msgstr ""

#: kallithea/templates/admin/repos/repo_add_base.html:24
#: kallithea/templates/admin/repos/repo_edit_settings.html:55
#: kallithea/templates/forks/fork.html:37
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:58
msgid "Keep it short and to the point. Use a README file for longer descriptions."
msgstr "Короткое и осмысленное. Для развернутого описания используйте файл README."

#: kallithea/templates/admin/repos/repo_add_base.html:31
#: kallithea/templates/admin/repos/repo_edit_settings.html:31
#: kallithea/templates/forks/fork.html:45
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:64
msgid "Optionally select a group to put this repository into."
msgstr "Опционально выбрать группу, в которую поместить данный репозиторий."

#: kallithea/templates/admin/repos/repo_add_base.html:45
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:76
msgid "Type of repository to create."
msgstr "Тип создаваемого репозитория."

#: kallithea/templates/admin/repos/repo_add_base.html:49
#: kallithea/templates/admin/repos/repo_edit_settings.html:35
#: kallithea/templates/forks/fork.html:50
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:78
msgid "Landing revision"
msgstr "Ревизия для выгрузки"

#: kallithea/templates/admin/repos/repo_add_base.html:52
#: kallithea/tests/data/templates/admin/repos/repo_add_base.html.py:82
msgid ""
"Default revision for files page, downloads, full text search index and "
"readme generation"
msgstr ""

#: kallithea/templates/admin/repos/repo_creating.html:9
#, python-format
msgid "%s Creating Repository"
msgstr "Создание репозитория %s"

#: kallithea/templates/admin/repos/repo_creating.html:13
msgid "Creating repository"
msgstr ""

#: kallithea/templates/admin/repos/repo_creating.html:27
#, python-format
msgid ""
"Repository \"%(repo_name)s\" is being created, you will be redirected "
"when this process is finished.repo_name"
msgstr ""

#: kallithea/templates/admin/repos/repo_creating.html:39
msgid ""
"We're sorry but error occurred during this operation. Please check your "
"Kallithea server logs, or contact administrator."
msgstr ""

#: kallithea/templates/admin/repos/repo_edit.html:8
#: kallithea/tests/data/templates/admin/repos/repo_edit.html.py:192
#, python-format
msgid "%s Repository Settings"
msgstr "Настройки репозитория %s"

#: kallithea/templates/admin/repos/repo_edit.html:34
#: kallithea/tests/data/templates/admin/repos/repo_edit.html.py:134
msgid "Extra Fields"
msgstr "Дополнительные поля"

#: kallithea/templates/admin/repos/repo_edit.html:37
#: kallithea/tests/data/templates/admin/repos/repo_edit.html.py:140
msgid "Caches"
msgstr ""

#: kallithea/templates/admin/repos/repo_edit.html:40
#: kallithea/tests/data/templates/admin/repos/repo_edit.html.py:146
msgid "Remote"
msgstr "Удалённый"

#: kallithea/templates/admin/repos/repo_edit.html:43
#: kallithea/templates/summary/statistics.html:8
#: kallithea/templates/summary/summary.html:160
#: kallithea/templates/summary/summary.html:161
#: kallithea/tests/data/templates/admin/repos/repo_edit.html.py:152
#: kallithea/tests/data/templates/summary/statistics.html.py:217
#: kallithea/tests/data/templates/summary/summary.html.py:245
#: kallithea/tests/data/templates/summary/summary.html.py:249
msgid "Statistics"
msgstr "Статистика"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:1
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:42
msgid "Parent"
msgstr "Родительская группа"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:5
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:48
msgid "Set"
msgstr "Набор"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:7
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:50
msgid "Manually set this repository as a fork of another from the list."
msgstr "Вручную сделать этот репозиторий форком выбранного из списка."

#: kallithea/templates/admin/repos/repo_edit_advanced.html:20
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:54
msgid "Public Journal Visibility"
msgstr "Доступ к публичному журналу"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:27
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:60
msgid "Remove from public journal"
msgstr "Удалить из общедоступного журнала"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:32
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:64
msgid "Add to Public Journal"
msgstr "Добавить в публичный журнал"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:37
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:67
msgid ""
"All actions done in this repository will be visible to everyone in the "
"public journal."
msgstr ""
"Все производимые с этим репозиторием действия будут отображаться в "
"публичном журнале."

#: kallithea/templates/admin/repos/repo_edit_advanced.html:42
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:71
msgid "Change Locking"
msgstr "Включить блокирование"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:48
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:79
msgid "Confirm to unlock repository."
msgstr "Подтвердите снятие блокировки с репозитория."

#: kallithea/templates/admin/repos/repo_edit_advanced.html:50
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:81
msgid "Unlock Repository"
msgstr "Разблокировать репозиторий"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:52
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:83
#, python-format
msgid "Locked by %s on %s"
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_advanced.html:56
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:89
msgid "Confirm to lock repository."
msgstr "Подтвердите блокировку репозитория."

#: kallithea/templates/admin/repos/repo_edit_advanced.html:58
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:91
msgid "Lock Repository"
msgstr "Заблокировать репозиторий"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:60
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:93
msgid "Repository is not locked"
msgstr "Репозиторий не заблокирован"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:63
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:96
msgid ""
"Force locking on the repository. Works only when anonymous access is "
"disabled. Triggering a pull locks the repository.  The user who is "
"pulling locks the repository; only the user who pulled and locked it can "
"unlock it by doing a push."
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_advanced.html:72
#: kallithea/templates/data_table/_dt_elements.html:77
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:104
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:273
#, python-format
msgid "Confirm to delete this repository: %s"
msgstr "Подтвердите удаление этого репозитория: %s"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:74
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:106
msgid "Delete this Repository"
msgstr "Удалить этот репозиторий"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:77
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:110
#, python-format
msgid "This repository has %s fork"
msgid_plural "This repository has %s forks"
msgstr[0] "Данный репозиторий имеет %s копию"
msgstr[1] "Данный репозиторий имеет %s копии"
msgstr[2] "Данный репозиторий имеет %s копий"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:80
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:112
msgid "Detach forks"
msgstr "Отсоединить fork'и"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:84
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:114
msgid "Delete forks"
msgstr "Удалить fork'и"

#: kallithea/templates/admin/repos/repo_edit_advanced.html:88
#: kallithea/tests/data/templates/admin/repos/repo_edit_advanced.html.py:117
msgid ""
"The deleted repository will be moved away and hidden until the "
"administrator expires it. The administrator can both permanently delete "
"it or restore it."
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_caches.html:4
msgid "Invalidate Repository Cache"
msgstr "Сбросить кэш репозитория"

#: kallithea/templates/admin/repos/repo_edit_caches.html:6
msgid ""
"Manually invalidate cache for this repository. On first access, the "
"repository will be cached again."
msgstr "Ручной сброс кэша репозитория. При первом доступе кэш восстановится."

#: kallithea/templates/admin/repos/repo_edit_caches.html:9
msgid "List of Cached Values"
msgstr "Список кешированных значений"

#: kallithea/templates/admin/repos/repo_edit_caches.html:12
msgid "Prefix"
msgstr "Префикс"

#: kallithea/templates/admin/repos/repo_edit_caches.html:13
#: kallithea/templates/admin/repos/repo_edit_fields.html:7
msgid "Key"
msgstr "Ключ"

#: kallithea/templates/admin/repos/repo_edit_caches.html:14
#: kallithea/templates/admin/user_groups/user_group_add.html:40
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:17
#: kallithea/templates/admin/user_groups/user_groups.html:41
#: kallithea/templates/admin/users/user_add.html:69
#: kallithea/templates/admin/users/user_edit_profile.html:74
#: kallithea/templates/admin/users/users.html:42
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:118
#: kallithea/tests/data/templates/admin/users/user_add.html.py:133
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:94
#: kallithea/tests/data/templates/admin/users/users.html.py:117
msgid "Active"
msgstr "Активный"

#: kallithea/templates/admin/repos/repo_edit_fields.html:6
msgid "Label"
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_fields.html:20
#, python-format
msgid "Confirm to delete this field: %s"
msgstr "Подтвердите удаление этого поля: %s"

#: kallithea/templates/admin/repos/repo_edit_fields.html:31
msgid "New field key"
msgstr "Ключ"

#: kallithea/templates/admin/repos/repo_edit_fields.html:38
msgid "New field label"
msgstr "Имя поля"

#: kallithea/templates/admin/repos/repo_edit_fields.html:40
msgid "Enter short label"
msgstr "Введите краткое имя поля"

#: kallithea/templates/admin/repos/repo_edit_fields.html:45
msgid "New field description"
msgstr "Описание поля"

#: kallithea/templates/admin/repos/repo_edit_fields.html:47
msgid "Enter description of a field"
msgstr "Введите описание поля"

#: kallithea/templates/admin/repos/repo_edit_fields.html:61
msgid "Extra fields are disabled."
msgstr "Дополнительные поля отключены."

#: kallithea/templates/admin/repos/repo_edit_permissions.html:20
#, fuzzy
msgid "Private Repository"
msgstr "приватный репозиторий"

#: kallithea/templates/admin/repos/repo_edit_remote.html:4
#, fuzzy
#| msgid "[forked] repository"
msgid "Fork of repository"
msgstr "[форкнут] репозиторий"

#: kallithea/templates/admin/repos/repo_edit_remote.html:7
#, fuzzy
msgid "Remote repository URL"
msgstr "Репозиторий %s создан"

#: kallithea/templates/admin/repos/repo_edit_remote.html:15
#, fuzzy
msgid "Pull Changes from Remote Repository"
msgstr "[внесены изменения из удалённого репозитория] в репозиторий"

#: kallithea/templates/admin/repos/repo_edit_remote.html:17
#, fuzzy
msgid "Confirm to pull changes from remote repository."
msgstr "Подтвердите скачивание изменений."

#: kallithea/templates/admin/repos/repo_edit_remote.html:23
msgid "This repository does not have a remote repository URL."
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_settings.html:7
#, fuzzy
msgid "Permanent Repository ID"
msgstr "приватный репозиторий"

#: kallithea/templates/admin/repos/repo_edit_settings.html:7
msgid "What is that?"
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_settings.html:9
msgid "URL by id"
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_settings.html:10
msgid ""
"In case this repository is renamed or moved into another group the "
"repository URL changes.\n"
"                               Using the above permanent URL guarantees "
"that this repository always will be accessible on that URL.\n"
"                               This is useful for CI systems, or any "
"other cases that you need to hardcode the URL into a 3rd party service."
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_settings.html:16
#, fuzzy
msgid "Remote repository"
msgstr "[создан] репозиторий"

#: kallithea/templates/admin/repos/repo_edit_settings.html:19
#, fuzzy
msgid "Repository URL"
msgstr "Репозиторий"

#: kallithea/templates/admin/repos/repo_edit_settings.html:23
msgid ""
"Optional: URL of a remote repository. If set, the repository can be "
"pulled from this URL."
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_settings.html:38
msgid "Default revision for files page, downloads, whoosh and readme"
msgstr ""
"Ревизия по умолчанию, из которой будет производиться выгрузка файлов при "
"скачивании"

#: kallithea/templates/admin/repos/repo_edit_settings.html:46
msgid "Change owner of this repository."
msgstr "Изменить владельца репозитория."

#: kallithea/templates/admin/repos/repo_edit_statistics.html:5
msgid "Processed commits"
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_statistics.html:6
msgid "Processed progress"
msgstr ""

#: kallithea/templates/admin/repos/repo_edit_statistics.html:10
msgid "Reset Statistics"
msgstr "Сброс статистики"

#: kallithea/templates/admin/repos/repo_edit_statistics.html:10
msgid "Confirm to remove current statistics."
msgstr "Подтвердите сброс статистики."

#: kallithea/templates/admin/repos/repos.html:5
#: kallithea/tests/data/templates/admin/repos/repos.html.py:156
msgid "Repositories Administration"
msgstr "Администрирование репозиториев"

#: kallithea/templates/admin/repos/repos.html:43
#: kallithea/tests/data/templates/admin/repos/repos.html.py:120
msgid "State"
msgstr ""

#: kallithea/templates/admin/settings/settings.html:5
#: kallithea/tests/data/templates/admin/settings/settings.html.py:192
msgid "Settings Administration"
msgstr "Администрирование настроек"

#: kallithea/templates/admin/settings/settings.html:27
#: kallithea/tests/data/templates/admin/settings/settings.html.py:108
msgid "VCS"
msgstr ""

#: kallithea/templates/admin/settings/settings.html:28
#: kallithea/tests/data/templates/admin/settings/settings.html.py:114
msgid "Remap and Rescan"
msgstr ""

#: kallithea/templates/admin/settings/settings.html:30
#: kallithea/tests/data/templates/admin/settings/settings.html.py:126
msgid "Visual"
msgstr ""

#: kallithea/templates/admin/settings/settings.html:32
#: kallithea/templates/admin/settings/settings_vcs.html:4
#: kallithea/tests/data/templates/admin/settings/settings.html.py:138
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:47
msgid "Hooks"
msgstr "Хуки"

#: kallithea/templates/admin/settings/settings.html:33
#: kallithea/tests/data/templates/admin/settings/settings.html.py:144
msgid "Full Text Search"
msgstr ""

#: kallithea/templates/admin/settings/settings.html:34
#: kallithea/tests/data/templates/admin/settings/settings.html.py:150
msgid "System Info"
msgstr ""

#: kallithea/templates/admin/settings/settings_email.html:4
#: kallithea/tests/data/templates/admin/settings/settings_email.html.py:35
msgid "Send test email to"
msgstr ""

#: kallithea/templates/admin/settings/settings_email.html:12
#: kallithea/tests/data/templates/admin/settings/settings_email.html.py:39
msgid "Send"
msgstr "Отправить"

#: kallithea/templates/admin/settings/settings_global.html:4
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:35
msgid "Site branding"
msgstr "Брендинг сайта"

#: kallithea/templates/admin/settings/settings_global.html:7
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:39
msgid "Set a custom title for your Kallithea Service."
msgstr ""

#: kallithea/templates/admin/settings/settings_global.html:12
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:41
msgid "HTTP authentication realm"
msgstr "Приветствие для HTTP-аутентификации"

#: kallithea/templates/admin/settings/settings_global.html:19
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:45
msgid "HTML/JavaScript/CSS customization block"
msgstr ""

#: kallithea/templates/admin/settings/settings_global.html:22
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:49
msgid ""
"HTML (possibly with                         JavaScript and/or CSS) that "
"will be added to the bottom                         of every page. This "
"can be used for web analytics                         systems like Google"
" Analytics or Piwik, but also to                         perform "
"instance-specific customizations like adding a                         "
"project banner at the top of every page."
msgstr ""

#: kallithea/templates/admin/settings/settings_global.html:32
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:56
msgid "ReCaptcha public key"
msgstr ""

#: kallithea/templates/admin/settings/settings_global.html:35
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:60
msgid "Public key for reCaptcha system."
msgstr ""

#: kallithea/templates/admin/settings/settings_global.html:40
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:62
msgid "ReCaptcha private key"
msgstr ""

#: kallithea/templates/admin/settings/settings_global.html:43
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:66
msgid ""
"Private key for reCaptcha system. Setting this value will enable captcha "
"on registration."
msgstr ""

#: kallithea/templates/admin/settings/settings_global.html:49
#: kallithea/templates/admin/settings/settings_vcs.html:77
#: kallithea/templates/admin/settings/settings_visual.html:115
#: kallithea/tests/data/templates/admin/settings/settings_global.html.py:68
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:93
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:107
msgid "Save Settings"
msgstr "Сохранить настройки"

#: kallithea/templates/admin/settings/settings_hooks.html:3
#: kallithea/tests/data/templates/admin/settings/settings_hooks.html.py:38
msgid "Built-in Mercurial Hooks (Read-Only)"
msgstr ""

#: kallithea/templates/admin/settings/settings_hooks.html:11
#: kallithea/tests/data/templates/admin/settings/settings_hooks.html.py:49
msgid ""
"Hooks can be used to trigger actions on certain events such as push / "
"pull. They can trigger Python functions or external applications."
msgstr ""

#: kallithea/templates/admin/settings/settings_hooks.html:19
#: kallithea/tests/data/templates/admin/settings/settings_hooks.html.py:53
msgid "Custom Hooks"
msgstr "Пользовательские хуки"

#: kallithea/templates/admin/settings/settings_hooks.html:60
#: kallithea/tests/data/templates/admin/settings/settings_hooks.html.py:89
msgid "Failed to remove hook"
msgstr "Не удалось удалить хук"

#: kallithea/templates/admin/settings/settings_mapping.html:4
#, fuzzy
#| msgid "Rescan option"
msgid "Rescan options"
msgstr "Опции пересканирования"

#: kallithea/templates/admin/settings/settings_mapping.html:9
#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:39
#, fuzzy
msgid "Delete records of missing repositories"
msgstr "Поиск по репозиториям"

#: kallithea/templates/admin/settings/settings_mapping.html:12
#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:41
msgid ""
"Check this option to remove all comments, pull requests and other records"
" related to repositories that no longer exist in the filesystem."
msgstr ""

#: kallithea/templates/admin/settings/settings_mapping.html:17
#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:45
msgid "Invalidate cache for all repositories"
msgstr "Сбросить кэш для всех репозиториев"

#: kallithea/templates/admin/settings/settings_mapping.html:20
#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:47
msgid "Check this to reload data and clear cache keys for all repositories."
msgstr "Сбросить кэш для всех репозиториев."

#: kallithea/templates/admin/settings/settings_mapping.html:25
#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:51
msgid "Install Git hooks"
msgstr ""

#: kallithea/templates/admin/settings/settings_mapping.html:28
#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:53
msgid ""
"Verify if Kallithea's Git hooks are installed for each repository. "
"Current hooks will be updated to the latest version."
msgstr ""

#: kallithea/templates/admin/settings/settings_mapping.html:32
#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:57
msgid "Overwrite existing Git hooks"
msgstr ""

#: kallithea/templates/admin/settings/settings_mapping.html:35
#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:59
msgid ""
"If installing Git hooks, overwrite any existing hooks, even if they do "
"not seem to come from Kallithea. WARNING: This operation will destroy any"
" custom git hooks you may have deployed by hand!"
msgstr ""

#: kallithea/templates/admin/settings/settings_mapping.html:41
#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:61
msgid "Rescan Repositories"
msgstr ""

#: kallithea/templates/admin/settings/settings_search.html:4
#: kallithea/tests/data/templates/admin/settings/settings_search.html.py:35
msgid "Index build option"
msgstr "Опции создания индекса"

#: kallithea/templates/admin/settings/settings_search.html:9
#: kallithea/tests/data/templates/admin/settings/settings_search.html.py:39
msgid "Build from scratch"
msgstr "Сборка с нуля"

#: kallithea/templates/admin/settings/settings_search.html:12
#: kallithea/tests/data/templates/admin/settings/settings_search.html.py:41
msgid ""
"This option completely reindexeses all of the repositories for proper "
"fulltext search capabilities."
msgstr ""

#: kallithea/templates/admin/settings/settings_search.html:18
#: kallithea/tests/data/templates/admin/settings/settings_search.html.py:43
msgid "Reindex"
msgstr "Перестроить индекс"

#: kallithea/templates/admin/settings/settings_system.html:2
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:49
msgid "Checking for updates..."
msgstr ""

#: kallithea/templates/admin/settings/settings_system.html:7
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:36
msgid "Kallithea version"
msgstr ""

#: kallithea/templates/admin/settings/settings_system.html:7
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:36
msgid "Check for updates"
msgstr ""

#: kallithea/templates/admin/settings/settings_system.html:8
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:37
msgid "Kallithea configuration file"
msgstr ""

#: kallithea/templates/admin/settings/settings_system.html:9
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:38
msgid "Python version"
msgstr ""

#: kallithea/templates/admin/settings/settings_system.html:10
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:39
msgid "Platform"
msgstr ""

#: kallithea/templates/admin/settings/settings_system.html:11
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:40
msgid "Git version"
msgstr "Версия Git"

#: kallithea/templates/admin/settings/settings_system.html:12
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:41
msgid "Git path"
msgstr ""

#: kallithea/templates/admin/settings/settings_system.html:13
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:42
msgid "Upgrade info endpoint"
msgstr ""

#: kallithea/templates/admin/settings/settings_system.html:13
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:42
msgid "Note: please make sure this server can access this URL"
msgstr ""

#: kallithea/templates/admin/settings/settings_system.html:23
#: kallithea/tests/data/templates/admin/settings/settings_system.html.py:60
msgid "Python Packages"
msgstr ""

#: kallithea/templates/admin/settings/settings_vcs.html:9
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:51
msgid "Show repository size after push"
msgstr "Показывать размер репозитория после отправки"

#: kallithea/templates/admin/settings/settings_vcs.html:15
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:55
msgid "Log user push commands"
msgstr "Логировать пользовательские команды отправки"

#: kallithea/templates/admin/settings/settings_vcs.html:21
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:59
msgid "Log user pull commands"
msgstr "Логировать пользовательские команды получения"

#: kallithea/templates/admin/settings/settings_vcs.html:27
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:63
msgid "Update repository after push (hg update)"
msgstr "Обновлять репозиторий после отправки (hg update)"

#: kallithea/templates/admin/settings/settings_vcs.html:33
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:65
msgid "Mercurial extensions"
msgstr "Расширения Mercurial"

#: kallithea/templates/admin/settings/settings_vcs.html:38
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:69
msgid "Enable largefiles extension"
msgstr "Включить поддержку больших файлов"

#: kallithea/templates/admin/settings/settings_vcs.html:44
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:73
msgid "Enable hgsubversion extension"
msgstr "Включить поддержку hgsubversion"

#: kallithea/templates/admin/settings/settings_vcs.html:47
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:75
msgid ""
"Requires hgsubversion library to be installed. Enables cloning of remote "
"Subversion repositories while converting them to Mercurial."
msgstr ""

#: kallithea/templates/admin/settings/settings_vcs.html:59
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:80
msgid "Location of repositories"
msgstr "Местонахождение репозиториев"

#: kallithea/templates/admin/settings/settings_vcs.html:64
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:84
msgid ""
"Click to unlock. You must restart Kallithea in order to make this setting"
" take effect."
msgstr ""
"Нажмите для разблокирования. Изменения вступят в силу после перезагрузки "
"Kallithea."

#: kallithea/templates/admin/settings/settings_vcs.html:68
#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:86
msgid ""
"Filesystem location where repositories are stored. After changing this "
"value, a restart and rescan of the repository folder are both required."
msgstr ""

#: kallithea/templates/admin/settings/settings_visual.html:4
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:35
msgid "General"
msgstr "Главное"

#: kallithea/templates/admin/settings/settings_visual.html:9
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:39
msgid "Use repository extra fields"
msgstr "Использовать дополнительные поля в репозиториях"

#: kallithea/templates/admin/settings/settings_visual.html:12
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:41
msgid "Allows storing additional customized fields per repository."
msgstr "Позволяет хранить дополнительные поля в репозиториях."

#: kallithea/templates/admin/settings/settings_visual.html:17
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:45
msgid "Show Kallithea version"
msgstr "Отображать версию Kallithea"

#: kallithea/templates/admin/settings/settings_visual.html:20
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:47
msgid "Shows or hides a version number of Kallithea displayed in the footer."
msgstr ""

#: kallithea/templates/admin/settings/settings_visual.html:25
msgid "Show user Gravatars"
msgstr ""

#: kallithea/templates/admin/settings/settings_visual.html:29
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:55
msgid ""
"Gravatar URL allows you to use another avatar server application.\n"
"                                                        The following "
"variables of the URL will be replaced accordingly.\n"
"                                                        {scheme}    "
"'http' or 'https' sent from running Kallithea server,\n"
"                                                        {email}     user "
"email,\n"
"                                                        {md5email}  md5 "
"hash of the user email (like at gravatar.com),\n"
"                                                        {size}      size "
"of the image that is expected from the server application,\n"
"                                                        {netloc}    "
"network location/server host of running Kallithea server"
msgstr ""

#: kallithea/templates/admin/settings/settings_visual.html:40
#: kallithea/templates/summary/summary.html:62
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:63
#: kallithea/tests/data/templates/summary/summary.html.py:133
msgid "Clone URL"
msgstr "Ссылка для клонирования"

#: kallithea/templates/admin/settings/settings_visual.html:43
msgid ""
"Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/{repo}'."
"\n"
"                                                    The following "
"variables are available:\n"
"                                                    {scheme} 'http' or "
"'https' sent from running Kallithea server,\n"
"                                                    {user}   current user"
" username,\n"
"                                                    {netloc} network "
"location/server host of running Kallithea server,\n"
"                                                    {repo}   full "
"repository name,\n"
"                                                    {repoid} ID of "
"repository, can be used to construct clone-by-id"
msgstr ""

#: kallithea/templates/admin/settings/settings_visual.html:54
#, fuzzy
#| msgid "Repository Size"
msgid "Repository page size"
msgstr "Размер репозитория"

#: kallithea/templates/admin/settings/settings_visual.html:57
msgid ""
"Number of items displayed in the repository pages before pagination is "
"shown."
msgstr ""

#: kallithea/templates/admin/settings/settings_visual.html:62
msgid "Admin page size"
msgstr ""

#: kallithea/templates/admin/settings/settings_visual.html:65
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:85
msgid ""
"Number of items displayed in the admin pages grids before pagination is "
"shown."
msgstr ""

#: kallithea/templates/admin/settings/settings_visual.html:70
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:87
msgid "Icons"
msgstr "Иконки"

#: kallithea/templates/admin/settings/settings_visual.html:75
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:91
msgid "Show public repository icon on repositories"
msgstr "Показывать иконки публичных репозиториев"

#: kallithea/templates/admin/settings/settings_visual.html:81
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:95
msgid "Show private repository icon on repositories"
msgstr "Показывать иконки приватных репозиториев"

#: kallithea/templates/admin/settings/settings_visual.html:84
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:97
msgid "Show public/private icons next to repository names."
msgstr "Показывать иконки публичных репозиториев."

#: kallithea/templates/admin/settings/settings_visual.html:89
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:99
#, fuzzy
msgid "Meta Tagging"
msgstr "Метатегирование"

#: kallithea/templates/admin/settings/settings_visual.html:94
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:105
msgid ""
"Parses meta tags from the repository description field and turns them "
"into colored tags."
msgstr ""

#: kallithea/templates/admin/settings/settings_visual.html:98
#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:103
msgid "Stylify recognised meta tags:"
msgstr ""

#: kallithea/templates/admin/user_groups/user_group_add.html:5
msgid "Add user group"
msgstr "Добавить группу пользователей"

#: kallithea/templates/admin/user_groups/user_group_add.html:10
#: kallithea/templates/admin/user_groups/user_group_edit.html:11
#: kallithea/templates/admin/user_groups/user_groups.html:9
#: kallithea/templates/base/base.html:59 kallithea/templates/base/base.html:79
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:164
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:146
#: kallithea/tests/data/templates/base/base.html.py:255
#: kallithea/tests/data/templates/base/base.html.py:702
msgid "User Groups"
msgstr ""

#: kallithea/templates/admin/user_groups/user_group_add.html:12
#: kallithea/templates/admin/user_groups/user_groups.html:24
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:107
msgid "Add User Group"
msgstr ""

#: kallithea/templates/admin/user_groups/user_group_add.html:36
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:13
msgid "Short, optional description for this user group."
msgstr ""

#: kallithea/templates/admin/user_groups/user_group_edit.html:5
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:188
#, python-format
msgid "%s user group settings"
msgstr ""

#: kallithea/templates/admin/user_groups/user_group_edit.html:33
#: kallithea/tests/data/templates/admin/user_groups/user_group_edit.html.py:136
#, fuzzy
msgid "Show Members"
msgstr "участники"

#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:1
#, python-format
msgid "User Group: %s"
msgstr ""

#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:6
#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:23
#: kallithea/templates/admin/user_groups/user_groups.html:40
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:116
msgid "Members"
msgstr "Участники"

#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:19
#: kallithea/templates/data_table/_dt_elements.html:120
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:124
#, python-format
msgid "Confirm to delete this user group: %s"
msgstr "Подтвердите удаление следующей группы пользователей: %s"

#: kallithea/templates/admin/user_groups/user_group_edit_advanced.html:21
msgid "Delete this user group"
msgstr ""

#: kallithea/templates/admin/user_groups/user_group_edit_members.html:11
msgid "No members yet"
msgstr "Нет участников"

#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:26
msgid "Chosen group members"
msgstr "Выбранные участники группы"

#: kallithea/templates/admin/user_groups/user_group_edit_settings.html:39
msgid "Available members"
msgstr "Доступные участники"

#: kallithea/templates/admin/user_groups/user_groups.html:5
#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:164
msgid "User Groups Administration"
msgstr "Администрирование групп пользователей"

#: kallithea/templates/admin/users/user_add.html:5
#: kallithea/tests/data/templates/admin/users/user_add.html.py:185
msgid "Add user"
msgstr "Добавить пользователя"

#: kallithea/templates/admin/users/user_add.html:10
#: kallithea/templates/admin/users/user_edit.html:11
#: kallithea/templates/admin/users/users.html:9
#: kallithea/templates/base/base.html:58
#: kallithea/tests/data/templates/admin/users/user_add.html.py:165
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:170
#: kallithea/tests/data/templates/admin/users/users.html.py:145
#: kallithea/tests/data/templates/base/base.html.py:251
msgid "Users"
msgstr "Пользователи"

#: kallithea/templates/admin/users/user_add.html:12
#: kallithea/templates/admin/users/users.html:23
#: kallithea/tests/data/templates/admin/users/user_add.html.py:167
#: kallithea/tests/data/templates/admin/users/users.html.py:105
msgid "Add User"
msgstr ""

#: kallithea/templates/admin/users/user_add.html:41
#: kallithea/tests/data/templates/admin/users/user_add.html.py:117
msgid "Password confirmation"
msgstr "Подтверждение пароля"

#: kallithea/templates/admin/users/user_edit.html:5
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:194
#, python-format
msgid "%s user settings"
msgstr ""

#: kallithea/templates/admin/users/user_edit.html:30
#: kallithea/tests/data/templates/admin/users/user_edit.html.py:118
msgid "Emails"
msgstr ""

#: kallithea/templates/admin/users/user_edit_advanced.html:1
#, python-format
msgid "User: %s"
msgstr ""

#: kallithea/templates/admin/users/user_edit_advanced.html:7
#: kallithea/templates/admin/users/user_edit_profile.html:32
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:70
msgid "Source of Record"
msgstr ""

#: kallithea/templates/admin/users/user_edit_advanced.html:9
#: kallithea/templates/admin/users/users.html:41
#: kallithea/tests/data/templates/admin/users/users.html.py:115
msgid "Last Login"
msgstr ""

#: kallithea/templates/admin/users/user_edit_advanced.html:10
msgid "Member of User Groups"
msgstr ""

#: kallithea/templates/admin/users/user_edit_advanced.html:21
#: kallithea/templates/data_table/_dt_elements.html:105
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:397
#, python-format
msgid "Confirm to delete this user: %s"
msgstr "Подтвердите удаление пользователя %s"

#: kallithea/templates/admin/users/user_edit_advanced.html:23
msgid "Delete this user"
msgstr ""

#: kallithea/templates/admin/users/user_edit_ips.html:7
#: kallithea/tests/data/templates/admin/users/user_edit_ips.html.py:45
#, python-format
msgid "Inherited from %s"
msgstr ""

#: kallithea/templates/admin/users/user_edit_profile.html:39
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:74
msgid "Name in Source of Record"
msgstr ""

#: kallithea/templates/admin/users/user_edit_profile.html:53
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:82
msgid "New password confirmation"
msgstr "Подтвердите новый пароль"

#: kallithea/templates/admin/users/users.html:5
#: kallithea/tests/data/templates/admin/users/users.html.py:163
msgid "Users Administration"
msgstr "Администрирование пользователей"

#: kallithea/templates/admin/users/users.html:44
#: kallithea/tests/data/templates/admin/users/users.html.py:121
msgid "Auth Type"
msgstr ""

#: kallithea/templates/base/base.html:16
#: kallithea/tests/data/templates/base/base.html.py:59
#, python-format
msgid "Server instance: %s"
msgstr "Экземпляр сервера: %s"

#: kallithea/templates/base/base.html:28
#: kallithea/tests/data/templates/base/base.html.py:78
msgid "Support"
msgstr ""

#: kallithea/templates/base/base.html:86
#: kallithea/tests/data/templates/base/base.html.py:213
msgid "Mercurial repository"
msgstr "Репозиторий Mercurial"

#: kallithea/templates/base/base.html:89
#: kallithea/tests/data/templates/base/base.html.py:217
msgid "Git repository"
msgstr "Git репозиторий"

#: kallithea/templates/base/base.html:114
#: kallithea/tests/data/templates/base/base.html.py:322
msgid "Create Fork"
msgstr "Создать форк"

#: kallithea/templates/base/base.html:125
#: kallithea/templates/summary/summary.html:8
#: kallithea/tests/data/templates/base/base.html.py:333
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:67
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:71
#: kallithea/tests/data/templates/summary/summary.html.py:357
msgid "Summary"
msgstr "Общие сведения"

#: kallithea/templates/base/base.html:127
#: kallithea/templates/base/base.html:129
#: kallithea/templates/changelog/changelog.html:14
#: kallithea/tests/data/templates/base/base.html.py:341
#: kallithea/tests/data/templates/base/base.html.py:349
#: kallithea/tests/data/templates/changelog/changelog.html.py:321
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:73
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:77
msgid "Changelog"
msgstr "История изменений"

#: kallithea/templates/base/base.html:131
#: kallithea/templates/files/files.html:11
#: kallithea/tests/data/templates/base/base.html.py:356
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:79
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:83
#: kallithea/tests/data/templates/files/files.html.py:184
msgid "Files"
msgstr "Файлы"

#: kallithea/templates/base/base.html:137
#: kallithea/templates/base/base.html:139
#: kallithea/tests/data/templates/base/base.html.py:366
#: kallithea/tests/data/templates/base/base.html.py:370
msgid "Options"
msgstr "Опции"

#: kallithea/templates/base/base.html:147
#: kallithea/templates/forks/forks_data.html:18
#: kallithea/tests/data/templates/base/base.html.py:383
#: kallithea/tests/data/templates/forks/forks_data.html.py:59
msgid "Compare Fork"
msgstr "Сравнить форк"

#: kallithea/templates/base/base.html:149
#: kallithea/tests/data/templates/base/base.html.py:388
msgid "Compare"
msgstr "Сравнить"

#: kallithea/templates/base/base.html:151
#: kallithea/templates/base/base.html:320
#: kallithea/templates/search/search.html:14
#: kallithea/templates/search/search.html:67
#: kallithea/tests/data/templates/base/base.html.py:392
#: kallithea/tests/data/templates/base/base.html.py:544
#: kallithea/tests/data/templates/search/search.html.py:134
#: kallithea/tests/data/templates/search/search.html.py:185
msgid "Search"
msgstr "Поиск"

#: kallithea/templates/base/base.html:155
#: kallithea/tests/data/templates/base/base.html.py:399
msgid "Unlock"
msgstr "Разблокировать"

#: kallithea/templates/base/base.html:157
#: kallithea/tests/data/templates/base/base.html.py:405
msgid "Lock"
msgstr "Заблокировать"

#: kallithea/templates/base/base.html:165
#: kallithea/tests/data/templates/base/base.html.py:413
msgid "Follow"
msgstr "Наблюдать"

#: kallithea/templates/base/base.html:166
#: kallithea/tests/data/templates/base/base.html.py:415
msgid "Unfollow"
msgstr "Не наблюдать"

#: kallithea/templates/base/base.html:169 kallithea/templates/forks/fork.html:9
#: kallithea/tests/data/templates/base/base.html.py:419
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:85
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:89
msgid "Fork"
msgstr "Форк"

#: kallithea/templates/base/base.html:170
#: kallithea/templates/pullrequests/pullrequest.html:77
#: kallithea/tests/data/templates/base/base.html.py:423
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:148
msgid "Create Pull Request"
msgstr "Создать Pull запрос"

#: kallithea/templates/base/base.html:175
#: kallithea/tests/data/templates/base/base.html.py:430
#, python-format
msgid "Show Pull Requests for %s"
msgstr "Показать pull-запросы для %s"

#: kallithea/templates/base/base.html:188
#: kallithea/tests/data/templates/base/base.html.py:439
msgid "Switch To"
msgstr "Переключиться на"

#: kallithea/templates/base/base.html:198
#: kallithea/templates/base/base.html:458
#: kallithea/tests/data/templates/base/base.html.py:441
#: kallithea/tests/data/templates/base/base.html.py:656
msgid "No matches found"
msgstr ""

#: kallithea/templates/base/base.html:294
#: kallithea/tests/data/templates/base/base.html.py:494
msgid "Show recent activity"
msgstr "Показать последнюю активность"

#: kallithea/templates/base/base.html:300
#: kallithea/templates/base/base.html:301
#: kallithea/tests/data/templates/base/base.html.py:504
#: kallithea/tests/data/templates/base/base.html.py:508
msgid "Public journal"
msgstr "Общедоступный журнал"

#: kallithea/templates/base/base.html:306
#: kallithea/tests/data/templates/base/base.html.py:513
msgid "Show public gists"
msgstr "Показать публичные записи"

#: kallithea/templates/base/base.html:307
#: kallithea/tests/data/templates/base/base.html.py:517
msgid "Gists"
msgstr "Gist"

#: kallithea/templates/base/base.html:311
#: kallithea/tests/data/templates/base/base.html.py:525
msgid "All Public Gists"
msgstr "Все публичные Gist-записи"

#: kallithea/templates/base/base.html:313
#: kallithea/tests/data/templates/base/base.html.py:531
msgid "My Public Gists"
msgstr "Мои публичные Gist-записи"

#: kallithea/templates/base/base.html:314
#: kallithea/tests/data/templates/base/base.html.py:535
msgid "My Private Gists"
msgstr "Мои приватные Gist-записи"

#: kallithea/templates/base/base.html:319
#: kallithea/tests/data/templates/base/base.html.py:540
msgid "Search in repositories"
msgstr "Поиск по репозиториям"

#: kallithea/templates/base/base.html:342
#: kallithea/templates/base/base.html:343
#: kallithea/templates/pullrequests/pullrequest_show_my.html:6
#: kallithea/templates/pullrequests/pullrequest_show_my.html:10
#: kallithea/tests/data/templates/base/base.html.py:573
#: kallithea/tests/data/templates/base/base.html.py:577
msgid "My Pull Requests"
msgstr "Мои Pull-запросы"

#: kallithea/templates/base/base.html:367
#: kallithea/tests/data/templates/base/base.html.py:602
msgid "Not Logged In"
msgstr "Не авторизован"

#: kallithea/templates/base/base.html:375
#: kallithea/tests/data/templates/base/base.html.py:607
msgid "Login to Your Account"
msgstr "Авторизоваться"

#: kallithea/templates/base/base.html:385
#, fuzzy
#| msgid "Forgot password ?"
msgid "Forgot password?"
msgstr "Забыли пароль?"

#: kallithea/templates/base/base.html:389
#, fuzzy
#| msgid "Don't have an account ?"
msgid "Don't have an account?"
msgstr "Нет аккаунта?"

#: kallithea/templates/base/base.html:407
#: kallithea/tests/data/templates/base/base.html.py:648
msgid "Log Out"
msgstr "Выход"

#: kallithea/templates/base/default_perms_box.html:11
#: kallithea/tests/data/templates/base/default_perms_box.html.py:47
#, fuzzy
msgid "Inherit defaults"
msgstr "Значения по умолчанию"

#: kallithea/templates/base/default_perms_box.html:15
#: kallithea/tests/data/templates/base/default_perms_box.html.py:51
#, python-format
msgid ""
"Select to inherit global settings, IP whitelist and permissions from the "
"%s."
msgstr ""

#: kallithea/templates/base/default_perms_box.html:23
#: kallithea/tests/data/templates/base/default_perms_box.html.py:54
msgid "Create repositories"
msgstr "Создать репозитории"

#: kallithea/templates/base/default_perms_box.html:27
#: kallithea/tests/data/templates/base/default_perms_box.html.py:58
msgid "Select this option to allow repository creation for this user"
msgstr "Опция разрешает пользователю создавать репозитарии"

#: kallithea/templates/base/default_perms_box.html:33
#: kallithea/tests/data/templates/base/default_perms_box.html.py:60
msgid "Create user groups"
msgstr "Создавать группы пользователей"

#: kallithea/templates/base/default_perms_box.html:37
#: kallithea/tests/data/templates/base/default_perms_box.html.py:64
msgid "Select this option to allow user group creation for this user"
msgstr "Опция разрешает пользователю создавать группы пользователей"

#: kallithea/templates/base/default_perms_box.html:43
#: kallithea/tests/data/templates/base/default_perms_box.html.py:66
msgid "Fork repositories"
msgstr "Создавать fork от репозиториев"

#: kallithea/templates/base/default_perms_box.html:47
#: kallithea/tests/data/templates/base/default_perms_box.html.py:70
msgid "Select this option to allow repository forking for this user"
msgstr ""
"Выберите эту опцию чтобы разрешить данному пользователю создавать fork'и "
"репозиториев"

#: kallithea/templates/base/perms_summary.html:13
#: kallithea/templates/changelog/changelog.html:39
#: kallithea/tests/data/templates/base/perms_summary.html.py:51
#: kallithea/tests/data/templates/changelog/changelog.html.py:128
msgid "Show"
msgstr "Показать"

#: kallithea/templates/base/perms_summary.html:22
#: kallithea/tests/data/templates/base/perms_summary.html.py:80
msgid "No permissions defined yet"
msgstr "Привилегии еще не назначены"

#: kallithea/templates/base/perms_summary.html:30
#: kallithea/templates/base/perms_summary.html:55
#: kallithea/tests/data/templates/base/perms_summary.html.py:90
#: kallithea/tests/data/templates/base/perms_summary.html.py:113
msgid "Permission"
msgstr "Привилегия"

#: kallithea/templates/base/perms_summary.html:32
#: kallithea/templates/base/perms_summary.html:57
#: kallithea/tests/data/templates/base/perms_summary.html.py:94
#: kallithea/tests/data/templates/base/perms_summary.html.py:117
msgid "Edit Permission"
msgstr "Изменить привилегии"

#: kallithea/templates/base/perms_summary.html:92
#: kallithea/tests/data/templates/base/perms_summary.html.py:169
msgid "No permission defined"
msgstr ""

#: kallithea/templates/base/root.html:25
#: kallithea/tests/data/templates/base/root.html.py:85
msgid "Add Another Comment"
msgstr "Добавить ещё один комментарий"

#: kallithea/templates/base/root.html:26
#: kallithea/tests/data/templates/base/root.html.py:87
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:242
msgid "Stop following this repository"
msgstr "Отменить наблюдение за репозиторием"

#: kallithea/templates/base/root.html:27
#: kallithea/tests/data/templates/base/root.html.py:89
msgid "Start following this repository"
msgstr "Наблюдать за репозиторием"

#: kallithea/templates/base/root.html:28
#: kallithea/tests/data/templates/base/root.html.py:91
msgid "Group"
msgstr "Группа"

#: kallithea/templates/base/root.html:29
#: kallithea/tests/data/templates/base/root.html.py:93
msgid "members"
msgstr "участники"

#: kallithea/templates/base/root.html:30
#: kallithea/tests/data/templates/base/root.html.py:95
msgid "Loading ..."
msgstr "Загрузка..."

#: kallithea/templates/base/root.html:31
#: kallithea/tests/data/templates/base/root.html.py:97
msgid "loading ..."
msgstr "загрузка..."

#: kallithea/templates/base/root.html:32
#: kallithea/tests/data/templates/base/root.html.py:99
msgid "Search truncated"
msgstr "Поиск усечен"

#: kallithea/templates/base/root.html:33
#: kallithea/tests/data/templates/base/root.html.py:101
msgid "No matching files"
msgstr "Нет совпадений"

#: kallithea/templates/base/root.html:34
#: kallithea/tests/data/templates/base/root.html.py:103
#, fuzzy
msgid "Open New Pull Request from {0}"
msgstr "Комментарий в pull-запросе"

#: kallithea/templates/base/root.html:35
#: kallithea/tests/data/templates/base/root.html.py:105
msgid "Open New Pull Request for {0} &rarr; {1}"
msgstr ""

#: kallithea/templates/base/root.html:36
#: kallithea/tests/data/templates/base/root.html.py:107
#, fuzzy
msgid "Show Selected Changesets {0} &rarr; {1}"
msgstr "Показать выбранные наборы изменений: __S &rarr; __E"

#: kallithea/templates/base/root.html:37
#: kallithea/tests/data/templates/base/root.html.py:109
msgid "Selection Link"
msgstr "Ссылка выбора"

#: kallithea/templates/base/root.html:38
#: kallithea/templates/changeset/diff_block.html:7
#: kallithea/tests/data/templates/base/root.html.py:111
#: kallithea/tests/data/templates/changeset/diff_block.html.py:55
#: kallithea/tests/data/templates/changeset/diff_block.html.py:230
msgid "Collapse Diff"
msgstr "Свернуть сравнение"

#: kallithea/templates/base/root.html:39
#: kallithea/tests/data/templates/base/root.html.py:113
msgid "Expand Diff"
msgstr "Раскрыть сравнение"

#: kallithea/templates/base/root.html:40
#: kallithea/tests/data/templates/base/root.html.py:115
msgid "Failed to revoke permission"
msgstr "Не удалось отозвать привилегии"

#: kallithea/templates/base/root.html:41
#: kallithea/tests/data/templates/base/root.html.py:117
msgid "Confirm to revoke permission for {0}: {1} ?"
msgstr "Подтвердите удаление привилегии для {0}: {1} ?"

#: kallithea/templates/base/root.html:44
#: kallithea/templates/compare/compare_diff.html:108
#: kallithea/tests/data/templates/base/root.html.py:123
msgid "Select changeset"
msgstr "Выбрать набор изменений"

#: kallithea/templates/base/root.html:45
#: kallithea/tests/data/templates/base/root.html.py:125
msgid "Specify changeset"
msgstr "Выбрать набор изменений"

#: kallithea/templates/base/root.html:46
#: kallithea/tests/data/templates/base/root.html.py:127
msgid "Click to sort ascending"
msgstr "По возрастанию"

#: kallithea/templates/base/root.html:47
#: kallithea/tests/data/templates/base/root.html.py:129
msgid "Click to sort descending"
msgstr "По убыванию"

#: kallithea/templates/base/root.html:48
#: kallithea/tests/data/templates/base/root.html.py:131
msgid "No records found."
msgstr "Записи не найдены."

#: kallithea/templates/base/root.html:49
#: kallithea/tests/data/templates/base/root.html.py:133
msgid "Data error."
msgstr "Ошибка данных."

#: kallithea/templates/base/root.html:50
#: kallithea/tests/data/templates/base/root.html.py:135
msgid "Loading..."
msgstr "Загрузка..."

#: kallithea/templates/changelog/changelog.html:6
#: kallithea/tests/data/templates/changelog/changelog.html.py:354
#, python-format
msgid "%s Changelog"
msgstr "Логи изменений %s"

#: kallithea/templates/changelog/changelog.html:21
#: kallithea/tests/data/templates/changelog/changelog.html.py:332
#, python-format
msgid "showing %d out of %d revision"
msgid_plural "showing %d out of %d revisions"
msgstr[0] "Показана %d из %d ревизий"
msgstr[1] "Показаны %d из %d ревизий"
msgstr[2] "Показаны %d из %d ревизий"

#: kallithea/templates/changelog/changelog.html:45
#: kallithea/tests/data/templates/changelog/changelog.html.py:141
msgid "Clear selection"
msgstr "Очистить выбор"

#: kallithea/templates/changelog/changelog.html:52
#: kallithea/tests/data/templates/changelog/changelog.html.py:147
msgid "Go to tip of repository"
msgstr "Перейти на верхушку репозитория"

#: kallithea/templates/changelog/changelog.html:57
#: kallithea/templates/forks/forks_data.html:16
#: kallithea/tests/data/templates/changelog/changelog.html.py:151
#: kallithea/tests/data/templates/forks/forks_data.html.py:55
#, python-format
msgid "Compare fork with %s"
msgstr "Сравнить fork с %s"

#: kallithea/templates/changelog/changelog.html:59
#: kallithea/tests/data/templates/changelog/changelog.html.py:155
#, python-format
msgid "Compare fork with parent repository (%s)"
msgstr "Сравнить форк с родительским репозиторием (%s)"

#: kallithea/templates/changelog/changelog.html:63
#: kallithea/templates/files/files.html:29
#: kallithea/tests/data/templates/changelog/changelog.html.py:158
#: kallithea/tests/data/templates/files/files.html.py:117
msgid "Branch filter:"
msgstr "Отфильтровать ветку:"

#: kallithea/templates/changelog/changelog.html:86
#: kallithea/templates/changelog/changelog_summary_data.html:18
#: kallithea/tests/data/templates/changelog/changelog.html.py:183
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:61
#, fuzzy, python-format
msgid ""
"Changeset status: %s by %s\n"
"Click to open associated pull request %s"
msgstr ""
"Статус набора изенений: %s⏎\n"
"Кликрните, чтобы перейти к соответствующему pull-request'у #%s"

#: kallithea/templates/changelog/changelog.html:90
#: kallithea/templates/changelog/changelog_summary_data.html:22
#: kallithea/tests/data/templates/changelog/changelog.html.py:191
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:69
#, fuzzy, python-format
msgid "Changeset status: %s by %s"
msgstr "Статус набора изменений: %s"

#: kallithea/templates/changelog/changelog.html:107
#: kallithea/templates/compare/compare_cs.html:76
#: kallithea/tests/data/templates/changelog/changelog.html.py:217
#: kallithea/tests/data/templates/compare/compare_cs.html.py:116
msgid "Expand commit message"
msgstr ""

#: kallithea/templates/changelog/changelog.html:116
#: kallithea/templates/compare/compare_cs.html:41
#: kallithea/tests/data/templates/changelog/changelog.html.py:225
#: kallithea/tests/data/templates/compare/compare_cs.html.py:71
msgid "Changeset has comments"
msgstr "Комментарии отсутствуют"

#: kallithea/templates/changelog/changelog.html:151
#: kallithea/templates/changelog/changelog_summary_data.html:53
#: kallithea/templates/changeset/changeset.html:78
#: kallithea/templates/changeset/changeset_range.html:84
#: kallithea/tests/data/templates/changelog/changelog.html.py:234
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:103
#: kallithea/tests/data/templates/changeset/changeset.html.py:216
#: kallithea/tests/data/templates/changeset/changeset_range.html.py:200
#, python-format
msgid "Bookmark %s"
msgstr "Закладка %s"

#: kallithea/templates/changelog/changelog.html:157
#: kallithea/templates/changelog/changelog_summary_data.html:59
#: kallithea/templates/changeset/changeset.html:85
#: kallithea/templates/changeset/changeset_range.html:90
#: kallithea/templates/compare/compare_cs.html:82
#: kallithea/templates/pullrequests/pullrequest_show.html:177
#: kallithea/tests/data/templates/changelog/changelog.html.py:240
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:109
#: kallithea/tests/data/templates/changeset/changeset.html.py:223
#: kallithea/tests/data/templates/changeset/changeset_range.html.py:206
#: kallithea/tests/data/templates/compare/compare_cs.html.py:120
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:295
#, python-format
msgid "Tag %s"
msgstr "Метка %s"

#: kallithea/templates/changelog/changelog.html:162
#: kallithea/templates/changelog/changelog_summary_data.html:64
#: kallithea/templates/changeset/changeset.html:90
#: kallithea/templates/changeset/changeset_range.html:94
#: kallithea/tests/data/templates/changelog/changelog.html.py:246
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:115
#: kallithea/tests/data/templates/changeset/changeset.html.py:230
#: kallithea/tests/data/templates/changeset/changeset_range.html.py:212
#, python-format
msgid "Branch %s"
msgstr "Ветка %s"

#: kallithea/templates/changelog/changelog.html:326
#: kallithea/tests/data/templates/changelog/changelog.html.py:289
msgid "There are no changes yet"
msgstr "Изменений ещё нет"

#: kallithea/templates/changelog/changelog_details.html:4
#: kallithea/templates/changeset/changeset.html:98
#: kallithea/tests/data/templates/changeset/changeset.html.py:187
msgid "Removed"
msgstr "Удалено"

#: kallithea/templates/changelog/changelog_details.html:5
#: kallithea/templates/changeset/changeset.html:99
#: kallithea/tests/data/templates/changeset/changeset.html.py:191
msgid "Changed"
msgstr "Изменено"

#: kallithea/templates/changelog/changelog_details.html:6
#: kallithea/templates/changeset/changeset.html:100
#: kallithea/templates/changeset/diff_block.html:38
#: kallithea/tests/data/templates/changeset/changeset.html.py:195
#: kallithea/tests/data/templates/changeset/diff_block.html.py:110
msgid "Added"
msgstr "Добавлено"

#: kallithea/templates/changelog/changelog_details.html:8
#: kallithea/templates/changelog/changelog_details.html:9
#: kallithea/templates/changelog/changelog_details.html:10
#: kallithea/templates/changeset/changeset.html:102
#: kallithea/templates/changeset/changeset.html:103
#: kallithea/templates/changeset/changeset.html:104
#: kallithea/tests/data/templates/changeset/changeset.html.py:201
#: kallithea/tests/data/templates/changeset/changeset.html.py:203
#: kallithea/tests/data/templates/changeset/changeset.html.py:205
#, python-format
msgid "Affected %s files"
msgstr "Затрагивает %s файлов"

#: kallithea/templates/changelog/changelog_summary_data.html:7
#: kallithea/templates/files/files_browser.html:32
#: kallithea/templates/pullrequests/pullrequest.html:52
#: kallithea/templates/pullrequests/pullrequest.html:68
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:43
#: kallithea/tests/data/templates/files/files_browser.html.py:52
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:134
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:146
msgid "Revision"
msgstr "Ревизия"

#: kallithea/templates/changelog/changelog_summary_data.html:8
#: kallithea/templates/files/files_add.html:64
#: kallithea/templates/files/files_delete.html:34
#: kallithea/templates/files/files_edit.html:67
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:45
#: kallithea/tests/data/templates/files/files_add.html.py:243
msgid "Commit Message"
msgstr ""

#: kallithea/templates/changelog/changelog_summary_data.html:9
#: kallithea/templates/pullrequests/pullrequest_data.html:17
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:47
msgid "Age"
msgstr "Возраст"

#: kallithea/templates/changelog/changelog_summary_data.html:10
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:49
msgid "Author"
msgstr "Автор"

#: kallithea/templates/changelog/changelog_summary_data.html:11
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:51
msgid "Refs"
msgstr "Ссылки"

#: kallithea/templates/changelog/changelog_summary_data.html:79
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:127
msgid "Add or upload files directly via Kallithea"
msgstr "Добавить или загрузить файлы через Kallithea"

#: kallithea/templates/changelog/changelog_summary_data.html:82
#: kallithea/templates/files/files_add.html:21
#: kallithea/templates/files/files_ypjax.html:9
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:131
#: kallithea/tests/data/templates/files/files_add.html.py:159
#: kallithea/tests/data/templates/files/files_ypjax.html.py:46
msgid "Add New File"
msgstr ""

#: kallithea/templates/changelog/changelog_summary_data.html:88
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:134
#, fuzzy
msgid "Push new repository"
msgstr "Отправить новый репозиторий"

#: kallithea/templates/changelog/changelog_summary_data.html:96
#: kallithea/tests/data/templates/changelog/changelog_summary_data.html.py:148
msgid "Existing repository?"
msgstr "Существующий репозиторий?"

#: kallithea/templates/changeset/changeset.html:8
#: kallithea/tests/data/templates/changeset/changeset.html.py:436
#, python-format
msgid "%s Changeset"
msgstr "%s Изменения"

#: kallithea/templates/changeset/changeset.html:36
#: kallithea/tests/data/templates/changeset/changeset.html.py:154
msgid "Parent rev."
msgstr ""

#: kallithea/templates/changeset/changeset.html:42
#: kallithea/tests/data/templates/changeset/changeset.html.py:156
msgid "Child rev."
msgstr ""

#: kallithea/templates/changeset/changeset.html:47
#: kallithea/tests/data/templates/changeset/changeset.html.py:162
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:105
#: kallithea/tests/data/templates/changeset/changeset_range.html.py:154
msgid "Changeset status"
msgstr "Статут изменений"

#: kallithea/templates/changeset/changeset.html:54
#: kallithea/templates/changeset/diff_block.html:64
#: kallithea/templates/files/diff_2way.html:47
#: kallithea/tests/data/templates/changeset/changeset.html.py:169
#: kallithea/tests/data/templates/changeset/diff_block.html.py:161
msgid "Raw diff"
msgstr "Отобразить в формате diff"

#: kallithea/templates/changeset/changeset.html:57
#: kallithea/tests/data/templates/changeset/changeset.html.py:173
msgid "Patch diff"
msgstr "Применить разностное исправление (Patch diff)"

#: kallithea/templates/changeset/changeset.html:60
#: kallithea/templates/changeset/diff_block.html:66
#: kallithea/templates/files/diff_2way.html:50
#: kallithea/tests/data/templates/changeset/changeset.html.py:177
#: kallithea/tests/data/templates/changeset/diff_block.html.py:165
msgid "Download diff"
msgstr "Скачать diff"

#: kallithea/templates/changeset/changeset.html:73
#: kallithea/templates/changeset/changeset_range.html:80
#: kallithea/tests/data/templates/changeset/changeset.html.py:210
#: kallithea/tests/data/templates/changeset/changeset_range.html.py:195
#, fuzzy
msgid "Merge"
msgstr "свести"

#: kallithea/templates/changeset/changeset.html:117
#: kallithea/tests/data/templates/changeset/changeset.html.py:250
msgid "Grafted from:"
msgstr "Перенесено из:"

#: kallithea/templates/changeset/changeset.html:123
#: kallithea/tests/data/templates/changeset/changeset.html.py:260
msgid "Transplanted from:"
msgstr ""

#: kallithea/templates/changeset/changeset.html:129
#: kallithea/tests/data/templates/changeset/changeset.html.py:267
#, fuzzy
msgid "Replaced by:"
msgstr "Создано"

#: kallithea/templates/changeset/changeset.html:143
#: kallithea/tests/data/templates/changeset/changeset.html.py:288
#, fuzzy
msgid "Preceded by:"
msgstr "Создано"

#: kallithea/templates/changeset/changeset.html:160
#: kallithea/templates/compare/compare_diff.html:59
#: kallithea/templates/pullrequests/pullrequest_show.html:303
#: kallithea/tests/data/templates/changeset/changeset.html.py:311
#: kallithea/tests/data/templates/compare/compare_diff.html.py:152
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:396
#, python-format
msgid "%s file changed"
msgid_plural "%s files changed"
msgstr[0] "%s файл изменён"
msgstr[1] "%s файлов изменено"
msgstr[2] "%s файла изменено"

#: kallithea/templates/changeset/changeset.html:162
#: kallithea/templates/compare/compare_diff.html:61
#: kallithea/templates/pullrequests/pullrequest_show.html:305
#: kallithea/tests/data/templates/changeset/changeset.html.py:315
#: kallithea/tests/data/templates/compare/compare_diff.html.py:156
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:400
#, python-format
msgid "%s file changed with %s insertions and %s deletions"
msgid_plural "%s files changed with %s insertions and %s deletions"
msgstr[0] "%s файл изменён: %s добавление, %s удаление"
msgstr[1] "%s файла изменёно: %s добавления, %s удаления"
msgstr[2] "%s файлов изменёно: %s добавлений, %s удалений"

#: kallithea/templates/changeset/changeset.html:176
#: kallithea/templates/changeset/changeset.html:195
#: kallithea/templates/compare/compare_diff.html:81
#: kallithea/templates/pullrequests/pullrequest_show.html:322
#: kallithea/templates/pullrequests/pullrequest_show.html:348
#: kallithea/tests/data/templates/changeset/changeset.html.py:336
#: kallithea/tests/data/templates/changeset/changeset.html.py:351
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:424
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:451
msgid "Show full diff anyway"
msgstr "Показать полный diff"

#: kallithea/templates/changeset/changeset.html:233
#: kallithea/templates/changeset/changeset.html:270
#: kallithea/tests/data/templates/changeset/changeset.html.py:368
#: kallithea/tests/data/templates/changeset/changeset.html.py:378
#, fuzzy
msgid "No revisions"
msgstr "версии"

#: kallithea/templates/changeset/changeset_file_comment.html:19
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:80
#, fuzzy
msgid "on pull request"
msgstr "Комментарий в pull-запросе"

#: kallithea/templates/changeset/changeset_file_comment.html:20
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:84
msgid "No title"
msgstr "Нет заголовка"

#: kallithea/templates/changeset/changeset_file_comment.html:22
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:88
#, fuzzy
msgid "on this changeset"
msgstr "Нет изменений"

#: kallithea/templates/changeset/changeset_file_comment.html:29
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:96
msgid "Delete comment?"
msgstr "Удалить комментарий?"

#: kallithea/templates/changeset/changeset_file_comment.html:37
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:107
#, fuzzy
msgid "Status change"
msgstr "Последние изменения"

#: kallithea/templates/changeset/changeset_file_comment.html:57
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:148
#, fuzzy
msgid "Commenting on line."
msgstr "Комментарий к строке {1}."

#: kallithea/templates/changeset/changeset_file_comment.html:58
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:150
#, fuzzy
msgid ""
"Comments are in plain text. Use @username inside this text to notify "
"another user."
msgstr ""
"Используйте @имя_пользователя в тексте, чтобы отправить оповещение "
"указанному пользователю."

#: kallithea/templates/changeset/changeset_file_comment.html:65
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:154
msgid "Set changeset status"
msgstr "Изменить статус ревизии"

#: kallithea/templates/changeset/changeset_file_comment.html:67
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:158
msgid "Vote for pull request status"
msgstr ""

#: kallithea/templates/changeset/changeset_file_comment.html:73
#: kallithea/templates/changeset/diff_block.html:46
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:161
msgid "No change"
msgstr "Без изменений"

#: kallithea/templates/changeset/changeset_file_comment.html:86
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:178
#, fuzzy
msgid "Finish pull request"
msgstr "Комментарий в pull-запросе"

#: kallithea/templates/changeset/changeset_file_comment.html:89
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:180
msgid "Close"
msgstr "Закрыть"

#: kallithea/templates/changeset/changeset_file_comment.html:101
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:185
msgid "Submitting ..."
msgstr "Применение..."

#: kallithea/templates/changeset/changeset_file_comment.html:102
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:187
msgid "Comment"
msgstr "Комментировать"

#: kallithea/templates/changeset/changeset_file_comment.html:110
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:197
msgid "You need to be logged in to comment."
msgstr "Вам необходимо авторизоваться, чтобы оставлять комментарии."

#: kallithea/templates/changeset/changeset_file_comment.html:110
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:201
msgid "Login now"
msgstr "Авторизоваться сейчас"

#: kallithea/templates/changeset/changeset_file_comment.html:114
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:203
msgid "Hide"
msgstr "Скрыть"

#: kallithea/templates/changeset/changeset_file_comment.html:126
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:41
#, python-format
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d комментарий"
msgstr[1] "%d комментария"
msgstr[2] "%d комментариев"

#: kallithea/templates/changeset/changeset_file_comment.html:127
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:42
#, python-format
msgid "%d inline"
msgid_plural "%d inline"
msgstr[0] "%d к строке"
msgstr[1] "%d к строкам"
msgstr[2] "%d к строкам"

#: kallithea/templates/changeset/changeset_file_comment.html:128
#: kallithea/tests/data/templates/changeset/changeset_file_comment.html.py:43
#, python-format
msgid "%d general"
msgid_plural "%d general"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""

#: kallithea/templates/changeset/changeset_range.html:5
#: kallithea/tests/data/templates/changeset/changeset_range.html.py:272
#, python-format
msgid "%s Changesets"
msgstr "%s Изменения"

#: kallithea/templates/changeset/changeset_range.html:43
#: kallithea/templates/compare/compare_cs.html:37
#: kallithea/tests/data/templates/compare/compare_cs.html.py:65
#, python-format
msgid "Changeset status: %s"
msgstr "Статус набора изменений: %s"

#: kallithea/templates/changeset/changeset_range.html:50
#: kallithea/tests/data/templates/changeset/changeset_range.html.py:162
msgid "Files affected"
msgstr "Затронутые файлы"

#: kallithea/templates/changeset/diff_block.html:30
msgid "No file before"
msgstr ""

#: kallithea/templates/changeset/diff_block.html:33
#, fuzzy
#| msgid "file removed"
msgid "File before"
msgstr "файл удалён"

#: kallithea/templates/changeset/diff_block.html:40
#, fuzzy
#| msgid "Unmodified"
msgid "Modified"
msgstr "Неизменный"

#: kallithea/templates/changeset/diff_block.html:42
#: kallithea/tests/data/templates/changeset/diff_block.html.py:128
msgid "Deleted"
msgstr "Удалён"

#: kallithea/templates/changeset/diff_block.html:44
#: kallithea/tests/data/templates/changeset/diff_block.html.py:136
msgid "Renamed"
msgstr "Переименован"

#: kallithea/templates/changeset/diff_block.html:48
#, fuzzy, python-format
#| msgid "Unknown revision %s"
msgid "Unknown operation: %r"
msgstr "Неизвестная ревизия %s"

#: kallithea/templates/changeset/diff_block.html:52
#, fuzzy
#| msgid "No filename"
msgid "No file after"
msgstr "Безымянный"

#: kallithea/templates/changeset/diff_block.html:55
#, fuzzy
#| msgid "file added"
msgid "File after"
msgstr "файл удалён"

#: kallithea/templates/changeset/diff_block.html:60
#: kallithea/templates/files/diff_2way.html:41
#: kallithea/tests/data/templates/changeset/diff_block.html.py:153
msgid "Show full diff for this file"
msgstr "Показать полный diff для этого файла"

#: kallithea/templates/changeset/diff_block.html:62
#: kallithea/templates/files/diff_2way.html:44
#: kallithea/tests/data/templates/changeset/diff_block.html.py:157
msgid "Show full side-by-side diff for this file"
msgstr "Показать полный diff для этого файла"

#: kallithea/templates/changeset/diff_block.html:72
#: kallithea/tests/data/templates/changeset/diff_block.html.py:171
msgid "Show inline comments"
msgstr "Показать комментарии в строках"

#: kallithea/templates/compare/compare_cs.html:4
#: kallithea/tests/data/templates/compare/compare_cs.html.py:48
msgid "No changesets"
msgstr "Нет изменений"

#: kallithea/templates/compare/compare_cs.html:11
msgid "Criss cross merge situation with multiple merge ancestors detected!"
msgstr ""

#: kallithea/templates/compare/compare_cs.html:14
msgid ""
"Please merge the target branch to your branch before creating a pull "
"request."
msgstr ""

#: kallithea/templates/compare/compare_cs.html:18
#, fuzzy
#| msgid "Common ancestor"
msgid "Merge Ancestor"
msgstr "Общий предок"

#: kallithea/templates/compare/compare_cs.html:55
#: kallithea/tests/data/templates/compare/compare_cs.html.py:82
msgid "First (oldest) changeset in this list"
msgstr ""

#: kallithea/templates/compare/compare_cs.html:57
#: kallithea/tests/data/templates/compare/compare_cs.html.py:84
msgid "Last (most recent) changeset in this list"
msgstr ""

#: kallithea/templates/compare/compare_cs.html:59
#: kallithea/tests/data/templates/compare/compare_cs.html.py:86
msgid "Position in this list of changesets"
msgstr ""

#: kallithea/templates/compare/compare_cs.html:98
#: kallithea/tests/data/templates/compare/compare_cs.html.py:133
msgid "Show merge diff"
msgstr "Показать merge diff"

#: kallithea/templates/compare/compare_cs.html:112
#: kallithea/tests/data/templates/compare/compare_cs.html.py:157
msgid "is"
msgstr "отстаёт на"

#: kallithea/templates/compare/compare_cs.html:113
#: kallithea/tests/data/templates/compare/compare_cs.html.py:161
#, python-format
msgid "%s changesets"
msgstr "%s изменений"

#: kallithea/templates/compare/compare_cs.html:114
#: kallithea/tests/data/templates/compare/compare_cs.html.py:163
msgid "behind"
msgstr "от"

#: kallithea/templates/compare/compare_diff.html:6
#: kallithea/templates/compare/compare_diff.html:8
#: kallithea/tests/data/templates/compare/compare_diff.html.py:250
#: kallithea/tests/data/templates/compare/compare_diff.html.py:254
#, python-format
msgid "%s Compare"
msgstr "%s Сравнить"

#: kallithea/templates/compare/compare_diff.html:13
#: kallithea/templates/compare/compare_diff.html:41
#: kallithea/tests/data/templates/compare/compare_diff.html.py:136
#: kallithea/tests/data/templates/compare/compare_diff.html.py:226
msgid "Compare Revisions"
msgstr ""

#: kallithea/templates/compare/compare_diff.html:39
#: kallithea/tests/data/templates/compare/compare_diff.html.py:133
msgid "Swap"
msgstr ""

#: kallithea/templates/compare/compare_diff.html:48
#: kallithea/tests/data/templates/compare/compare_diff.html.py:140
msgid "Compare revisions, branches, bookmarks, or tags."
msgstr ""

#: kallithea/templates/compare/compare_diff.html:53
#: kallithea/templates/pullrequests/pullrequest_show.html:291
#: kallithea/tests/data/templates/compare/compare_diff.html.py:145
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:385
#, python-format
msgid "Showing %s commit"
msgid_plural "Showing %s commits"
msgstr[0] "Показать %s commit"
msgstr[1] "Показать %s commit'а"
msgstr[2] "Показать %s commit'ов"

#: kallithea/templates/compare/compare_diff.html:95
#: kallithea/tests/data/templates/compare/compare_diff.html.py:184
#: kallithea/tests/data/templates/compare/compare_diff.html.py:199
msgid "Show full diff"
msgstr "Показать полный diff"

#: kallithea/templates/data_table/_dt_elements.html:20
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:447
msgid "Public repository"
msgstr "Публичный репозиторий"

#: kallithea/templates/data_table/_dt_elements.html:31
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:460
msgid "Repository creation in progress..."
msgstr ""

#: kallithea/templates/data_table/_dt_elements.html:45
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:183
msgid "No changesets yet"
msgstr "Изменений ещё не было"

#: kallithea/templates/data_table/_dt_elements.html:52
#: kallithea/templates/data_table/_dt_elements.html:54
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:507
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:513
#, python-format
msgid "Subscribe to %s rss feed"
msgstr "Подписаться на ленту RSS %s"

#: kallithea/templates/data_table/_dt_elements.html:60
#: kallithea/templates/data_table/_dt_elements.html:62
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:360
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:366
#, python-format
msgid "Subscribe to %s atom feed"
msgstr "Подписаться на ленту Atom %s"

#: kallithea/templates/data_table/_dt_elements.html:86
#: kallithea/tests/data/templates/data_table/_dt_elements.html.py:144
msgid "Creating"
msgstr ""

#: kallithea/templates/email_templates/changeset_comment.html:4
#, fuzzy, python-format
#| msgid "%(user)s commented on changeset %(age)s"
msgid "Mention in Comment on Changeset \"%s\""
msgstr "%(user)s оставил комментарий к набору изменений %(age)s"

#: kallithea/templates/email_templates/changeset_comment.html:4
#, fuzzy, python-format
#| msgid "Comment from %s on %s changeset %s"
msgid "Comment on Changeset \"%s\""
msgstr "Комментарий от %s к набору изменений %s %s"

#: kallithea/templates/email_templates/changeset_comment.html:20
#, fuzzy
#| msgid "Changeset flow"
msgid "Changeset on"
msgstr "Поток изменений"

#: kallithea/templates/email_templates/changeset_comment.html:23
#: kallithea/templates/email_templates/pull_request_comment.html:23
#: kallithea/templates/email_templates/pull_request_comment.html:28
#, fuzzy
#| msgid "Branch"
msgid "branch"
msgstr "Ветка"

#: kallithea/templates/email_templates/changeset_comment.html:29
#: kallithea/templates/email_templates/pull_request.html:27
#: kallithea/templates/email_templates/pull_request_comment.html:35
msgid "by"
msgstr ""

#: kallithea/templates/email_templates/comment.html:27
#, fuzzy
#| msgid "Status change"
msgid "Status change:"
msgstr "Последние изменения"

#: kallithea/templates/email_templates/comment.html:33
#, fuzzy
#| msgid "This pull request has been closed and can not be updated."
msgid "The pull request has been closed."
msgstr "Этот pull-запрос был закрыт и не может быть обновлён."

#: kallithea/templates/email_templates/password_reset.html:9
#: kallithea/tests/data/templates/email_templates/password_reset.html.py:49
#: kallithea/tests/data/templates/email_templates/password_reset.txt.py:49
#, python-format
msgid "Hello %s"
msgstr "Здравствуйте, %s"

#: kallithea/templates/email_templates/password_reset.html:16
#: kallithea/tests/data/templates/email_templates/password_reset.html.py:51
#: kallithea/tests/data/templates/email_templates/password_reset.txt.py:51
#, fuzzy
msgid "We have received a request to reset the password for your account."
msgstr "Мы отправили запрос на создание нового пароля для вашего аккаунта."

#: kallithea/templates/email_templates/password_reset.html:25
#: kallithea/tests/data/templates/email_templates/password_reset.html.py:55
#: kallithea/tests/data/templates/email_templates/password_reset.txt.py:54
msgid ""
"This account is however managed outside this system and the password "
"cannot be changed here."
msgstr ""

#: kallithea/templates/email_templates/password_reset.html:28
#: kallithea/tests/data/templates/email_templates/password_reset.html.py:59
#: kallithea/tests/data/templates/email_templates/password_reset.txt.py:57
msgid "To set a new password, click the following link"
msgstr ""

#: kallithea/templates/email_templates/password_reset.html:33
#: kallithea/tests/data/templates/email_templates/password_reset.html.py:65
#: kallithea/tests/data/templates/email_templates/password_reset.txt.py:61
msgid ""
"Should you not be able to use the link above, please type the following "
"code into the password reset form"
msgstr ""

#: kallithea/templates/email_templates/password_reset.html:44
#: kallithea/tests/data/templates/email_templates/password_reset.html.py:70
#: kallithea/tests/data/templates/email_templates/password_reset.txt.py:66
msgid ""
"If it weren't you who requested the password reset, just disregard this "
"message."
msgstr ""

#: kallithea/templates/email_templates/pull_request.html:4
#, fuzzy, python-format
#| msgid "%s mentioned you on %s pull request \"%s\""
msgid "Mention on Pull Request %s \"%s\" by %s"
msgstr "%s упомянул Вас в комментарии к pull-запросу %s \"%s\""

#: kallithea/templates/email_templates/pull_request.html:4
#, fuzzy, python-format
#| msgid "%s requested your review of %s pull request \"%s\""
msgid "Added as Reviewer of Pull Request %s \"%s\" by %s"
msgstr "%s запросил рецензирование pull-запроса %s \"%s\""

#: kallithea/templates/email_templates/pull_request.html:12
#: kallithea/templates/email_templates/pull_request_comment.html:20
#, fuzzy
#| msgid "on pull request"
msgid "Pull request from"
msgstr "Комментарий в pull-запросе"

#: kallithea/templates/email_templates/pull_request.html:15
#: kallithea/templates/email_templates/pull_request.html:20
#, fuzzy
#| msgid "Date"
msgid "at"
msgstr "Дата"

#: kallithea/templates/email_templates/pull_request.html:17
#: kallithea/templates/email_templates/pull_request_comment.html:25
msgid "to"
msgstr ""

#: kallithea/templates/email_templates/pull_request_comment.html:4
#, fuzzy, python-format
#| msgid "%s mentioned you on %s pull request \"%s\""
msgid "Mention in Comment on Pull Request %s \"%s\""
msgstr "%s упомянул Вас в комментарии к pull-запросу %s \"%s\""

#: kallithea/templates/email_templates/pull_request_comment.html:4
#, fuzzy, python-format
#| msgid "Pull request %s from %s#%s"
msgid "Pull Request %s \"%s\" Closed"
msgstr "Pull-запросы %s от %s#%s"

#: kallithea/templates/email_templates/pull_request_comment.html:4
#, fuzzy, python-format
#| msgid "[commented] on pull request for"
msgid "Comment on Pull Request %s \"%s\""
msgstr "[прокомментировано] в запросе на внесение изменений для"

#: kallithea/templates/email_templates/registration.html:22
#, fuzzy
#| msgid "Group name"
msgid "Full Name"
msgstr "Имя группы"

#: kallithea/templates/files/diff_2way.html:15
#, python-format
msgid "%s File side-by-side diff"
msgstr ""

#: kallithea/templates/files/diff_2way.html:19
#: kallithea/templates/files/file_diff.html:8
msgid "File diff"
msgstr "Сравнение файлов"

#: kallithea/templates/files/file_diff.html:4
#, python-format
msgid "%s File Diff"
msgstr "Сравнение файла %s"

#: kallithea/templates/files/files.html:4
#: kallithea/templates/files/files.html:77
#: kallithea/tests/data/templates/files/files.html.py:138
#: kallithea/tests/data/templates/files/files.html.py:218
#, python-format
msgid "%s Files"
msgstr "%s Файлы"

#: kallithea/templates/files/files_add.html:4
#: kallithea/tests/data/templates/files/files_add.html.py:135
#, python-format
msgid "%s Files Add"
msgstr "%s Файлов добавлено"

#: kallithea/templates/files/files_add.html:39
#: kallithea/templates/files/files_edit.html:39
#: kallithea/templates/files/files_ypjax.html:3
#: kallithea/tests/data/templates/files/files_add.html.py:225
#: kallithea/tests/data/templates/files/files_ypjax.html.py:35
msgid "Location"
msgstr "Расположение"

#: kallithea/templates/files/files_add.html:41
#: kallithea/tests/data/templates/files/files_add.html.py:229
msgid "Enter filename..."
msgstr ""

#: kallithea/templates/files/files_add.html:43
#: kallithea/templates/files/files_add.html:47
#: kallithea/tests/data/templates/files/files_add.html.py:233
#: kallithea/tests/data/templates/files/files_add.html.py:237
msgid "or"
msgstr "или"

#: kallithea/templates/files/files_add.html:43
#: kallithea/tests/data/templates/files/files_add.html.py:235
msgid "Upload File"
msgstr ""

#: kallithea/templates/files/files_add.html:47
#: kallithea/tests/data/templates/files/files_add.html.py:239
msgid "Create New File"
msgstr ""

#: kallithea/templates/files/files_add.html:53
#: kallithea/tests/data/templates/files/files_add.html.py:241
#, fuzzy
msgid "New file type"
msgstr "новый файл"

#: kallithea/templates/files/files_add.html:68
#: kallithea/templates/files/files_delete.html:40
#: kallithea/templates/files/files_edit.html:71
#: kallithea/tests/data/templates/files/files_add.html.py:247
msgid "Commit Changes"
msgstr "Применить изменения"

#: kallithea/templates/files/files_browser.html:33
#: kallithea/tests/data/templates/files/files_browser.html.py:56
msgid "Previous revision"
msgstr "Предыдущая ревизия"

#: kallithea/templates/files/files_browser.html:35
#: kallithea/tests/data/templates/files/files_browser.html.py:62
msgid "Next revision"
msgstr "Следующая ревизия"

#: kallithea/templates/files/files_browser.html:42
#: kallithea/tests/data/templates/files/files_browser.html.py:68
msgid "Follow current branch"
msgstr "Отслеживать данную ветку"

#: kallithea/templates/files/files_browser.html:46
#: kallithea/tests/data/templates/files/files_browser.html.py:70
msgid "Search File List"
msgstr ""

#: kallithea/templates/files/files_browser.html:50
#: kallithea/tests/data/templates/files/files_browser.html.py:72
msgid "Loading file list..."
msgstr "Загружается список файлов..."

#: kallithea/templates/files/files_browser.html:63
#: kallithea/templates/summary/summary.html:144
#: kallithea/tests/data/templates/files/files_browser.html.py:78
msgid "Size"
msgstr "Размер"

#: kallithea/templates/files/files_browser.html:64
#: kallithea/tests/data/templates/files/files_browser.html.py:80
msgid "Last Revision"
msgstr "Последняя версия"

#: kallithea/templates/files/files_browser.html:65
#: kallithea/tests/data/templates/files/files_browser.html.py:82
msgid "Last Modified"
msgstr "Последнее изменение"

#: kallithea/templates/files/files_browser.html:66
#: kallithea/tests/data/templates/files/files_browser.html.py:84
msgid "Last Committer"
msgstr "Автор последней ревизии"

#: kallithea/templates/files/files_delete.html:4
#, python-format
msgid "%s Files Delete"
msgstr ""

#: kallithea/templates/files/files_delete.html:12
#: kallithea/templates/files/files_delete.html:30
msgid "Delete file"
msgstr ""

#: kallithea/templates/files/files_edit.html:4
#, python-format
msgid "%s File Edit"
msgstr ""

#: kallithea/templates/files/files_edit.html:21
msgid "Edit file"
msgstr "Редактировать файл"

#: kallithea/templates/files/files_edit.html:51
#: kallithea/templates/files/files_source.html:28
#: kallithea/tests/data/templates/files/files_source.html.py:70
msgid "Show Annotation"
msgstr ""

#: kallithea/templates/files/files_edit.html:53
#: kallithea/templates/files/files_source.html:31
#: kallithea/tests/data/templates/files/files_source.html.py:75
msgid "Download as Raw"
msgstr ""

#: kallithea/templates/files/files_edit.html:56
msgid "Source"
msgstr "Исходный код"

#: kallithea/templates/files/files_history_box.html:2
#: kallithea/tests/data/templates/files/files_history_box.html.py:38
#, python-format
msgid "%s author"
msgid_plural "%s authors"
msgstr[0] "%s автор"
msgstr[1] "%s авторов"
msgstr[2] "%s автора"

#: kallithea/templates/files/files_source.html:6
#: kallithea/tests/data/templates/files/files_source.html.py:44
msgid "Diff to Revision"
msgstr ""

#: kallithea/templates/files/files_source.html:7
#: kallithea/tests/data/templates/files/files_source.html.py:46
msgid "Show at Revision"
msgstr ""

#: kallithea/templates/files/files_source.html:9
#: kallithea/tests/data/templates/files/files_source.html.py:50
msgid "Show Full History"
msgstr ""

#: kallithea/templates/files/files_source.html:10
#: kallithea/tests/data/templates/files/files_source.html.py:52
msgid "Show Authors"
msgstr ""

#: kallithea/templates/files/files_source.html:26
#: kallithea/tests/data/templates/files/files_source.html.py:66
msgid "Show Source"
msgstr ""

#: kallithea/templates/files/files_source.html:34
#, fuzzy, python-format
#| msgid "Deleted branch: %s"
msgid "Edit on Branch: %s"
msgstr "Удалена ветка: %s"

#: kallithea/templates/files/files_source.html:37
#: kallithea/tests/data/templates/files/files_source.html.py:86
msgid "Editing binary files not allowed"
msgstr ""

#: kallithea/templates/files/files_source.html:40
#: kallithea/tests/data/templates/files/files_source.html.py:92
msgid "Editing files allowed only when on branch head revision"
msgstr "Редактирование файлов разрешено только в HEAD-ревизии данной ветки"

#: kallithea/templates/files/files_source.html:41
#: kallithea/tests/data/templates/files/files_source.html.py:94
msgid "Deleting files allowed only when on branch head revision"
msgstr ""

#: kallithea/templates/files/files_source.html:58
#: kallithea/tests/data/templates/files/files_source.html.py:111
#, python-format
msgid "Binary file (%s)"
msgstr "Бинарный файл (%s)"

#: kallithea/templates/files/files_source.html:69
#: kallithea/tests/data/templates/files/files_source.html.py:125
msgid "File is too big to display."
msgstr "Файл слишком большой для отображения."

#: kallithea/templates/files/files_source.html:71
#: kallithea/tests/data/templates/files/files_source.html.py:129
msgid "Show full annotation anyway."
msgstr "Показать полный diff."

#: kallithea/templates/files/files_source.html:73
#: kallithea/tests/data/templates/files/files_source.html.py:133
msgid "Show as raw."
msgstr "Показать только текст."

#: kallithea/templates/files/files_ypjax.html:5
#: kallithea/tests/data/templates/files/files_ypjax.html.py:41
msgid "annotation"
msgstr "аннотация"

#: kallithea/templates/files/files_ypjax.html:23
#: kallithea/tests/data/templates/files/files_ypjax.html.py:61
msgid "Go Back"
msgstr ""

#: kallithea/templates/files/files_ypjax.html:24
#: kallithea/tests/data/templates/files/files_ypjax.html.py:63
msgid "No files at given path"
msgstr "По заданному пути файлы отсутствуют"

#: kallithea/templates/followers/followers.html:5
#: kallithea/tests/data/templates/followers/followers.html.py:135
#, python-format
msgid "%s Followers"
msgstr "%s Наблюдатели"

#: kallithea/templates/followers/followers.html:9
#: kallithea/templates/summary/summary.html:129
#: kallithea/templates/summary/summary.html:130
#: kallithea/tests/data/templates/followers/followers.html.py:113
#: kallithea/tests/data/templates/summary/summary.html.py:207
#: kallithea/tests/data/templates/summary/summary.html.py:211
msgid "Followers"
msgstr "Наблюдатели"

#: kallithea/templates/followers/followers_data.html:9
#: kallithea/tests/data/templates/followers/followers_data.html.py:44
msgid "Started following -"
msgstr "Наблюдать за репозиторием"

#: kallithea/templates/forks/fork.html:5
#, python-format
msgid "Fork repository %s"
msgstr ""

#: kallithea/templates/forks/fork.html:25
msgid "Fork name"
msgstr "Имя форка"

#: kallithea/templates/forks/fork.html:53
msgid "Default revision for files page, downloads, whoosh, and readme."
msgstr ""
"Ревизия по умолчанию, из которой будет производиться выгрузка файлов при "
"скачивании."

#: kallithea/templates/forks/fork.html:58
msgid "Private"
msgstr "Приватный"

#: kallithea/templates/forks/fork.html:66
msgid "Copy permissions"
msgstr "Скопировать привилегии"

#: kallithea/templates/forks/fork.html:69
msgid "Copy permissions from forked repository"
msgstr "Скопировать привилегии с форкнутого репозитория"

#: kallithea/templates/forks/fork.html:75
msgid "Update after clone"
msgstr "Обновлять после клонирования"

#: kallithea/templates/forks/fork.html:78
msgid "Checkout source after making a clone"
msgstr "Скачивать исходники после создания клона"

#: kallithea/templates/forks/fork.html:85
msgid "Fork this Repository"
msgstr ""

#: kallithea/templates/forks/forks.html:5
#: kallithea/tests/data/templates/forks/forks.html.py:135
#, python-format
msgid "%s Forks"
msgstr "Форки %s"

#: kallithea/templates/forks/forks.html:9
#: kallithea/templates/summary/summary.html:135
#: kallithea/templates/summary/summary.html:136
#: kallithea/tests/data/templates/forks/forks.html.py:113
#: kallithea/tests/data/templates/summary/summary.html.py:215
#: kallithea/tests/data/templates/summary/summary.html.py:219
msgid "Forks"
msgstr "Ответвления"

#: kallithea/templates/forks/forks_data.html:14
#: kallithea/tests/data/templates/forks/forks_data.html.py:49
msgid "Forked"
msgstr "Форкнуто"

#: kallithea/templates/forks/forks_data.html:24
#: kallithea/tests/data/templates/forks/forks_data.html.py:66
msgid "There are no forks yet"
msgstr "Форки ещё не созданы"

#: kallithea/templates/journal/journal.html:22
#: kallithea/tests/data/templates/journal/journal.html.py:156
msgid "ATOM journal feed"
msgstr "Лента журнала ATOM"

#: kallithea/templates/journal/journal.html:23
#: kallithea/tests/data/templates/journal/journal.html.py:160
msgid "RSS journal feed"
msgstr "Лента журнала RSS"

#: kallithea/templates/journal/journal.html:34
#: kallithea/tests/data/templates/journal/journal.html.py:200
msgid "My Repositories"
msgstr "Мои репозитории"

#: kallithea/templates/journal/journal_data.html:42
#: kallithea/tests/data/templates/journal/journal_data.html.py:82
msgid "No entries yet"
msgstr "Записи отсуствуют"

#: kallithea/templates/journal/public_journal.html:13
msgid "ATOM public journal feed"
msgstr "Общая лента журнала ATOM"

#: kallithea/templates/journal/public_journal.html:14
msgid "RSS public journal feed"
msgstr "Общая лента журнала RSS"

#: kallithea/templates/pullrequests/pullrequest.html:4
#: kallithea/templates/pullrequests/pullrequest.html:8
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:188
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:212
msgid "New Pull Request"
msgstr "Новый pull-запрос"

#: kallithea/templates/pullrequests/pullrequest.html:26
#: kallithea/templates/pullrequests/pullrequest_data.html:15
#: kallithea/templates/pullrequests/pullrequest_show.html:29
#: kallithea/templates/pullrequests/pullrequest_show.html:51
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:115
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:144
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:164
msgid "Title"
msgstr "Заголовок"

#: kallithea/templates/pullrequests/pullrequest.html:28
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:117
msgid "Summarize the changes - or leave empty"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest.html:35
#: kallithea/templates/pullrequests/pullrequest_show.html:60
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:121
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:170
msgid "Write a short description on this pull request"
msgstr "Написать короткое писание по этому запросу"

#: kallithea/templates/pullrequests/pullrequest.html:40
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:123
msgid "Changeset flow"
msgstr "Поток изменений"

#: kallithea/templates/pullrequests/pullrequest.html:46
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:126
msgid "Origin repository"
msgstr "Первоначальный репозиторий"

#: kallithea/templates/pullrequests/pullrequest.html:62
#: kallithea/tests/data/templates/pullrequests/pullrequest.html.py:138
msgid "Destination repository"
msgstr "Репозиторий назначения"

#: kallithea/templates/pullrequests/pullrequest_data.html:6
msgid "No entries"
msgstr "Записи отсуствуют"

#: kallithea/templates/pullrequests/pullrequest_data.html:14
#, fuzzy
msgid "Vote"
msgstr "отозвать"

#: kallithea/templates/pullrequests/pullrequest_data.html:18
msgid "From"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_data.html:19
msgid "To"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_data.html:28
#, python-format
msgid "You voted: %s"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_data.html:30
msgid "You didn't vote"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_data.html:35
msgid "(no title)"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_data.html:37
#: kallithea/templates/pullrequests/pullrequest_show.html:31
#: kallithea/templates/pullrequests/pullrequest_show.html:72
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:150
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:185
msgid "Closed"
msgstr "Закрыто"

#: kallithea/templates/pullrequests/pullrequest_data.html:67
msgid "Delete Pull Request"
msgstr "Удалить pull-запрос"

#: kallithea/templates/pullrequests/pullrequest_data.html:68
msgid "Confirm to delete this pull request"
msgstr "Подтвердите удаление этого pull-request'а"

#: kallithea/templates/pullrequests/pullrequest_data.html:70
#, fuzzy, python-format
msgid "Confirm again to delete this pull request with %s comments"
msgstr "Подтвердите удаление этого pull-request'а"

#: kallithea/templates/pullrequests/pullrequest_show.html:6
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:505
#, fuzzy, python-format
msgid "%s Pull Request %s"
msgstr "%s Pull-запрос #%s"

#: kallithea/templates/pullrequests/pullrequest_show.html:10
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:483
#, python-format
msgid "Pull request %s from %s#%s"
msgstr "Pull-запросы %s от %s#%s"

#: kallithea/templates/pullrequests/pullrequest_show.html:53
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:166
#, fuzzy
msgid "Summarize the changes"
msgstr "Применить изменения"

#: kallithea/templates/pullrequests/pullrequest_show.html:66
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:173
msgid "Reviewer voting result"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:69
#: kallithea/templates/pullrequests/pullrequest_show.html:70
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:179
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:181
msgid "Pull request status calculated from votes"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:80
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:191
msgid "Still not reviewed by"
msgstr "Еще не рассмотренный"

#: kallithea/templates/pullrequests/pullrequest_show.html:83
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:197
#, python-format
msgid "%d reviewer"
msgid_plural "%d reviewers"
msgstr[0] "%d рецензент"
msgstr[1] "%d рецензента"
msgstr[2] "%d рецензентов"

#: kallithea/templates/pullrequests/pullrequest_show.html:85
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:201
msgid "Pull request was reviewed by all reviewers"
msgstr "Запрос на внесение изменений был рассмотрен всеми рецензентами"

#: kallithea/templates/pullrequests/pullrequest_show.html:87
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:205
msgid "There are no reviewers"
msgstr "Нет рецензентов"

#: kallithea/templates/pullrequests/pullrequest_show.html:92
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:208
msgid "Origin"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:97
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:214
#, fuzzy
msgid "on"
msgstr "ничего"

#: kallithea/templates/pullrequests/pullrequest_show.html:103
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:219
msgid "Target"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:106
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:223
msgid ""
"This is just a range of changesets and doesn't have a target or a real "
"merge ancestor."
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:114
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:230
msgid "Pull changes"
msgstr "Принять изменения"

#: kallithea/templates/pullrequests/pullrequest_show.html:148
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:261
#, fuzzy
#| msgid "Registration"
msgid "Next iteration"
msgstr "Регистрация"

#: kallithea/templates/pullrequests/pullrequest_show.html:165
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:278
msgid "Current revision - no change"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:189
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:304
msgid ""
"Pull request iterations do not change content once created. Select a "
"revision and save to make a new iteration."
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:197
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:371
msgid "Save Changes"
msgstr "Сохранить изменения"

#: kallithea/templates/pullrequests/pullrequest_show.html:198
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:373
msgid "Create New Iteration with Changes"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:199
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:375
msgid "Cancel Changes"
msgstr "Отменить изменения"

#: kallithea/templates/pullrequests/pullrequest_show.html:207
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:310
msgid "Pull Request Reviewers"
msgstr "Рецензенты pull-запросов"

#: kallithea/templates/pullrequests/pullrequest_show.html:233
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:336
msgid "Remove reviewer"
msgstr "Удалить рецензента"

#: kallithea/templates/pullrequests/pullrequest_show.html:245
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:342
msgid "Type name of reviewer to add"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:253
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:347
msgid "Potential Reviewers"
msgstr "Потенциальные рецензенты"

#: kallithea/templates/pullrequests/pullrequest_show.html:256
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:349
msgid "Click to add the repository owner as reviewer:"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show.html:281
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:380
#, fuzzy
msgid "Pull Request Content"
msgstr "Статус pull-request'а был изменен"

#: kallithea/templates/pullrequests/pullrequest_show.html:296
#: kallithea/tests/data/templates/compare/compare_cs.html.py:142
#: kallithea/tests/data/templates/pullrequests/pullrequest_show.html.py:389
msgid "Common ancestor"
msgstr "Общий предок"

#: kallithea/templates/pullrequests/pullrequest_show_all.html:6
#, python-format
msgid "%s Pull Requests"
msgstr "%s Запросы на внесение изменений"

#: kallithea/templates/pullrequests/pullrequest_show_all.html:11
#, fuzzy, python-format
msgid "Pull Requests from '%s'"
msgstr "Pull-запросы от %s"

#: kallithea/templates/pullrequests/pullrequest_show_all.html:13
#, python-format
msgid "Pull Requests to '%s'"
msgstr "Pull-запросы для %s"

#: kallithea/templates/pullrequests/pullrequest_show_all.html:31
msgid "Open New Pull Request"
msgstr "Создать новый pull-запрос"

#: kallithea/templates/pullrequests/pullrequest_show_all.html:34
#, fuzzy, python-format
msgid "Show Pull Requests to %s"
msgstr "Pull-запросы для %s"

#: kallithea/templates/pullrequests/pullrequest_show_all.html:36
#, fuzzy, python-format
msgid "Show Pull Requests from '%s'"
msgstr "Pull запросы от %s"

#: kallithea/templates/pullrequests/pullrequest_show_all.html:44
#: kallithea/templates/pullrequests/pullrequest_show_my.html:28
msgid "Hide closed pull requests (only show open pull requests)"
msgstr ""

#: kallithea/templates/pullrequests/pullrequest_show_all.html:46
#: kallithea/templates/pullrequests/pullrequest_show_my.html:30
#, fuzzy
msgid "Show closed pull requests (in addition to open pull requests)"
msgstr "Показать закрытые pull-запросы"

#: kallithea/templates/pullrequests/pullrequest_show_my.html:34
#, fuzzy
msgid "Pull Requests Created by Me"
msgstr "Рецензенты запросов на внесение изменений Pull request"

#: kallithea/templates/pullrequests/pullrequest_show_my.html:37
#, fuzzy
#| msgid "Pull Request Reviewers"
msgid "Pull Requests Needing My Review"
msgstr "Рецензенты pull-запросов"

#: kallithea/templates/pullrequests/pullrequest_show_my.html:40
#, fuzzy
msgid "Pull Requests I Participate In"
msgstr "Моё участие"

#: kallithea/templates/search/search.html:6
#: kallithea/tests/data/templates/search/search.html.py:217
#, python-format
msgid "%s Search"
msgstr ""

#: kallithea/templates/search/search.html:8
#: kallithea/templates/search/search.html:16
#: kallithea/tests/data/templates/search/search.html.py:189
#: kallithea/tests/data/templates/search/search.html.py:221
msgid "Search in All Repositories"
msgstr "Поиск по всем репозиториям"

#: kallithea/templates/search/search.html:47
#: kallithea/tests/data/templates/search/search.html.py:130
msgid "Search term"
msgstr "Фраза для поиска"

#: kallithea/templates/search/search.html:54
#: kallithea/tests/data/templates/search/search.html.py:138
msgid "Search in"
msgstr "Критерий поиска"

#: kallithea/templates/search/search.html:56
#: kallithea/tests/data/templates/search/search.html.py:140
msgid "File contents"
msgstr "Содержимое файлов"

#: kallithea/templates/search/search.html:57
#: kallithea/tests/data/templates/search/search.html.py:141
msgid "Commit messages"
msgstr "Сообщения коммитов"

#: kallithea/templates/search/search.html:58
#: kallithea/tests/data/templates/search/search.html.py:142
msgid "File names"
msgstr "Имя файла"

#: kallithea/templates/search/search_commit.html:29
#: kallithea/templates/search/search_content.html:17
#: kallithea/templates/search/search_path.html:14
#: kallithea/tests/data/templates/search/search_commit.html.py:68
#: kallithea/tests/data/templates/search/search_content.html.py:53
#: kallithea/tests/data/templates/search/search_path.html.py:47
msgid "Permission denied"
msgstr "Недостаточно прав"

#: kallithea/templates/summary/statistics.html:4
#: kallithea/tests/data/templates/summary/statistics.html.py:239
#, python-format
msgid "%s Statistics"
msgstr ""

#: kallithea/templates/summary/statistics.html:16
#: kallithea/templates/summary/summary.html:35
#: kallithea/tests/data/templates/summary/statistics.html.py:197
#: kallithea/tests/data/templates/summary/summary.html.py:323
#, python-format
msgid "%s ATOM feed"
msgstr "ATOM лента репозитория %s"

#: kallithea/templates/summary/statistics.html:17
#: kallithea/templates/summary/summary.html:36
#: kallithea/tests/data/templates/summary/statistics.html.py:201
#: kallithea/tests/data/templates/summary/summary.html.py:327
#, python-format
msgid "%s RSS feed"
msgstr "RSS лента репозитория %s"

#: kallithea/templates/summary/statistics.html:32
#: kallithea/templates/summary/summary.html:90
#: kallithea/templates/summary/summary.html:104
#: kallithea/tests/data/templates/summary/statistics.html.py:131
#: kallithea/tests/data/templates/summary/summary.html.py:165
#: kallithea/tests/data/templates/summary/summary.html.py:182
msgid "Enable"
msgstr "Включено"

#: kallithea/templates/summary/statistics.html:35
#: kallithea/tests/data/templates/summary/statistics.html.py:135
msgid "Stats gathered: "
msgstr "Полученная статистика: "

#: kallithea/templates/summary/statistics.html:84
#: kallithea/templates/summary/summary.html:323
#: kallithea/tests/data/templates/summary/statistics.html.py:142
#: kallithea/tests/data/templates/summary/summary.html.py:289
msgid "files"
msgstr "файлы"

#: kallithea/templates/summary/statistics.html:108
#: kallithea/templates/summary/summary.html:349
#: kallithea/tests/data/templates/summary/statistics.html.py:144
#: kallithea/tests/data/templates/summary/summary.html.py:291
msgid "Show more"
msgstr "Показать еще"

#: kallithea/templates/summary/statistics.html:388
#: kallithea/tests/data/templates/summary/statistics.html.py:147
msgid "commits"
msgstr "commit'ы"

#: kallithea/templates/summary/statistics.html:389
#: kallithea/tests/data/templates/summary/statistics.html.py:149
msgid "files added"
msgstr "файлы добавлены"

#: kallithea/templates/summary/statistics.html:390
#: kallithea/tests/data/templates/summary/statistics.html.py:151
msgid "files changed"
msgstr "файлы изменены"

#: kallithea/templates/summary/statistics.html:391
#: kallithea/tests/data/templates/summary/statistics.html.py:153
msgid "files removed"
msgstr "файлы удалены"

#: kallithea/templates/summary/statistics.html:393
#: kallithea/tests/data/templates/summary/statistics.html.py:155
msgid "commit"
msgstr "commit"

#: kallithea/templates/summary/statistics.html:394
#: kallithea/tests/data/templates/summary/statistics.html.py:157
msgid "file added"
msgstr "файл удалён"

#: kallithea/templates/summary/statistics.html:395
#: kallithea/tests/data/templates/summary/statistics.html.py:159
msgid "file changed"
msgstr "файл изменён"

#: kallithea/templates/summary/statistics.html:396
#: kallithea/tests/data/templates/summary/statistics.html.py:161
msgid "file removed"
msgstr "файл удалён"

#: kallithea/templates/summary/summary.html:4
#: kallithea/tests/data/templates/summary/summary.html.py:406
#, python-format
msgid "%s Summary"
msgstr "%s общие сведения"

#: kallithea/templates/summary/summary.html:13
#: kallithea/tests/data/templates/summary/summary.html.py:362
#, python-format
msgid "Repository locked by %s"
msgstr "Репозитарий заблокирован %s"

#: kallithea/templates/summary/summary.html:15
#: kallithea/tests/data/templates/summary/summary.html.py:366
msgid "Repository unlocked"
msgstr "Репозиторий разблокирован"

#: kallithea/templates/summary/summary.html:21
#: kallithea/tests/data/templates/summary/summary.html.py:371
msgid "Fork of"
msgstr "Форк от"

#: kallithea/templates/summary/summary.html:26
#: kallithea/tests/data/templates/summary/summary.html.py:380
msgid "Clone from"
msgstr "Клонировать из"

#: kallithea/templates/summary/summary.html:67
#: kallithea/tests/data/templates/summary/summary.html.py:145
msgid "Show by ID"
msgstr "Показать по ID"

#: kallithea/templates/summary/summary.html:72
#: kallithea/tests/data/templates/summary/summary.html.py:143
msgid "Show by Name"
msgstr "Показать по имени"

#: kallithea/templates/summary/summary.html:83
#: kallithea/tests/data/templates/summary/summary.html.py:153
msgid "Trending files"
msgstr "Популярные файлы"

#: kallithea/templates/summary/summary.html:97
#: kallithea/tests/data/templates/summary/summary.html.py:168
msgid "Download"
msgstr "Скачать"

#: kallithea/templates/summary/summary.html:100
#: kallithea/tests/data/templates/summary/summary.html.py:174
msgid "There are no downloads yet"
msgstr "Скачиваний ещё нет"

#: kallithea/templates/summary/summary.html:102
#: kallithea/tests/data/templates/summary/summary.html.py:178
msgid "Downloads are disabled for this repository"
msgstr "Скачивание отключено в этом репозитории"

#: kallithea/templates/summary/summary.html:108
#: kallithea/tests/data/templates/summary/summary.html.py:190
msgid "Download as zip"
msgstr "Скачать в zip"

#: kallithea/templates/summary/summary.html:112
#: kallithea/tests/data/templates/summary/summary.html.py:194
msgid "Check this to download archive with subrepos"
msgstr "Отметьте для скачивания архива с дочерними репозиториями"

#: kallithea/templates/summary/summary.html:114
#: kallithea/tests/data/templates/summary/summary.html.py:196
msgid "With subrepos"
msgstr "С дочерними репозиториями"

#: kallithea/templates/summary/summary.html:152
#: kallithea/templates/summary/summary.html:154
#: kallithea/tests/data/templates/summary/summary.html.py:234
#: kallithea/tests/data/templates/summary/summary.html.py:240
msgid "Feed"
msgstr "Лента новостей"

#: kallithea/templates/summary/summary.html:174
#: kallithea/tests/data/templates/summary/summary.html.py:254
msgid "Latest Changes"
msgstr "Последние изменения"

#: kallithea/templates/summary/summary.html:176
#: kallithea/tests/data/templates/summary/summary.html.py:258
msgid "Quick Start"
msgstr "Быстрый старт"

#: kallithea/templates/summary/summary.html:191
#: kallithea/tests/data/templates/summary/summary.html.py:265
#, python-format
msgid "Readme file from revision %s:%s"
msgstr ""

#: kallithea/templates/summary/summary.html:267
#: kallithea/tests/data/templates/summary/summary.html.py:276
#, python-format
msgid "Download %s as %s"
msgstr "Скачать %s как %s"

#: kallithea/tests/data/templates/index.html.py:117
msgid "Dashboard"
msgstr "Панель управления"

#: kallithea/tests/data/templates/index_base.html.py:98
msgid "Group Name"
msgstr "Имя группы"

#: kallithea/tests/data/templates/login.html.py:77
msgid "Remember me"
msgstr "Запомнить"

#: kallithea/tests/data/templates/admin/gists/new.html.py:209
msgid "name this file..."
msgstr ""

#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:43
msgid "Change your avatar at"
msgstr "Измените аватар через сайт"

#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:45
#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:45
msgid "Using"
msgstr "Используется"

#: kallithea/tests/data/templates/admin/my_account/my_account_profile.html.py:53
msgid "Missing email, please update your user email address."
msgstr "Не указан email. Пожалуйста, обновите ваш email."

#: kallithea/tests/data/templates/admin/repo_groups/repo_group_show.html.py:152
#, python-format
msgid "%s Repository group dashboard"
msgstr ""

#: kallithea/tests/data/templates/admin/settings/settings_mapping.html.py:35
msgid "Rescan option"
msgstr "Опции пересканирования"

#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:39
msgid "Web"
msgstr "Веб"

#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:43
msgid "Require SSL for vcs operations"
msgstr "Запрашивать SSL для операций с VCS"

#: kallithea/tests/data/templates/admin/settings/settings_vcs.html.py:45
msgid ""
"Activate to require SSL both pushing and pulling. If SSL certificate is "
"missing, it will return an HTTP Error 406: Not Acceptable."
msgstr ""

#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:51
msgid "Use Gravatars in Kallithea"
msgstr ""

#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:67
msgid ""
"Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/{repo}'."
"\n"
"                                                        The following "
"variables are available:\n"
"                                                        {scheme} 'http' "
"or 'https' sent from running Kallithea server,\n"
"                                                        {user}   current "
"user username,\n"
"                                                        {netloc} network "
"location/server host of running Kallithea server,\n"
"                                                        {repo}   full "
"repository name,\n"
"                                                        {repoid} ID of "
"repository, can be used to construct clone-by-id"
msgstr ""

#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:75
msgid "Dashboard items"
msgstr "Элементы панели"

#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:79
msgid ""
"Number of items displayed in the main page dashboard before pagination is"
" shown."
msgstr ""

#: kallithea/tests/data/templates/admin/settings/settings_visual.html.py:81
msgid "Admin pages items"
msgstr ""

#: kallithea/tests/data/templates/admin/user_groups/user_groups.html.py:142
#: kallithea/tests/data/templates/journal/journal.html.py:118
msgid "quick filter..."
msgstr "фильтр..."

#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:43
msgid "Change avatar at"
msgstr ""

#: kallithea/tests/data/templates/admin/users/user_edit_profile.html.py:53
msgid "Missing email, please update this user email address."
msgstr ""

#: kallithea/tests/data/templates/base/base.html.py:96
msgid "Keyboard shortcuts"
msgstr ""

#: kallithea/tests/data/templates/base/base.html.py:98
msgid "Site-wide shortcuts"
msgstr ""

#: kallithea/tests/data/templates/base/base.html.py:619
msgid "Forgot password ?"
msgstr "Забыли пароль?"

#: kallithea/tests/data/templates/compare/compare_cs.html.py:54
msgid "Ancestor"
msgstr "Предок"

#: kallithea/tests/data/templates/compare/compare_cs.html.py:150
msgid "No common ancestor found - repositories are unrelated"
msgstr ""

#: kallithea/tests/data/templates/email_templates/changeset_comment.html.py:75
#: kallithea/tests/data/templates/email_templates/changeset_comment.txt.py:74
#, python-format
msgid "Comment from %s on %s changeset %s mentioned you"
msgstr ""

#: kallithea/tests/data/templates/email_templates/changeset_comment.html.py:79
#: kallithea/tests/data/templates/email_templates/changeset_comment.txt.py:77
#, python-format
msgid "Comment from %s on %s changeset %s"
msgstr "Комментарий от %s к набору изменений %s %s"

#: kallithea/tests/data/templates/email_templates/changeset_comment.html.py:86
#: kallithea/tests/data/templates/email_templates/changeset_comment.txt.py:82
msgid "The changeset status was changed to"
msgstr "Состояние набора изменений изменено на"

#: kallithea/tests/data/templates/email_templates/main.html.py:31
#: kallithea/tests/data/templates/email_templates/main.txt.py:31
msgid "This is an automatic notification. Don't reply to this mail."
msgstr ""

#: kallithea/tests/data/templates/email_templates/pull_request.html.py:75
#: kallithea/tests/data/templates/email_templates/pull_request.txt.py:74
#, python-format
msgid "%s mentioned you on %s pull request \"%s\""
msgstr "%s упомянул Вас в комментарии к pull-запросу %s \"%s\""

#: kallithea/tests/data/templates/email_templates/pull_request.html.py:79
#: kallithea/tests/data/templates/email_templates/pull_request.txt.py:77
#, python-format
msgid "%s requested your review of %s pull request \"%s\""
msgstr "%s запросил рецензирование pull-запроса %s \"%s\""

#: kallithea/tests/data/templates/email_templates/pull_request_comment.html.py:65
#: kallithea/tests/data/templates/email_templates/pull_request_comment.txt.py:65
#, python-format
msgid "Comment from %s on %s pull request \"%s\""
msgstr ""

#: kallithea/tests/data/templates/email_templates/pull_request_comment.html.py:72
#: kallithea/tests/data/templates/email_templates/pull_request_comment.txt.py:71
msgid "The comment closed the pull request with status"
msgstr "Комментарий закрыл pull-запрос со статусом"

#: kallithea/tests/data/templates/email_templates/pull_request_comment.html.py:78
#: kallithea/tests/data/templates/email_templates/pull_request_comment.txt.py:76
msgid "The comment was made with status"
msgstr "Комментарий оставлен со статусом"

#: kallithea/tests/data/templates/email_templates/registration.html.py:47
#: kallithea/tests/data/templates/email_templates/registration.txt.py:47
msgid "View this user here"
msgstr "Подробнее о пользователе"

#: kallithea/tests/data/templates/files/files_source.html.py:80
#, python-format
msgid "Edit on Branch:%s"
msgstr ""

#: kallithea/tests/data/templates/summary/summary.html.py:227
msgid "Repository Size"
msgstr "Размер репозитория"

#~ msgid "No comments."
#~ msgstr "Нет комментариев."

#~ msgid "public journal"
#~ msgstr "общедоступный журнал"

#~ msgid "journal"
#~ msgstr "журнал"

#~ msgid "Locked repository"
#~ msgstr "Закрытый репозиторий"

#~ msgid "Unlocked repository"
#~ msgstr "Открытый репозиторий"

#~ msgid "Unlocked"
#~ msgstr "Разблокировано"

#~ msgid "Locked"
#~ msgstr "Заблокировано"

#~ msgid "Repository has been %s"
#~ msgstr "Репозиторий %s"

#~ msgid "You can't edit this user"
#~ msgstr "Вы не можете редактировать данного пользователя"

#~ msgid "No Files"
#~ msgstr "Файлов нет"

#~ msgid "Username \"%(username)s\" is forbidden"
#~ msgstr "Имя \"%(username)s\" отклонено"

#~ msgid "invalid user name"
#~ msgstr "неверное имя пользователя"

#~ msgid "Your account is disabled"
#~ msgstr "Ваш аккаунт выключен"

#~ msgid "invalid clone URL"
#~ msgstr "неверный URL для клонирования"

#~ msgid "Defaults"
#~ msgstr "Значения по умолчанию"

#~ msgid "My Emails"
#~ msgstr "Мои адреса E-mail"

#~ msgid "Watched"
#~ msgstr "Просмотрено"

#~ msgid "My Permissions"
#~ msgstr "Мои привилегии"

#~ msgid "delete"
#~ msgstr "удалить"

#~ msgid "Permissions Administration"
#~ msgstr "Управление привилегиями"

#~ msgid "Overview"
#~ msgstr "Обзор"

#~ msgid "Overwrite existing settings"
#~ msgstr "Перезаписать существующие настройки"

#~ msgid "Default IP Whitelist for All Users"
#~ msgstr "Белый список IP для всех пользователей"

#~ msgid "Default User Permissions Overview"
#~ msgstr "Обзор прав пользователей по умолчанию"

#~ msgid "none"
#~ msgstr "ничего"

#~ msgid "read"
#~ msgstr "читать"

#~ msgid "write"
#~ msgstr "записывать"

#~ msgid "admin"
#~ msgstr "администратор"

#~ msgid "Optional URL from which repository should be cloned."
#~ msgstr "Опциональный URL, с которого требуется склонировать репозиторий."

#~ msgid "Remote URL"
#~ msgstr "Ссылка для клонирования"

#~ msgid "Pull Changes from Remote Location"
#~ msgstr "Получить изменения с удалённой стороны"

#~ msgid "Non-changeable id"
#~ msgstr "Неизменяемый id"

#~ msgid "edit"
#~ msgstr "редактировать"

#~ msgid "Destroy old data"
#~ msgstr "Уничтожить все данные"

#~ msgid "Default permissions"
#~ msgstr "Стандартные привилегии"

#~ msgid "Status change from pull request"
#~ msgstr "Изменение статуса"

#~ msgid "Mimetype"
#~ msgstr "Тип файла"

#~ msgid "My Repos"
#~ msgstr "Мои репозитории"

#~ msgid "Latest vote: %s"
#~ msgstr "Последняя оценка: %s"

#~ msgid "owner"
#~ msgstr "владелец"

#~ msgid "reviewer"
#~ msgstr "рецензент"

#~ msgid "Your new password"
#~ msgstr "Ваш новый пароль"

#~ msgid "Your new Kallithea password:%s"
#~ msgstr "Ваш новый пароль от Kallithea: %s"

#~ msgid "Open New Pull Request for Selected Changesets"
#~ msgstr "Открыть новый pull-request для выбранных наборов изменений"

#~ msgid "Show Selected Changeset __S"
#~ msgstr "Показать выбранный набор изменений: __S"

#~ msgid "You can generate it by clicking following URL"
#~ msgstr "Вы можете заново сгенерировать его, перейдя по следующей ссылке"

#~ msgid "Created by"
#~ msgstr "Создано"

#~ msgid "Ancestor didn't change - show diff since previous version:"
#~ msgstr ""

#~ msgid "Closed, replaced by %s ."
#~ msgstr "Закрыт, замещён %s ."

#~ msgid "The following changes are available on %s:"
#~ msgstr ""

#~ msgid "Closing."
#~ msgstr "Закрыт."

#~ msgid "Changeset not found"
#~ msgstr "Набор изменений не найден"

#~ msgid "Repository no access"
#~ msgstr "Репозитарий - нет доступа"

#~ msgid "Repository read access"
#~ msgstr "Репозитарий - доступ на чтение"

#~ msgid "Repository write access"
#~ msgstr "Репозитарий - доступ на запись"

#~ msgid "Repository admin access"
#~ msgstr "Репозитарий - администрирование"

#~ msgid "Repository Group no access"
#~ msgstr "Группа Репозиториев - нет доступа"

#~ msgid "Repository Group read access"
#~ msgstr "Группа Репозиториев - доступ на чтение"

#~ msgid "Repository Group write access"
#~ msgstr "Группа Репозиториев - доступ на запись"

#~ msgid "Repository Group admin access"
#~ msgstr "Группа Репозиториев - администрирование"

#~ msgid "Repository creation disabled"
#~ msgstr "Создание репозиториев отключено"

#~ msgid "Repository creation enabled"
#~ msgstr "Создание репозиториев включено"

#~ msgid "Repository forking disabled"
#~ msgstr "Возможность создавать форк репозитория отключена"

#~ msgid "Repository forking enabled"
#~ msgstr "Возможность создавать форк репозитория включена"

#~ msgid "Register disabled"
#~ msgstr "Регистрация отключена"

#~ msgid "Register new user with Kallithea with manual activation"
#~ msgstr "Регистрация нового пользователя в Kallithea с ручной активацией"

#~ msgid "Register new user with Kallithea with auto activation"
#~ msgstr "Регистрация нового пользователя в Kallithea с автоматической активацией"

#~ msgid "Not Reviewed"
#~ msgstr "Не просмотрено"

#~ msgid "Rejected"
#~ msgstr "Отклонено"

#~ msgid "Under Review"
#~ msgstr "На рассмотрении"

#~ msgid "Repository group no access"
#~ msgstr "Группа Репозиториев - нет доступа"

#~ msgid "Repository group read access"
#~ msgstr "Группа репозиториев - доступ на чтение"

#~ msgid "Repository group write access"
#~ msgstr "Группа репозиториев - доступ на запись"

#~ msgid "Repository group admin access"
#~ msgstr "Группа репозиториев - администрирование"

#~ msgid "User group no access"
#~ msgstr "Группа пользователей - нет доступа"

#~ msgid "User group read access"
#~ msgstr "Группа пользователей - доступ на чтение"

#~ msgid "User group write access"
#~ msgstr "Группа пользователей - доступ на запись"

#~ msgid "User group admin access"
#~ msgstr "Группа пользователей - администрирование"

#~ msgid "Repository Group creation disabled"
#~ msgstr "Создание групп репозиториев отключено"

#~ msgid "Repository Group creation enabled"
#~ msgstr "Создание групп репозиториев включено"

#~ msgid "User Group creation disabled"
#~ msgstr "Создание групп пользователей отключено"

#~ msgid "User Group creation enabled"
#~ msgstr "Создание групп пользователей включено"

#~ msgid "User Registration with manual account activation"
#~ msgstr "Регистрация пользователя с ручной активацией учётной записи"

#~ msgid "User Registration with automatic account activation"
#~ msgstr "Регистрация пользователя с автоматической активацией"

#~ msgid "[Comment] %(repo_name)s changeset %(short_id)s on %(branch)s"
#~ msgstr ""

#~ msgid "[Added] %(repo_name)s pull request %(pr_nice_id)s from %(ref)s"
#~ msgstr "%(user)s просит вас рассмотреть pull request #%(pr_id)s: %(pr_title)s"

#~ msgid "repositories"
#~ msgstr "репозитории"

#~ msgid "No repositories found."
#~ msgstr "Репозитарии не найдены."

#~ msgid "There are no branches yet"
#~ msgstr "Ветки ещё не созданы"

#~ msgid "There are no tags yet"
#~ msgstr "Метки отсутсвуют"

#~ msgid "There are no bookmarks yet"
#~ msgstr "Закладок ещё нет"

#~ msgid "Analytics HTML block"
#~ msgstr ""

#~ msgid ""
#~ "HTML with JavaScript for web analytics"
#~ " systems like Google Analytics or "
#~ "Piwik. This will be added at the"
#~ " bottom of every page."
#~ msgstr ""

#~ msgid ""
#~ "Schema of clone URL construction eg. "
#~ "'{scheme}://{user}@{netloc}/{repo}'.\n"
#~ "                                                        The "
#~ "following variables are available:\n"
#~ "                                                        {scheme}"
#~ " 'http' or 'https' sent from running"
#~ " Kallithea server,\n"
#~ "                                                        {user}"
#~ "   current user username,\n"
#~ "                                                        {netloc}"
#~ " network location/server host of running"
#~ " Kallithea server,\n"
#~ "                                                        {repo}"
#~ "   full repository name,\n"
#~ "                                                        {repoid}"
#~ " ID of repository, can be used "
#~ "to contruct clone-by-id"
#~ msgstr ""

#~ msgid "enabled"
#~ msgstr "включено"

#~ msgid "%s Bookmarks"
#~ msgstr "Закладки %s"

#~ msgid "Compare Bookmarks"
#~ msgstr ""

#~ msgid "%s Branches"
#~ msgstr "Ветки %s"

#~ msgid "Compare Branches"
#~ msgstr ""

#~ msgid "Editing file"
#~ msgstr "Редактирование файла"

#~ msgid "Update"
#~ msgstr "[обновлён] пользователь"

#~ msgid ""
#~ "Pull requests do not change once "
#~ "created. Select a revision and save "
#~ "to replace this pull request with "
#~ "a new one."
#~ msgstr ""

#~ msgid "Save Updates as New Pull Request"
#~ msgstr "Создать новый pull запрос"

#~ msgid "%s Tags"
#~ msgstr "%s Меток"

#~ msgid "Compare Tags"
#~ msgstr "Сравнить теги"

#~ msgid ""
#~ "Changing status on a changeset "
#~ "associated with a closed pull request"
#~ " is not allowed"
#~ msgstr ""
#~ "Нельзя редактировать статус изменений, "
#~ "связанных с закрытыми pull-request'ами"

#~ msgid "You have successfully registered into Kallithea"
#~ msgstr "Регистрация в Kallithea прошла успешно"

#~ msgid "This pull request can be updated with changes on %s:"
#~ msgstr "Этот pull-запрос может быть обновлён из %s:"

#~ msgid "Confirm to invalidate repository cache."
#~ msgstr "Подтвердите сброс кэша."

#~ msgid ""
#~ "Changeset status: %s\n"
#~ "Click to open associated pull request %s"
#~ msgstr ""
#~ "Статус набора изенений: %s⏎\n"
#~ "Кликрните, чтобы перейти к соответствующему pull-request'у #%s"

#~ msgid "Commenting on line {1}."
#~ msgstr "Комментарий к строке {1}."

#~ msgid "Comments parsed using %s syntax with %s support."
#~ msgstr ""
#~ "Парсинг комментариев выполнен с использованием"
#~ " синтаксиса %s с поддержкой %s."

#~ msgid "Use @username inside this text to notify another user"
#~ msgstr ""
#~ "Используйте @имя_пользователя в тексте, чтобы"
#~ " отправить оповещение указанному пользователю"

#~ msgid "Comment preview"
#~ msgstr "Предварительный просмотр комментария"

#~ msgid "Preview"
#~ msgstr "Предпросмотр"

#~ msgid "Use @username inside this text to notify another user."
#~ msgstr ""
#~ "Используйте @имя_пользователя в тексте, чтобы"
#~ " отправить оповещение указанному пользователю."

#~ msgid "New file mode"
#~ msgstr "Режим нового файла"

#~ msgid "File is too big to display"
#~ msgstr "Файл слишком большой для отображения"

#~ msgid "Save as New Pull Request"
#~ msgstr "Создать новый pull запрос"