# distributed under the same license as Viewflow package.
msgid ""
msgstr ""
"Project-Id-Version: viewflow\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-05-15 06:46+0000\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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\n"

#: activation.py:33
msgctxt "STATUS"
msgid "Assigned"
msgstr "Назначено"

#: activation.py:34
msgctxt "STATUS"
msgid "Canceled"
msgstr "Отменен"

#: activation.py:35
msgctxt "STATUS"
msgid "Done"
msgstr "Завершен"

#: activation.py:36
msgctxt "STATUS"
msgid "Error"
msgstr "Ошибка"

#: activation.py:37
msgctxt "STATUS"
msgid "New"
msgstr "Новый"

#: activation.py:38
msgctxt "STATUS"
msgid "Prepared"
msgstr "Подготовлен"

#: activation.py:39
msgctxt "STATUS"
msgid "Scheduled"
msgstr "Запланирован"

#: activation.py:40
msgctxt "STATUS"
msgid "Started"
msgstr "Запущен"

#: activation.py:41
msgctxt "STATUS"
msgid "Unripe"
msgstr ""

#: flow/views/actions.py:114
msgid "Undo"
msgstr "Откатить"

#: flow/views/actions.py:123
#, python-brace-format
msgid "Task {task} has been undone."
msgstr "Задача {task} отменена."

#: flow/views/actions.py:130
#: frontend/templates/viewflow/flow/process_cancel.html:17
#: frontend/templates/viewflow/flow/process_detail.html:59
msgid "Cancel"
msgstr "Отменить"

#: flow/views/actions.py:139
#, python-brace-format
msgid "Task {task} has been canceled."
msgstr "Задача {task} отменена"

#: flow/views/actions.py:146
msgid "Perform"
msgstr "Выполнить"

#: flow/views/actions.py:162
msgid "Activate Next"
msgstr "Активировать следующие задачи"

#: flow/views/actions.py:252
#, python-brace-format
msgid "Process {process} can not be canceled."
msgstr "{process} не может быть отменен"

#: flow/views/actions.py:257
#, python-brace-format
msgid "Process {process} has been canceled."
msgstr "{process} отменен"

#: flow/views/start.py:64
#, python-brace-format
msgid "Process {process} has been started."
msgstr "{process} запущен"

#: flow/views/task.py:59
#, python-brace-format
msgid "Task {task} cannot be executed."
msgstr "Задача {task} не может быть выполнена"

#: flow/views/task.py:77
#, python-brace-format
msgid "Task {task} has been completed."
msgstr "Задача {task} завершена"

#: flow/views/task.py:79
#, python-brace-format
msgid "Process {process} has been completed."
msgstr "Процесс {process} завершен"

#: flow/views/task.py:173
#, python-brace-format
msgid "Task {task} has been assigned"
msgstr "Задача {task} назначен"

#: flow/views/task.py:187
#, python-brace-format
msgid "Task {task} cannot be assigned to you"
msgstr "Задача {task} не может быть назначена вам"

#: flow/views/task.py:212
#, python-brace-format
msgid "Task {task} has been unassigned."
msgstr "Задача {task} больше не назначена вам"

#: frontend/apps.py:18
msgid "Workflow"
msgstr "Задачи"

#: frontend/templates/viewflow/flow/base_task.html:29
#: frontend/templates/viewflow/flow/process_cancel.html:23
#: frontend/templates/viewflow/flow/process_detail.html:19
#: frontend/templates/viewflow/site_task_action.html:16
msgid "Description"
msgstr "Описание"

#: frontend/templates/viewflow/flow/base_task.html:36
#: frontend/templates/viewflow/flow/process_data.html:32
#: frontend/templates/viewflow/flow/process_detail.html:20 models.py:156
msgid "Owner"
msgstr "Владелец"

#: frontend/templates/viewflow/flow/base_task.html:41 models.py:158
msgid "Permission"
msgstr "Права"

#: frontend/templates/viewflow/flow/base_task.html:49 models.py:18 models.py:79
msgid "Created"
msgstr "Создан"

#: frontend/templates/viewflow/flow/base_task.html:53
#: frontend/templates/viewflow/flow/process_cancel.html:24
#: frontend/templates/viewflow/flow/process_detail.html:21
#: frontend/templates/viewflow/flow/queue.html:13 models.py:80
msgid "Started"
msgstr "Запущен"

#: frontend/templates/viewflow/flow/base_task.html:57
#: frontend/templates/viewflow/flow/process_detail.html:22
#: frontend/templates/viewflow/flow/queue.html:14 models.py:19 models.py:81
msgid "Finished"
msgstr "Окончен"

#: frontend/templates/viewflow/flow/base_task.html:65
msgid "Previous tasks"
msgstr "Предыдущие задачи"

#: frontend/templates/viewflow/flow/base_task.html:74
msgid "Next tasks"
msgstr "Следующие задачи"

#: frontend/templates/viewflow/flow/process_cancel.html:21
#: frontend/templates/viewflow/flow/process_detail.html:18
#: frontend/templates/viewflow/flow/queue.html:11
#: frontend/templates/viewflow/site_task_action.html:15 frontend/views.py:157
#: frontend/views.py:203 frontend/views.py:248
msgid "#"
msgstr "№"

#: frontend/templates/viewflow/flow/process_cancel.html:22
#: frontend/templates/viewflow/flow/queue.html:12
msgid "Name"
msgstr "Имя"

#: frontend/templates/viewflow/flow/process_cancel.html:25
#: frontend/templates/viewflow/flow/process_detail.html:23
#: frontend/templates/viewflow/flow/queue.html:16 models.py:16 models.py:77
msgid "Status"
msgstr "Статус"

#: frontend/templates/viewflow/flow/process_cancel.html:47
msgid "UNCANCELABLE"
msgstr "Неотменяемый"

#: frontend/templates/viewflow/flow/process_data.html:8
msgid "edit"
msgstr "править"

#: frontend/templates/viewflow/flow/process_data.html:14
msgid "Yes"
msgstr "Да"

#: frontend/templates/viewflow/flow/process_data.html:15
msgid "No"
msgstr "Нет"

#: frontend/templates/viewflow/flow/process_data.html:27
msgid "Active tasks"
msgstr "Активные задачи"

#: frontend/templates/viewflow/flow/process_data.html:31 models.py:75
#: models.py:163
msgid "Task"
msgstr "Задача"

#: frontend/templates/viewflow/flow/queue.html:7
msgid "Queue"
msgstr "Очередь"

#: frontend/templates/viewflow/flow/queue.html:15
#: frontend/templates/viewflow/site_task_action.html:18 frontend/views.py:262
#: models.py:145 models.py:152
msgid "Process"
msgstr "Процесс"

#: frontend/templates/viewflow/flow/start.html:23
msgid "Start and continue on this process"
msgstr "Запустить и продолжить работу с процессом"

#: frontend/templates/viewflow/flow/start.html:24
msgid "Start"
msgstr "Запустить"

#: frontend/templates/viewflow/flow/task.html:32
#: frontend/templates/viewflow/flow/task_action.html:12
#: frontend/templates/viewflow/flow/task_assign.html:14
#: frontend/templates/viewflow/flow/task_detail.html:6
#: frontend/templates/viewflow/flow/task_unassign.html:13
msgid "Detail"
msgstr "Подробности"

#: frontend/templates/viewflow/flow/task.html:35
msgid "Done and continue on this process"
msgstr "Завершить задачу и продолжить работу с процессом"

#: frontend/templates/viewflow/flow/task.html:36
msgid "Done"
msgstr "Завершить задачу"

#: frontend/templates/viewflow/flow/task_action.html:17
#: frontend/templates/viewflow/flow/task_unassign.html:18
#: frontend/templates/viewflow/site_task_action.html:6
msgid "Confirm"
msgstr "Подтвердить"

#: frontend/templates/viewflow/flow/task_assign.html:5
#: frontend/templates/viewflow/flow/task_assign.html:9
#: frontend/templates/viewflow/flow/task_assign.html:20
#: frontend/templates/viewflow/flow/task_detail.html:18
msgid "Assign"
msgstr "Назначить"

#: frontend/templates/viewflow/flow/task_assign.html:19
msgid "Assign and continue on this process"
msgstr "Назначить и продолжить работу"

#: frontend/templates/viewflow/flow/task_detail.html:12
msgid "Administration"
msgstr "Администрирование"

#: frontend/templates/viewflow/flow/task_detail.html:23
#: frontend/templates/viewflow/flow/task_unassign.html:5
#: frontend/templates/viewflow/flow/task_unassign.html:8
msgid "Unassign"
msgstr "Отменить назначение"

#: frontend/templates/viewflow/flow/task_detail.html:28
msgid "Execute"
msgstr "Выполнить"

#: frontend/templates/viewflow/includes/breadcrumb_category.html:2
#: frontend/templates/viewflow/menu.html:3
#: frontend/templates/viewflow/site_tasks.html:6
msgid "Inbox"
msgstr "Входящие"

#: frontend/templates/viewflow/includes/breadcrumb_category.html:3
#: frontend/templates/viewflow/menu.html:4
#: frontend/templates/viewflow/site_queue.html:6
msgid "Unassigned"
msgstr "Очередь"

#: frontend/templates/viewflow/includes/breadcrumb_category.html:4
#: frontend/templates/viewflow/menu.html:5
#: frontend/templates/viewflow/site_archive.html:5
msgid "Participated"
msgstr "Исходящие"

#: frontend/templates/viewflow/includes/flows_start_actions.html:13
msgid "New process"
msgstr "Новый процесс"

#: frontend/templates/viewflow/includes/task_management_menu.html:6
msgid "No actions available"
msgstr "Нет доступных действий"

#: frontend/templates/viewflow/menu.html:9
msgid "Processes"
msgstr "Процессы"

#: frontend/templates/viewflow/site_task_action.html:17
msgid "Summary"
msgstr "Сводка"

#: frontend/templates/viewflow/site_task_action.html:29
msgid "No task selected"
msgstr "Не выбраны задачи"

#: frontend/views.py:165 frontend/views.py:211 frontend/views.py:256
msgid "Task Description"
msgstr "Задача"

#: frontend/views.py:169 frontend/views.py:215 frontend/views.py:268
msgid "Process Summary"
msgstr "Описание"

#: frontend/views.py:175 frontend/views.py:221
msgid "Process URL"
msgstr "Процесс"

#: frontend/views.py:316
msgid "Active Tasks"
msgstr "Активные задачи"

#: models.py:15
msgid "Flow"
msgstr "Процесс"

#: models.py:76
msgid "Type"
msgstr "Тип"

#: models.py:82
msgid "Previous"
msgstr "Прошлый"

#: models.py:83
msgid "Token"
msgstr "Токен"

#: models.py:146
msgid "Process list"
msgstr "Список процессов"

#: models.py:157
msgid "External Task ID"
msgstr "Внешний идентификатор"

#: models.py:160
msgid "Comments"
msgstr "Комментарии"

#: models.py:164
msgid "Tasks"
msgstr "Задачи"
