ProjectDjango/i18n/django_ru.ts

Tue, 23 Dec 2014 11:58:55 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 23 Dec 2014 11:58:55 +0100
changeset 55
31bf03a02617
parent 51
0b60dbff8e9a
child 58
1590a48ad5b6
permissions
-rw-r--r--

Updated Russian translations provided by Alexander Barkoff.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS version="2.0" language="ru" sourcelanguage="">
<context>
    <name>DjangoDialog</name>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.ui" line="14"/>
        <source>Django</source>
        <translation>Django</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.ui" line="35"/>
        <source>Output</source>
        <translation>Вывод</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.ui" line="63"/>
        <source>Errors</source>
        <translation>Ошибки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="181"/>
        <source>Process Generation Error</source>
        <translation>Ошибка при запуске процесса</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="181"/>
        <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
        <translation>Процесс {0} не может быть запущен. Убедитесь, что к нему указан путь доступа.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="266"/>
        <source>Select data file</source>
        <translation>Выбор файла данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="287"/>
        <source>Error saving data</source>
        <translation>Ошибка сохранения данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDialog.py" line="287"/>
        <source>&lt;p&gt;The data could not be written to &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
        <translation>&lt;p&gt;Данные не могут быть записаны в &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
    </message>
</context>
<context>
    <name>DjangoDumpdataDataDialog</name>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="20"/>
        <source>dumpdata Command Options</source>
        <translation>Опции команды dumpdata</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="35"/>
        <source>Applications</source>
        <translation>Приложения</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="70"/>
        <source>Exclude Applications</source>
        <translation>Исключить приложения</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="76"/>
        <source>Enter the list of applications separated by spaces.</source>
        <translation>Введите список приложений, разделенных пробелами.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="93"/>
        <source>Dump Format</source>
        <translation>Формат выгружаемых данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.py" line="38"/>
        <source>JSON</source>
        <translation>JSON</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.py" line="39"/>
        <source>XML</source>
        <translation>XML</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.py" line="42"/>
        <source>YAML</source>
        <translation>YAML</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="53"/>
        <source>Enter the list of applications separated by spaces. Leave empty for all.</source>
        <translation>Введите список приложений, разделенных пробелами. Пустой ввод - все.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="99"/>
        <source>Serialization Format:</source>
        <translation>Формат сериализации:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="126"/>
        <source>Indentation Level:</source>
        <translation>Уровень отступа:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoDumpdataDataDialog.ui" line="133"/>
        <source>Enter the indentation level to be used when pretty-printing output</source>
        <translation>Задайте отступ, который будет использоваться для получения красивого вывода</translation>
    </message>
</context>
<context>
    <name>DjangoLoaddataDataDialog</name>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.ui" line="20"/>
        <source>loaddata Command Options</source>
        <translation>Опции команды loaddata</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.ui" line="29"/>
        <source>Enter the list of fixture patterns or the path of a fixture file.</source>
        <translation>Задайте расширение файла оснастки или укажите к нему путь.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.ui" line="39"/>
        <source>Select a fixture file via a file selection dialog</source>
        <translation>Выбор файла оснастки в процессе диалога</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.ui" line="42"/>
        <source>...</source>
        <translation>...</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.py" line="57"/>
        <source>JSON Files (*.json);;XML Files (*.xml);;</source>
        <translation>JSON файлы (*.json);;XML файлы (*.xml);</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.py" line="60"/>
        <source>YAML Files (*.yaml);;</source>
        <translation>YAML файлы (*.yaml);;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.py" line="63"/>
        <source>All Files (*)</source>
        <translation>Все файлы (*)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/DjangoLoaddataDataDialog.py" line="65"/>
        <source>Select fixture file</source>
        <translation>Выбор файла оснастки</translation>
    </message>
</context>
<context>
    <name>DjangoPage</name>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="17"/>
        <source>&lt;b&gt;Configure Django&lt;/b&gt;</source>
        <translation>&lt;b&gt;Настройка поддержки Django&lt;/b&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="37"/>
        <source>Console Commands</source>
        <translation>Команды консоли</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="43"/>
        <source>Console Command:</source>
        <translation>Команда консоли (с закрытием окна):</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="56"/>
        <source>Enter the console command</source>
        <translation>Введите команду</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="66"/>
        <source>Console Command (non-closing):</source>
        <translation>Команда консоли (с продолжением):</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="79"/>
        <source>Enter the console command for a non-closing console</source>
        <translation>Ввод команды в незакрывающуюся консоль</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="102"/>
        <source>Server</source>
        <translation>Сервер</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="108"/>
        <source>Server Address:</source>
        <translation>Адрес сервера:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="135"/>
        <source>Recent Applications Lists</source>
        <translation>Недавно открытые приложения</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="149"/>
        <source>Number of recent applications lists:</source>
        <translation>Количество  недавно открытых приложений:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="306"/>
        <source>Django Python Console</source>
        <translation>Консоль Django Python</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="318"/>
        <source>Select to use plain Python instead of IPython</source>
        <translation>Разрешить использоватьвместо IPython просто Python</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="321"/>
        <source>Use plain Python instead of IPython</source>
        <translation>Использовать вместо IPython просто Python</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="89"/>
        <source>&lt;b&gt;Note:&lt;/b&gt; The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an &apos;@&apos; character.</source>
        <translation type="unfinished">&lt;b&gt;Примечание:&lt;/b&gt; Консольная команда для консоли, that is spawning (т.е. exits before the окно консоли is closed), должна предваряться символом &apos;@&apos;.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="156"/>
        <source>Enter the number of recent applications to remember</source>
        <translation>Допустимое количество недавно открытых приложений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="115"/>
        <source>Enter the server port or server address and port (e.g. 127.0.0.1:8000 or [::1]:8000)</source>
        <translation>Задайте порт сервера или адрес и порт сервера (т.е. 127.0.0.1:8000 или [::1]:8000)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="122"/>
        <source>Select to use IPv6</source>
        <translation>Выбрать для использования протокол IPv6</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="125"/>
        <source>Use IPv6 protocol</source>
        <translation>Использовать протокол IPv6</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="190"/>
        <source>Python 3</source>
        <translation>Python 3</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="268"/>
        <source>Django Virtual Environment</source>
        <translation>Виртуальное окружение Django</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="280"/>
        <source>Enter the path of the Django virtual environment. Leave empty to not use a virtual environment setup.</source>
        <translation>Введите путь для виртуального окружения Django. Оставьте пустым если не будете использовать установки виртуального окружения.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="293"/>
        <source>Select the virtual environment directory via a selection dialog</source>
        <translation>Выбор каталога для виртуального окружения посредством диалога выбора</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="362"/>
        <source>...</source>
        <translation>...</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="262"/>
        <source>Python 2</source>
        <translation>Python 2</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.py" line="140"/>
        <source>Select Virtual Environment for Python 3</source>
        <translation>Выбор виртуального окружения для Python 3</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.py" line="159"/>
        <source>Select Virtual Environment for Python 2</source>
        <translation>Выбор виртуального окружения для Python 2</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.py" line="175"/>
        <source>Translations Editor</source>
        <translation>Редактор перевода</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="346"/>
        <source>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</source>
        <translation>Введите путь к редактору, который будет использоваться для перевода. Оставьте поле пустым для запрещения этой возможности.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.ui" line="359"/>
        <source>Select the translations editor via a file selection dialog</source>
        <translation>Выбор редактора для перевода посредством диалога выбора</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/ConfigurationPage/DjangoPage.py" line="175"/>
        <source>All Files (*)</source>
        <translation>Все файлы (*)</translation>
    </message>
</context>
<context>
    <name>Project</name>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="645"/>
        <source>D&amp;jango</source>
        <translation>D&amp;jango</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="961"/>
        <source>New Form</source>
        <translation>Создание новой формы</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="928"/>
        <source>The file already exists! Overwrite it?</source>
        <translation>Файл уже существует! Переписать его?</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="114"/>
        <source>Current Project</source>
        <translation>Текущий проект</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="119"/>
        <source>Selects the current project</source>
        <translation>Выбор текущего проекта</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="134"/>
        <source>Start Project</source>
        <translation>Создание нового проекта</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="134"/>
        <source>Start &amp;Project</source>
        <translation>Новый &amp;проект</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="139"/>
        <source>Starts a new Django project</source>
        <translation>Создание нового Django проекта</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="141"/>
        <source>&lt;b&gt;Start Project&lt;/b&gt;&lt;p&gt;Starts a new Django project using &quot;django-admin.py startproject&quot;.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Новый проект&lt;/b&gt;&lt;p&gt;Создание нового Django проекта посредством команды &quot;django-admin.py startproject&quot;.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="149"/>
        <source>Start Application (global)</source>
        <translation>Создание приложения (global)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="149"/>
        <source>Start Application (&amp;global)</source>
        <translation>Новое приложения (&amp;global)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="154"/>
        <source>Starts a new global Django application</source>
        <translation>Создание нового (global) Django приложения</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="156"/>
        <source>&lt;b&gt;Start Application (global)&lt;/b&gt;&lt;p&gt;Starts a new global Django application using &quot;django-admin.py startapp&quot;.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Старт приложения (global)&lt;/b&gt;&lt;p&gt;Создание нового global Django приложения посредством команды: &quot;django-admin.py startapp&quot;.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="165"/>
        <source>Start Application (local)</source>
        <translation>Создание приложения (local)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="165"/>
        <source>Start Application (&amp;local)</source>
        <translation>Новое приложения (&amp;local)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="170"/>
        <source>Starts a new local Django application</source>
        <translation>Создание нового (local) Django приложения</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="172"/>
        <source>&lt;b&gt;Start Application (local)&lt;/b&gt;&lt;p&gt;Starts a new local Django application using &quot;manage.py startapp&quot;.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Старт приложения (local)&lt;/b&gt;&lt;p&gt;Создание нового local Django приложения посредством команды: &quot;manage.py startapp&quot;.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="185"/>
        <source>Run Server</source>
        <translation>Сервер разработки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="185"/>
        <source>Run &amp;Server</source>
        <translation>&amp;Сервер разработки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="190"/>
        <source>Starts the Django Web server</source>
        <translation>Запуск Django Web сервера разработки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="192"/>
        <source>&lt;b&gt;Run Server&lt;/b&gt;&lt;p&gt;Starts the Django Web server using &quot;manage.py runserver&quot;.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Сервер разработки&lt;/b&gt;&lt;p&gt;Запуск Django Web сервера разработки посредством команды: &quot;manage.py runserver&quot;.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1712"/>
        <source>Run Web-Browser</source>
        <translation>Запуск Web-браузера администрирования</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="200"/>
        <source>Run &amp;Web-Browser</source>
        <translation>Запуск &amp;Web-браузера</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="205"/>
        <source>Starts the default Web-Browser with the URL of the Django Web server</source>
        <translation>Запуск Web-браузера, используемого по умолчанию, с URL Django Web сервера</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="208"/>
        <source>&lt;b&gt;Run Web-Browser&lt;/b&gt;&lt;p&gt;Starts the default Web-Browser with the URL of the Django Web server.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Запуск Web-браузера&lt;/b&gt;&lt;p&gt;Запуск Web-браузера, используемого по умолчанию, с URL Django Web сервера.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1203"/>
        <source>About Django</source>
        <translation>О Django</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="258"/>
        <source>About D&amp;jango</source>
        <translation>О D&amp;jango</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="263"/>
        <source>Shows some information about Django</source>
        <translation>Отображение информации о Django</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="265"/>
        <source>&lt;b&gt;About Django&lt;/b&gt;&lt;p&gt;Shows some information about Django.&lt;/p&gt;</source>
        <translation>&lt;b&gt;О Django&lt;/b&gt;&lt;p&gt;Отображение информации о Django.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="283"/>
        <source>Synchronize</source>
        <translation>Синхронизация</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="283"/>
        <source>&amp;Synchronize</source>
        <translation>&amp;Синхронизация</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="288"/>
        <source>Synchronizes the database</source>
        <translation>Синхронизация базы данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="290"/>
        <source>&lt;b&gt;Synchronize&lt;/b&gt;&lt;p&gt;Synchronizes the database.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Синхронизация&lt;/b&gt;&lt;p&gt;Синхронизация базы данных.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="683"/>
        <source>&amp;Database</source>
        <translation>&amp;База данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1601"/>
        <source>Project</source>
        <translation>Project</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1351"/>
        <source>Application</source>
        <translation>Application</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1353"/>
        <source>Start Django</source>
        <translation>Старт Django</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1353"/>
        <source>Select if this project should be a Django Project or Application.&lt;br /&gt;Select the empty entry for none.</source>
        <translation>Сделайте соответствующий выбор, если это  будет Django проект или приложение.&lt;br/&gt;Если нет - выберите пустой ввод.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1425"/>
        <source>Start Django Project</source>
        <translation>Создание Django проекта</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1401"/>
        <source>Django project created successfully.</source>
        <translation>Django проект успешно создан.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1425"/>
        <source>Enter the name of the new Django project.</source>
        <translation>Введите имя нового Django проекта.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1453"/>
        <source>Start Django Application</source>
        <translation>Создание Django приложения</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1482"/>
        <source>Django application created successfully.</source>
        <translation>Django приложение успешно создано.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1565"/>
        <source>Select Project</source>
        <translation>Выбор проекта</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1565"/>
        <source>Select the Django project to work with.</source>
        <translation>Выбор Django проекта для работы.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1599"/>
        <source>None</source>
        <translation>none</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2647"/>
        <source>Process Generation Error</source>
        <translation>Ошибка при запуске процесса</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1667"/>
        <source>The Django server could not be started.</source>
        <translation>Невозможно запустить Django сервер.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1712"/>
        <source>Could not start the web-browser for the url &quot;{0}&quot;.</source>
        <translation>Невозможно открыть web-браузер с адресом &quot;{0}&quot;.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2256"/>
        <source>The Django process could not be started.</source>
        <translation>Невозможно запустить Django процесс.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="121"/>
        <source>&lt;b&gt;Current Project&lt;/b&gt;&lt;p&gt;Selects the current project. Used for multi-project Django projects to switch between the projects.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Текущий проект&lt;/b&gt;&lt;p&gt;Выберите текущий проект. Используется в мультипроекте Django проектов для переключения между ними.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1919"/>
        <source>Diff Settings</source>
        <translation>Отличие текущих параметров от параметров настройки Django по умолчанию</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="470"/>
        <source>&amp;Diff Settings</source>
        <translation>&amp;Различия настройки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="475"/>
        <source>Shows the modification made to the settings</source>
        <translation>Показ изменений, сделанных в параметрах настройки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="477"/>
        <source>&lt;b&gt;Diff Settings&lt;/b&gt;&lt;p&gt;Shows the modification made to the settings.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Различия настройки&lt;/b&gt;&lt;p&gt;Показ изменений, сделанных в параметрах настройки.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1940"/>
        <source>Cleanup</source>
        <translation>Очистка</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="484"/>
        <source>&amp;Cleanup</source>
        <translation>&amp;Очистка</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="489"/>
        <source>Cleans out old data from the database</source>
        <translation>Очистка базы данных от старых, неактуальных данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="491"/>
        <source>&lt;b&gt;Cleanup&lt;/b&gt;&lt;p&gt;Cleans out old data from the database.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Очистка&lt;/b&gt;&lt;p&gt;Очистка базы данных от старых данных.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1963"/>
        <source>Validate</source>
        <translation>Проверка</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="498"/>
        <source>&amp;Validate</source>
        <translation>&amp;Проверка</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="503"/>
        <source>Validates all installed models</source>
        <translation>Проверка синтаксиса и логики моделей всех установленных модулей</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="505"/>
        <source>&lt;b&gt;Validate&lt;/b&gt;&lt;p&gt;Validates all installed models.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Проверка&lt;/b&gt;&lt;p&gt;Проверка всех установленных модулей.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="730"/>
        <source>&amp;Tools</source>
        <translation>&amp;Инструменты</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1256"/>
        <source>Select Applications</source>
        <translation>Выбор приложений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1256"/>
        <source>Enter the list of applications separated by spaces.</source>
        <translation>Введите список приложений, разделенных пробелами.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1604"/>
        <source>&amp;Current Django project ({0})</source>
        <translation>Текущий &amp;Django проект ({0})</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1952"/>
        <source>Database cleaned up successfully.</source>
        <translation>База данных очищена успешно.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="512"/>
        <source>Start Python Console</source>
        <translation>Старт консоли Python</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="512"/>
        <source>Start &amp;Python Console</source>
        <translation>Старт консоли &amp;Python</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="517"/>
        <source>Starts a Python interactive interpreter</source>
        <translation>Запуск интерактивного интерпретатора Python</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="519"/>
        <source>&lt;b&gt;Start Python Console&lt;/b&gt;&lt;p&gt;Starts a Python interactive interpreter.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Запуск консоли Python&lt;/b&gt;&lt;p&gt;Запуск интерактивного интерпретатора Python.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2018"/>
        <source>Create Cache Tables</source>
        <translation>Создание кэша таблиц</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="220"/>
        <source>C&amp;reate Cache Tables</source>
        <translation>С&amp;оздание кэша таблиц</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="225"/>
        <source>Creates the tables needed to use the SQL cache backend</source>
        <translation>Для создания таблиц необходимо использовать SQL кэш бэкенд</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="227"/>
        <source>&lt;b&gt;Create Cache Tables&lt;/b&gt;&lt;p&gt;Creates the tables needed to use the SQL cache backend.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Создание кэша таблиц&lt;/b&gt;&lt;p&gt;Для создания таблиц необходимо использовать  SQL кэш бэкенд.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2025"/>
        <source>Enter the names of the cache tables separated by spaces.</source>
        <translation>Введите имена таблиц кэша, разделенных пробелами.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2040"/>
        <source>Cache tables created successfully.</source>
        <translation>Кэш таблиц создан успешно.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="297"/>
        <source>Introspect</source>
        <translation>Просматривает базу данных, определяет структуру моделей и выводит их код</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="297"/>
        <source>&amp;Introspect</source>
        <translation>&amp;Инспекция</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="302"/>
        <source>Introspects the database tables and outputs a Django model module</source>
        <translation>Анализ таблиц базы данных и вывод кода модуля Django моделей</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="305"/>
        <source>&lt;b&gt;Introspect&lt;/b&gt;&lt;p&gt;Introspects the database tables and outputs a Django model module.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Анализ таблиц базы данных&lt;/b&gt;&lt;p&gt;Анализ таблиц базы данных, определение структуры и вывод кода модуля Django моделей.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1751"/>
        <source>Introspect Database</source>
        <translation>Анализ таблиц базы данных и генерация кода модуля Django моделей</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="313"/>
        <source>Flush</source>
        <translation>Очистка</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="313"/>
        <source>&amp;Flush</source>
        <translation>&amp;Очистка</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="318"/>
        <source>Returns all database tables to the state just after their installation</source>
        <translation>Возвращает все таблицы базы данных к состоянию на момент инсталяции базы</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="321"/>
        <source>&lt;b&gt;Flush&lt;/b&gt;&lt;p&gt;Returns all database tables to the state just after their installation.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Очистка&lt;/b&gt;&lt;p&gt;Возврат всех таблиц базы данных к состоянию на момент инсталяции базы.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1902"/>
        <source>Flush Database</source>
        <translation>Очистка базы данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1780"/>
        <source>Flushing the database will destroy all data. Are you sure?</source>
        <translation>Очистка  базы данных приведет к уничтожению всех данных. Вы действительно этого хотите?</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1792"/>
        <source>Database tables flushed successfully.</source>
        <translation>Таблицы базы данных успешно очищены.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="329"/>
        <source>Start Client Console</source>
        <translation>Запуск консоли клиента</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="334"/>
        <source>Starts a console window for the database client</source>
        <translation>Запуск окна консоли для клиента базы данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="336"/>
        <source>&lt;b&gt;Start Client Console&lt;/b&gt;&lt;p&gt;Starts a console window for the database client.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Запуск консоли клиента&lt;/b&gt;&lt;p&gt;Запуск окна консоли для клиента базы данных.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="329"/>
        <source>Start &amp;Client Console</source>
        <translation>Старт консоли &amp;клиента</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1867"/>
        <source>Create Tables</source>
        <translation>Создание таблиц</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="347"/>
        <source>Create &amp;Tables</source>
        <translation>Создать &amp;таблицы</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="352"/>
        <source>Prints the CREATE TABLE SQL statements for one or more applications</source>
        <translation>Выводит SQL операторы CREATE TABLE для одного или нескольких приложений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="355"/>
        <source>&lt;b&gt;Create Tables&lt;/b&gt;&lt;p&gt;Prints the CREATE TABLE SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Создание таблиц&lt;/b&gt;&lt;p&gt;Вывод SQL операторов CREATE TABLE для одного или нескольких приложений.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="706"/>
        <source>Show &amp;SQL</source>
        <translation>&amp;SQL</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1874"/>
        <source>Create Indexes</source>
        <translation>Создание индексов</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="364"/>
        <source>Create &amp;Indexes</source>
        <translation>Создать &amp;индексы</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="372"/>
        <source>&lt;b&gt;Create Indexes&lt;/b&gt;&lt;p&gt;Prints the CREATE INDEX SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Создание индексов&lt;/b&gt;&lt;p&gt;Вывод SQL операторов CREATE INDEX для одного или нескольких приложений.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1881"/>
        <source>Create Everything</source>
        <translation>Создать все</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="381"/>
        <source>Create &amp;Everything</source>
        <translation>Создать &amp;все</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="386"/>
        <source>Prints the CREATE ... SQL statements for one or more applications</source>
        <translation>Выводит SQL операторы CREATE ... для одного или нескольких приложений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="389"/>
        <source>&lt;b&gt;Create Everything&lt;/b&gt;&lt;p&gt;Prints the CREATE TABLE, custom SQL and CREATE INDEX SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Создать все&lt;/b&gt;&lt;p&gt;Вывод комбинации SQL операторов CREATE TABLE, CREATE INDEX и пользовательских SQL запровов для одного или нескольких приложений.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="369"/>
        <source>Prints the CREATE INDEX SQL statements for one or more applications</source>
        <translation>Выводит SQL операторы CREATE INDEX для одного или нескольких приложений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1888"/>
        <source>Custom Statements</source>
        <translation>Пользовательские запросы</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="398"/>
        <source>&amp;Custom Statements</source>
        <translation>&amp;Пользовательские запросы</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="403"/>
        <source>Prints the custom table modifying SQL statements for one or more applications</source>
        <translation>Выводит дополнительную таблицу, модифицированную  SQL запросами, для одного или нескольких приложений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="406"/>
        <source>&lt;b&gt;Custom Statements&lt;/b&gt;&lt;p&gt;Prints the custom table modifying SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Пользовательские запросы&lt;/b&gt;&lt;p&gt;Вывод дополнительной таблицы, модифицированной SQL запросами. для одного или нескольких приложений.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1895"/>
        <source>Drop Tables</source>
        <translation>Удаление таблиц</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="415"/>
        <source>&amp;Drop Tables</source>
        <translation>&amp;Удаление таблиц</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="420"/>
        <source>Prints the DROP TABLE SQL statements for one or more applications</source>
        <translation>Выводит SQL операторы DROP TABLE для одного или нескольких приложений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="423"/>
        <source>&lt;b&gt;Drop Tables&lt;/b&gt;&lt;p&gt;Prints the DROP TABLE SQL statements for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Удаление таблиц&lt;/b&gt;&lt;p&gt;Вывод SQL операторов DROP TABLE для одного или нескольких приложений.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="432"/>
        <source>&amp;Flush Database</source>
        <translation>&amp;Очистка базы данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="437"/>
        <source>Prints a list of statements to return all database tables to the state just after their installation</source>
        <translation>Выводит список SQL операторов для возврата всех таблиц базы данных к состоянию на момент ее инсталяции</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="440"/>
        <source>&lt;b&gt;Flush Database&lt;/b&gt;&lt;p&gt;Prints a list of statements to return all database tables to the state just after their installation.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Очистка базы данных&lt;/b&gt;&lt;p&gt;Вывод списка SQL операторов для возврата всех таблиц  базы данных к состоянию на момент ее инсталяции.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1909"/>
        <source>Reset Sequences</source>
        <translation>Сброс цепочки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="449"/>
        <source>Reset &amp;Sequences</source>
        <translation>Сброс &amp;цепочки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="454"/>
        <source>Prints the SQL statements for resetting sequences for one or more applications</source>
        <translation>Выводит SQL операторы для сброса цепочки??? для одного или нескольких приложений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="457"/>
        <source>&lt;b&gt;Reset Sequences&lt;/b&gt;&lt;p&gt;Prints the SQL statements for resetting sequences for one or more applications.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Сброс цепочки&lt;/b&gt;&lt;p&gt;Вывод SQL операторов для сброса цепочки для одного или нескольких приложений.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2055"/>
        <source>Dump Data</source>
        <translation>Выводит текущие данные из базы данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="530"/>
        <source>&amp;Dump Data</source>
        <translation>&amp;Выгрузка данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="535"/>
        <source>Dump the database data to a fixture</source>
        <translation>Выводит данные базы данных в файлы оснастки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="537"/>
        <source>&lt;b&gt;Dump Data&lt;/b&gt;&lt;p&gt;Dump the database data to a fixture.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Выгрузка данных&lt;/b&gt;&lt;p&gt;Выгружает текущие данные базы данных в файлы оснастки.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="749"/>
        <source>T&amp;esting</source>
        <translation>Т&amp;естирование</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1854"/>
        <source>SQL Files (*.sql)</source>
        <translation>SQL Files (*.sql)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2078"/>
        <source>JSON Files (*.json)</source>
        <translation>JSON Files (*.json)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2080"/>
        <source>XML Files (*.xml)</source>
        <translation>XML Files (*.xml)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2082"/>
        <source>YAML Files (*.yaml)</source>
        <translation>YAML Files (*.yaml)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2094"/>
        <source>Load Data</source>
        <translation>Загрузка данных в базу данных из файлов оснастки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="544"/>
        <source>&amp;Load Data</source>
        <translation>&amp;Загрузка данных</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="549"/>
        <source>Load data from fixture files</source>
        <translation>Загрузка начальных данных из файлов оснастки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="551"/>
        <source>&lt;b&gt;Load Data&lt;/b&gt;&lt;p&gt;Load data from fixture files.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Загрузка данных&lt;/b&gt;&lt;p&gt;Загрузка начальных данных в базу данных из файлов оснастки.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="558"/>
        <source>Run Testsuite</source>
        <translation>Выполнение набора тестов</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="558"/>
        <source>Run &amp;Testsuite</source>
        <translation>Старт набора &amp;тестов</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="563"/>
        <source>Run the test suite for applications or the whole site</source>
        <translation>Выполнение набора тестов для приложений или для всего сайта</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="565"/>
        <source>&lt;b&gt;Run Testsuite&lt;/b&gt;&lt;p&gt;Run the test suite for applications or the whole site.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Набор тестов&lt;/b&gt;&lt;p&gt;Выполнение набора тестов для приложений или всего сайта.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="572"/>
        <source>Run Testserver</source>
        <translation>Запуск сервера тестов</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="572"/>
        <source>Run Test&amp;server</source>
        <translation>Старт сервера &amp;тестов</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="577"/>
        <source>Run a development server with data from a set of fixtures</source>
        <translation>Запуск сервера разработки с данными из набора оснастки</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="579"/>
        <source>&lt;b&gt;Run Testserver&lt;/b&gt;&lt;p&gt;Run a development server with data from a set of fixtures.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Запуск сервера тестов&lt;/b&gt;&lt;p&gt;Запуск сервера разработки с данными из набора оснастки.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2185"/>
        <source>The Django test server could not be started.</source>
        <translation>Невозможно запустить Django сервер тестов.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="240"/>
        <source>Help</source>
        <translation>Справка</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="240"/>
        <source>&amp;Help</source>
        <translation>&amp;Справка</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="245"/>
        <source>Shows the Django help index</source>
        <translation>Показ индекса справки Django</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="247"/>
        <source>&lt;b&gt;Help&lt;/b&gt;&lt;p&gt;Shows the Django help index page.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Справка&lt;/b&gt;&lt;p&gt;Показ страницы индексов справки  Django.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="841"/>
        <source>New template...</source>
        <translation>Новый шаблон...</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="850"/>
        <source>Update all catalogs</source>
        <translation>Обновить все каталоги</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="853"/>
        <source>Update selected catalogs</source>
        <translation>Обновить выбранные каталоги</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="864"/>
        <source>Compile all catalogs</source>
        <translation>Компиляция всех каталогов</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="867"/>
        <source>Compile selected catalogs</source>
        <translation>Компиляция выбранных каталогов</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2352"/>
        <source>Initializing message catalog for &apos;{0}&apos;</source>
        <translation>Инициализация каталога сообщений для &apos;{0}&apos;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2611"/>
        <source>No current site selected or no site created yet. Aborting...</source>
        <translation>Текущий сайт не выбран или еще не создан. Прерывание выполнения...</translation>
    </message>
    <message>
        <location filename="../Project.py" line="2372"/>
        <source>Message catalog initialized successfully.</source>
        <translation type="obsolete">Каталог сообщений успешно инициализирован.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2484"/>
        <source>Updating message catalogs</source>
        <translation>Обновление каталогов сообщений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2575"/>
        <source>No locales detected. Aborting...</source>
        <translation>Локали не найдены. Прерывание выполнения...</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2535"/>
        <source>
Message catalogs updated successfully.</source>
        <translation>
Каталоги сообщений успешно обновлены.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2601"/>
        <source>Compiling message catalogs</source>
        <translation>Компиляция каталогов сообщений</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2618"/>
        <source>
Message catalogs compiled successfully.</source>
        <translation>Каталоги сообщений успешно компилированы.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="857"/>
        <source>Update all catalogs (with obsolete)</source>
        <translation>Обновить все каталоги (с устаревшими)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="860"/>
        <source>Update selected catalogs (with obsolete)</source>
        <translation>Обновить выбранные каталоги (с устаревшими)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1494"/>
        <source>Start Global Django Application</source>
        <translation>Выполнение Global Django приложения</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1494"/>
        <source>Enter the name of the new global Django application.</source>
        <translation>Введите имя нового global Djangо приложения. </translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1516"/>
        <source>Start Local Django Application</source>
        <translation>Выполнение local Django приложения</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1516"/>
        <source>Enter the name of the new local Django application.</source>
        <translation>Введите имя нового local Django приложения. </translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2516"/>
        <source>Updating message catalogs (keeping obsolete messages)</source>
        <translation>Обновление каталогов сообщений (с сохранением устаревших сообщений)</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2215"/>
        <source>Change Password</source>
        <translation>Смена пароля</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="591"/>
        <source>Change &amp;Password</source>
        <translation>Смена &amp;пароля</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="596"/>
        <source>Change the password of a user</source>
        <translation>Смена пароля пользователя</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="598"/>
        <source>&lt;b&gt;Change Password&lt;/b&gt;&lt;p&gt;Change the password of a user of the Django project.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Смена пароля&lt;/b&gt;&lt;p&gt;Смена пароля пользователя для Django проекта.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="605"/>
        <source>Create Superuser</source>
        <translation>Создание суперпользователя</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="605"/>
        <source>Create &amp;Superuser</source>
        <translation>Создать &amp;суперпользователя</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="610"/>
        <source>Create a superuser account</source>
        <translation>Создать аккаунт суперпользователя</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="612"/>
        <source>&lt;b&gt;Create Superuser&lt;/b&gt;&lt;p&gt;Create a superuser account for the Django project.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Создание суперпользователя&lt;/b&gt;&lt;p&gt;Создание аккаунта суперпользователя для Django проекта.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2271"/>
        <source>Clear Sessions</source>
        <translation>Очистка сессии</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="623"/>
        <source>Clear &amp;Sessions</source>
        <translation>Очистка &amp;сессии</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="628"/>
        <source>Clear expired sessions</source>
        <translation>Очистка истекших сессий</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="630"/>
        <source>&lt;b&gt;Clear Sessions&lt;/b&gt;&lt;p&gt;Clear expired sessions of the Django project.&lt;/p&gt;</source>
        <translation>&lt;b&gt;Очистка сессий&lt;/b&gt;&lt;p&gt;Очистка истекших сессий Django проекта.&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="768"/>
        <source>&amp;Authorization</source>
        <translation>&amp;Авторизация</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="784"/>
        <source>&amp;Session</source>
        <translation>&amp;Сессия</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2215"/>
        <source>Enter the name of the user:</source>
        <translation>Введите имя пользователя:</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2283"/>
        <source>Expired sessions cleared successfully.</source>
        <translation>Истекшая сессия успешно очищена.</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1203"/>
        <source>&lt;p&gt;Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.&lt;/p&gt;&lt;p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Version:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;URL:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</source>
        <translation>&lt;p&gt;Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.&lt;/p&gt;&lt;p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Version:&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;URL:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;{1}&quot;&gt;{1}&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="1465"/>
        <source>&lt;p&gt;The &lt;b&gt;django-admin.py&lt;/b&gt; script is not in the path. Aborting...&lt;/p&gt;</source>
        <translation>&lt;p&gt;Скрипт &lt;b&gt;django-admin.py&lt;/b&gt; не найден в путях доступа. Прерывание...&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="826"/>
        <source>Open with {0}</source>
        <translation>Открыть с помощью {0}</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2647"/>
        <source>The translations editor process ({0}) could not be started.</source>
        <translation>Невозможен запуск редактора переводов ({0}).</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="961"/>
        <source>&lt;p&gt;The new form file &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;br&gt; Problem: {1}&lt;/p&gt;</source>
        <translation>&lt;p&gt;Невозможно создать файл новой формы &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt; Проблема: {1}&lt;/p&gt;</translation>
    </message>
    <message>
        <location filename="../../ProjectDjango/Project.py" line="2372"/>
        <source>
Message catalog initialized successfully.</source>
        <translation type="unfinished"></translation>
    </message>
</context>
<context>
    <name>ProjectDjangoPlugin</name>
    <message>
        <location filename="../../PluginProjectDjango.py" line="404"/>
        <source>Django</source>
        <translation>Django</translation>
    </message>
    <message>
        <location filename="../../PluginProjectDjango.py" line="176"/>
        <source>eric6 version is too old, {0}, {1} or newer needed.</source>
        <translation>версия eric5 слишком старая, необходима {0}, {1} или более поздняя.</translation>
    </message>
</context>
</TS>

eric ide

mercurial