ProjectDjango/i18n/django_ru.ts

changeset 110
da5ee5012004
parent 106
35cd60b85ed9
child 112
ecb1aefcc4e1
equal deleted inserted replaced
109:0f579ef4f7ad 110:da5ee5012004
606 <source>Dont&apos; optimize</source> 606 <source>Dont&apos; optimize</source>
607 <translation>Не оптимизировать</translation> 607 <translation>Не оптимизировать</translation>
608 </message> 608 </message>
609 </context> 609 </context>
610 <context> 610 <context>
611 <name>DjangoTestDataDialog</name>
612 <message>
613 <location filename="../DjangoTestDataDialog.ui" line="14"/>
614 <source>Django Test Data</source>
615 <translation type="unfinished"></translation>
616 </message>
617 <message>
618 <location filename="../DjangoTestDataDialog.ui" line="23"/>
619 <source>Test Labels:</source>
620 <translation type="unfinished"></translation>
621 </message>
622 <message>
623 <location filename="../DjangoTestDataDialog.ui" line="30"/>
624 <source>Enter the tests to be performed separated by space</source>
625 <translation type="unfinished"></translation>
626 </message>
627 <message>
628 <location filename="../DjangoTestDataDialog.ui" line="54"/>
629 <source>Tags:</source>
630 <translation type="unfinished"></translation>
631 </message>
632 <message>
633 <location filename="../DjangoTestDataDialog.ui" line="61"/>
634 <source>Enter the test tags to be run separated by space</source>
635 <translation type="unfinished"></translation>
636 </message>
637 <message>
638 <location filename="../DjangoTestDataDialog.ui" line="71"/>
639 <source>Exclude Tags:</source>
640 <translation type="unfinished"></translation>
641 </message>
642 <message>
643 <location filename="../DjangoTestDataDialog.ui" line="78"/>
644 <source>Enter the test tags to be skipped separated by space</source>
645 <translation type="unfinished"></translation>
646 </message>
647 <message>
648 <location filename="../DjangoTestDataDialog.ui" line="88"/>
649 <source>Select to keep the test database</source>
650 <translation type="unfinished"></translation>
651 </message>
652 <message>
653 <location filename="../DjangoTestDataDialog.ui" line="91"/>
654 <source>Keep Test Database</source>
655 <translation type="unfinished"></translation>
656 </message>
657 <message>
658 <location filename="../DjangoTestDataDialog.ui" line="98"/>
659 <source>Select to run the tests in reverse order</source>
660 <translation type="unfinished"></translation>
661 </message>
662 <message>
663 <location filename="../DjangoTestDataDialog.ui" line="101"/>
664 <source>Run Tests in Reverse Order</source>
665 <translation type="unfinished"></translation>
666 </message>
667 <message>
668 <location filename="../DjangoTestDataDialog.ui" line="40"/>
669 <source>Test File Pattern:</source>
670 <translation type="unfinished"></translation>
671 </message>
672 <message>
673 <location filename="../DjangoTestDataDialog.ui" line="47"/>
674 <source>Enter the test file pattern</source>
675 <translation type="unfinished"></translation>
676 </message>
677 </context>
678 <context>
611 <name>Project</name> 679 <name>Project</name>
612 <message> 680 <message>
613 <location filename="../Project.py" line="814"/> 681 <location filename="../Project.py" line="824"/>
614 <source>D&amp;jango</source> 682 <source>D&amp;jango</source>
615 <translation>D&amp;jango</translation> 683 <translation>D&amp;jango</translation>
616 </message> 684 </message>
617 <message> 685 <message>
618 <location filename="../Project.py" line="1166"/> 686 <location filename="../Project.py" line="1176"/>
619 <source>New Form</source> 687 <source>New Form</source>
620 <translation>Создание новой формы</translation> 688 <translation>Создание новой формы</translation>
621 </message> 689 </message>
622 <message> 690 <message>
623 <location filename="../Project.py" line="1133"/> 691 <location filename="../Project.py" line="1143"/>
624 <source>The file already exists! Overwrite it?</source> 692 <source>The file already exists! Overwrite it?</source>
625 <translation>Файл уже существует! Переписать его?</translation> 693 <translation>Файл уже существует! Переписать его?</translation>
626 </message> 694 </message>
627 <message> 695 <message>
628 <location filename="../Project.py" line="129"/> 696 <location filename="../Project.py" line="139"/>
629 <source>Current Project</source> 697 <source>Current Project</source>
630 <translation>Текущий проект</translation> 698 <translation>Текущий проект</translation>
631 </message> 699 </message>
632 <message> 700 <message>
633 <location filename="../Project.py" line="134"/> 701 <location filename="../Project.py" line="144"/>
634 <source>Selects the current project</source> 702 <source>Selects the current project</source>
635 <translation>Выбор текущего проекта</translation> 703 <translation>Выбор текущего проекта</translation>
636 </message> 704 </message>
637 <message> 705 <message>
638 <location filename="../Project.py" line="149"/> 706 <location filename="../Project.py" line="159"/>
639 <source>Start Project</source> 707 <source>Start Project</source>
640 <translation>Создание нового проекта</translation> 708 <translation>Создание нового проекта</translation>
641 </message> 709 </message>
642 <message> 710 <message>
643 <location filename="../Project.py" line="149"/> 711 <location filename="../Project.py" line="159"/>
644 <source>Start &amp;Project</source> 712 <source>Start &amp;Project</source>
645 <translation>Новый &amp;проект</translation> 713 <translation>Новый &amp;проект</translation>
646 </message> 714 </message>
647 <message> 715 <message>
648 <location filename="../Project.py" line="154"/> 716 <location filename="../Project.py" line="164"/>
649 <source>Starts a new Django project</source> 717 <source>Starts a new Django project</source>
650 <translation>Создание нового Django проекта</translation> 718 <translation>Создание нового Django проекта</translation>
651 </message> 719 </message>
652 <message> 720 <message>
653 <location filename="../Project.py" line="156"/> 721 <location filename="../Project.py" line="166"/>
654 <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> 722 <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>
655 <translation>&lt;b&gt;Новый проект&lt;/b&gt;&lt;p&gt;Создание нового Django проекта посредством команды &quot;django-admin.py startproject&quot;.&lt;/p&gt;</translation> 723 <translation>&lt;b&gt;Новый проект&lt;/b&gt;&lt;p&gt;Создание нового Django проекта посредством команды &quot;django-admin.py startproject&quot;.&lt;/p&gt;</translation>
656 </message> 724 </message>
657 <message> 725 <message>
658 <location filename="../Project.py" line="164"/> 726 <location filename="../Project.py" line="174"/>
659 <source>Start Application (global)</source> 727 <source>Start Application (global)</source>
660 <translation>Создание приложения (global)</translation> 728 <translation>Создание приложения (global)</translation>
661 </message> 729 </message>
662 <message> 730 <message>
663 <location filename="../Project.py" line="164"/> 731 <location filename="../Project.py" line="174"/>
664 <source>Start Application (&amp;global)</source> 732 <source>Start Application (&amp;global)</source>
665 <translation>Новое приложение (&amp;global)</translation> 733 <translation>Новое приложение (&amp;global)</translation>
666 </message> 734 </message>
667 <message> 735 <message>
668 <location filename="../Project.py" line="169"/> 736 <location filename="../Project.py" line="179"/>
669 <source>Starts a new global Django application</source> 737 <source>Starts a new global Django application</source>
670 <translation>Создание нового (global) Django приложения</translation> 738 <translation>Создание нового (global) Django приложения</translation>
671 </message> 739 </message>
672 <message> 740 <message>
673 <location filename="../Project.py" line="171"/> 741 <location filename="../Project.py" line="181"/>
674 <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> 742 <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>
675 <translation>&lt;b&gt;Старт приложения (global)&lt;/b&gt;&lt;p&gt;Создание нового global Django приложения посредством команды: &quot;django-admin.py startapp&quot;.&lt;/p&gt;</translation> 743 <translation>&lt;b&gt;Старт приложения (global)&lt;/b&gt;&lt;p&gt;Создание нового global Django приложения посредством команды: &quot;django-admin.py startapp&quot;.&lt;/p&gt;</translation>
676 </message> 744 </message>
677 <message> 745 <message>
678 <location filename="../Project.py" line="180"/> 746 <location filename="../Project.py" line="190"/>
679 <source>Start Application (local)</source> 747 <source>Start Application (local)</source>
680 <translation>Создание приложения (local)</translation> 748 <translation>Создание приложения (local)</translation>
681 </message> 749 </message>
682 <message> 750 <message>
683 <location filename="../Project.py" line="180"/> 751 <location filename="../Project.py" line="190"/>
684 <source>Start Application (&amp;local)</source> 752 <source>Start Application (&amp;local)</source>
685 <translation>Новое приложение (&amp;local)</translation> 753 <translation>Новое приложение (&amp;local)</translation>
686 </message> 754 </message>
687 <message> 755 <message>
688 <location filename="../Project.py" line="185"/> 756 <location filename="../Project.py" line="195"/>
689 <source>Starts a new local Django application</source> 757 <source>Starts a new local Django application</source>
690 <translation>Создание нового (local) Django приложения</translation> 758 <translation>Создание нового (local) Django приложения</translation>
691 </message> 759 </message>
692 <message> 760 <message>
693 <location filename="../Project.py" line="187"/> 761 <location filename="../Project.py" line="197"/>
694 <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> 762 <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>
695 <translation>&lt;b&gt;Старт приложения (local)&lt;/b&gt;&lt;p&gt;Создание нового local Django приложения посредством команды: &quot;manage.py startapp&quot;.&lt;/p&gt;</translation> 763 <translation>&lt;b&gt;Старт приложения (local)&lt;/b&gt;&lt;p&gt;Создание нового local Django приложения посредством команды: &quot;manage.py startapp&quot;.&lt;/p&gt;</translation>
696 </message> 764 </message>
697 <message> 765 <message>
698 <location filename="../Project.py" line="200"/> 766 <location filename="../Project.py" line="210"/>
699 <source>Run Server</source> 767 <source>Run Server</source>
700 <translation>Сервер разработки</translation> 768 <translation>Сервер разработки</translation>
701 </message> 769 </message>
702 <message> 770 <message>
703 <location filename="../Project.py" line="200"/> 771 <location filename="../Project.py" line="210"/>
704 <source>Run &amp;Server</source> 772 <source>Run &amp;Server</source>
705 <translation>&amp;Сервер разработки</translation> 773 <translation>&amp;Сервер разработки</translation>
706 </message> 774 </message>
707 <message> 775 <message>
708 <location filename="../Project.py" line="205"/> 776 <location filename="../Project.py" line="215"/>
709 <source>Starts the Django Web server</source> 777 <source>Starts the Django Web server</source>
710 <translation>Запуск Django Web сервера разработки</translation> 778 <translation>Запуск Django Web сервера разработки</translation>
711 </message> 779 </message>
712 <message> 780 <message>
713 <location filename="../Project.py" line="207"/> 781 <location filename="../Project.py" line="217"/>
714 <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> 782 <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>
715 <translation>&lt;b&gt;Сервер разработки&lt;/b&gt;&lt;p&gt;Запуск Django Web сервера разработки посредством команды: &quot;manage.py runserver&quot;.&lt;/p&gt;</translation> 783 <translation>&lt;b&gt;Сервер разработки&lt;/b&gt;&lt;p&gt;Запуск Django Web сервера разработки посредством команды: &quot;manage.py runserver&quot;.&lt;/p&gt;</translation>
716 </message> 784 </message>
717 <message> 785 <message>
718 <location filename="../Project.py" line="2027"/> 786 <location filename="../Project.py" line="2097"/>
719 <source>Run Web-Browser</source> 787 <source>Run Web-Browser</source>
720 <translation>Запуск Web-браузера администрирования</translation> 788 <translation>Запуск Web-браузера администрирования</translation>
721 </message> 789 </message>
722 <message> 790 <message>
723 <location filename="../Project.py" line="215"/> 791 <location filename="../Project.py" line="225"/>
724 <source>Run &amp;Web-Browser</source> 792 <source>Run &amp;Web-Browser</source>
725 <translation>Запуск &amp;Web-браузера</translation> 793 <translation>Запуск &amp;Web-браузера</translation>
726 </message> 794 </message>
727 <message> 795 <message>
728 <location filename="../Project.py" line="220"/> 796 <location filename="../Project.py" line="230"/>
729 <source>Starts the default Web-Browser with the URL of the Django Web server</source> 797 <source>Starts the default Web-Browser with the URL of the Django Web server</source>
730 <translation>Запуск Web-браузера, используемого по умолчанию, с URL Django Web сервера</translation> 798 <translation>Запуск Web-браузера, используемого по умолчанию, с URL Django Web сервера</translation>
731 </message> 799 </message>
732 <message> 800 <message>
733 <location filename="../Project.py" line="223"/> 801 <location filename="../Project.py" line="233"/>
734 <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> 802 <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>
735 <translation>&lt;b&gt;Запуск Web-браузера&lt;/b&gt;&lt;p&gt;Запуск Web-браузера, используемого по умолчанию, с адресом Django Web сервера.&lt;/p&gt;</translation> 803 <translation>&lt;b&gt;Запуск Web-браузера&lt;/b&gt;&lt;p&gt;Запуск Web-браузера, используемого по умолчанию, с адресом Django Web сервера.&lt;/p&gt;</translation>
736 </message> 804 </message>
737 <message> 805 <message>
738 <location filename="../Project.py" line="1447"/> 806 <location filename="../Project.py" line="1457"/>
739 <source>About Django</source> 807 <source>About Django</source>
740 <translation>О Django</translation> 808 <translation>О Django</translation>
741 </message> 809 </message>
742 <message> 810 <message>
743 <location filename="../Project.py" line="273"/> 811 <location filename="../Project.py" line="283"/>
744 <source>About D&amp;jango</source> 812 <source>About D&amp;jango</source>
745 <translation>О D&amp;jango</translation> 813 <translation>О D&amp;jango</translation>
746 </message> 814 </message>
747 <message> 815 <message>
748 <location filename="../Project.py" line="278"/> 816 <location filename="../Project.py" line="288"/>
749 <source>Shows some information about Django</source> 817 <source>Shows some information about Django</source>
750 <translation>Отображение информации о Django</translation> 818 <translation>Отображение информации о Django</translation>
751 </message> 819 </message>
752 <message> 820 <message>
753 <location filename="../Project.py" line="280"/> 821 <location filename="../Project.py" line="290"/>
754 <source>&lt;b&gt;About Django&lt;/b&gt;&lt;p&gt;Shows some information about Django.&lt;/p&gt;</source> 822 <source>&lt;b&gt;About Django&lt;/b&gt;&lt;p&gt;Shows some information about Django.&lt;/p&gt;</source>
755 <translation>&lt;b&gt;О Django&lt;/b&gt;&lt;p&gt;Отображение информации о Django.&lt;/p&gt;</translation> 823 <translation>&lt;b&gt;О Django&lt;/b&gt;&lt;p&gt;Отображение информации о Django.&lt;/p&gt;</translation>
756 </message> 824 </message>
757 <message> 825 <message>
758 <location filename="../Project.py" line="856"/> 826 <location filename="../Project.py" line="866"/>
759 <source>&amp;Database</source> 827 <source>&amp;Database</source>
760 <translation>&amp;База данных</translation> 828 <translation>&amp;База данных</translation>
761 </message> 829 </message>
762 <message> 830 <message>
763 <location filename="../Project.py" line="1904"/> 831 <location filename="../Project.py" line="1974"/>
764 <source>Project</source> 832 <source>Project</source>
765 <translation>Project</translation> 833 <translation>Project</translation>
766 </message> 834 </message>
767 <message> 835 <message>
768 <location filename="../Project.py" line="1644"/> 836 <location filename="../Project.py" line="1713"/>
769 <source>Application</source> 837 <source>Application</source>
770 <translation>Application</translation> 838 <translation>Application</translation>
771 </message> 839 </message>
772 <message> 840 <message>
773 <location filename="../Project.py" line="1646"/> 841 <location filename="../Project.py" line="1715"/>
774 <source>Start Django</source> 842 <source>Start Django</source>
775 <translation>Старт Django</translation> 843 <translation>Старт Django</translation>
776 </message> 844 </message>
777 <message> 845 <message>
778 <location filename="../Project.py" line="1646"/> 846 <location filename="../Project.py" line="1715"/>
779 <source>Select if this project should be a Django Project or Application.&lt;br /&gt;Select the empty entry for none.</source> 847 <source>Select if this project should be a Django Project or Application.&lt;br /&gt;Select the empty entry for none.</source>
780 <translation>Сделайте соответствующий выбор, если это будет Django проект или приложение.&lt;br/&gt;Если нет - выберите пустой ввод.</translation> 848 <translation>Сделайте соответствующий выбор, если это будет Django проект или приложение.&lt;br/&gt;Если нет - выберите пустой ввод.</translation>
781 </message> 849 </message>
782 <message> 850 <message>
783 <location filename="../Project.py" line="1723"/> 851 <location filename="../Project.py" line="1792"/>
784 <source>Start Django Project</source> 852 <source>Start Django Project</source>
785 <translation>Создание Django проекта</translation> 853 <translation>Создание Django проекта</translation>
786 </message> 854 </message>
787 <message> 855 <message>
788 <location filename="../Project.py" line="1699"/> 856 <location filename="../Project.py" line="1768"/>
789 <source>Django project created successfully.</source> 857 <source>Django project created successfully.</source>
790 <translation>Django проект успешно создан.</translation> 858 <translation>Django проект успешно создан.</translation>
791 </message> 859 </message>
792 <message> 860 <message>
793 <location filename="../Project.py" line="1723"/> 861 <location filename="../Project.py" line="1792"/>
794 <source>Enter the name of the new Django project.</source> 862 <source>Enter the name of the new Django project.</source>
795 <translation>Введите имя нового Django проекта.</translation> 863 <translation>Введите имя нового Django проекта.</translation>
796 </message> 864 </message>
797 <message> 865 <message>
798 <location filename="../Project.py" line="1751"/> 866 <location filename="../Project.py" line="1820"/>
799 <source>Start Django Application</source> 867 <source>Start Django Application</source>
800 <translation>Создание Django приложения</translation> 868 <translation>Создание Django приложения</translation>
801 </message> 869 </message>
802 <message> 870 <message>
803 <location filename="../Project.py" line="1785"/> 871 <location filename="../Project.py" line="1854"/>
804 <source>Django application created successfully.</source> 872 <source>Django application created successfully.</source>
805 <translation>Django приложение успешно создано.</translation> 873 <translation>Django приложение успешно создано.</translation>
806 </message> 874 </message>
807 <message> 875 <message>
808 <location filename="../Project.py" line="1868"/> 876 <location filename="../Project.py" line="1937"/>
809 <source>Select Project</source> 877 <source>Select Project</source>
810 <translation>Выбор проекта</translation> 878 <translation>Выбор проекта</translation>
811 </message> 879 </message>
812 <message> 880 <message>
813 <location filename="../Project.py" line="1868"/> 881 <location filename="../Project.py" line="1937"/>
814 <source>Select the Django project to work with.</source> 882 <source>Select the Django project to work with.</source>
815 <translation>Выбор Django проекта для работы.</translation> 883 <translation>Выбор Django проекта для работы.</translation>
816 </message> 884 </message>
817 <message> 885 <message>
818 <location filename="../Project.py" line="1902"/> 886 <location filename="../Project.py" line="1972"/>
819 <source>None</source> 887 <source>None</source>
820 <translation>none</translation> 888 <translation>none</translation>
821 </message> 889 </message>
822 <message> 890 <message>
823 <location filename="../Project.py" line="3226"/> 891 <location filename="../Project.py" line="3315"/>
824 <source>Process Generation Error</source> 892 <source>Process Generation Error</source>
825 <translation>Ошибка при запуске процесса</translation> 893 <translation>Ошибка при запуске процесса</translation>
826 </message> 894 </message>
827 <message> 895 <message>
828 <location filename="../Project.py" line="1981"/> 896 <location filename="../Project.py" line="2051"/>
829 <source>The Django server could not be started.</source> 897 <source>The Django server could not be started.</source>
830 <translation>Невозможно запустить Django сервер.</translation> 898 <translation>Невозможно запустить Django сервер.</translation>
831 </message> 899 </message>
832 <message> 900 <message>
833 <location filename="../Project.py" line="2027"/> 901 <location filename="../Project.py" line="2097"/>
834 <source>Could not start the web-browser for the url &quot;{0}&quot;.</source> 902 <source>Could not start the web-browser for the url &quot;{0}&quot;.</source>
835 <translation>Невозможно открыть web-браузер с адресом &quot;{0}&quot;.</translation> 903 <translation>Невозможно открыть web-браузер с адресом &quot;{0}&quot;.</translation>
836 </message> 904 </message>
837 <message> 905 <message>
838 <location filename="../Project.py" line="2835"/> 906 <location filename="../Project.py" line="2924"/>
839 <source>The Django process could not be started.</source> 907 <source>The Django process could not be started.</source>
840 <translation>Невозможно запустить Django процесс.</translation> 908 <translation>Невозможно запустить Django процесс.</translation>
841 </message> 909 </message>
842 <message> 910 <message>
843 <location filename="../Project.py" line="136"/> 911 <location filename="../Project.py" line="146"/>
844 <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> 912 <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>
845 <translation>&lt;b&gt;Текущий проект&lt;/b&gt;&lt;p&gt;Выберите текущий проект. Используется в мультипроекте Django проектов для переключения между ними.&lt;/p&gt;</translation> 913 <translation>&lt;b&gt;Текущий проект&lt;/b&gt;&lt;p&gt;Выберите текущий проект. Используется в мультипроекте Django проектов для переключения между ними.&lt;/p&gt;</translation>
846 </message> 914 </message>
847 <message> 915 <message>
848 <location filename="../Project.py" line="2533"/> 916 <location filename="../Project.py" line="2603"/>
849 <source>Diff Settings</source> 917 <source>Diff Settings</source>
850 <translation>Отличие текущих параметров от параметров настройки Django по умолчанию</translation> 918 <translation>Отличие текущих параметров от параметров настройки Django по умолчанию</translation>
851 </message> 919 </message>
852 <message> 920 <message>
853 <location filename="../Project.py" line="541"/> 921 <location filename="../Project.py" line="551"/>
854 <source>&amp;Diff Settings</source> 922 <source>&amp;Diff Settings</source>
855 <translation>&amp;Различия настройки</translation> 923 <translation>&amp;Различия настройки</translation>
856 </message> 924 </message>
857 <message> 925 <message>
858 <location filename="../Project.py" line="546"/> 926 <location filename="../Project.py" line="556"/>
859 <source>Shows the modification made to the settings</source> 927 <source>Shows the modification made to the settings</source>
860 <translation>Показ изменений, сделанных в параметрах настройки</translation> 928 <translation>Показ изменений, сделанных в параметрах настройки</translation>
861 </message> 929 </message>
862 <message> 930 <message>
863 <location filename="../Project.py" line="548"/> 931 <location filename="../Project.py" line="558"/>
864 <source>&lt;b&gt;Diff Settings&lt;/b&gt;&lt;p&gt;Shows the modification made to the settings.&lt;/p&gt;</source> 932 <source>&lt;b&gt;Diff Settings&lt;/b&gt;&lt;p&gt;Shows the modification made to the settings.&lt;/p&gt;</source>
865 <translation>&lt;b&gt;Различия настройки&lt;/b&gt;&lt;p&gt;Показ изменений, сделанных в параметрах настройки.&lt;/p&gt;</translation> 933 <translation>&lt;b&gt;Различия настройки&lt;/b&gt;&lt;p&gt;Показ изменений, сделанных в параметрах настройки.&lt;/p&gt;</translation>
866 </message> 934 </message>
867 <message> 935 <message>
868 <location filename="../Project.py" line="933"/> 936 <location filename="../Project.py" line="943"/>
869 <source>&amp;Tools</source> 937 <source>&amp;Tools</source>
870 <translation>&amp;Сервис</translation> 938 <translation>&amp;Сервис</translation>
871 </message> 939 </message>
872 <message> 940 <message>
873 <location filename="../Project.py" line="1518"/> 941 <location filename="../Project.py" line="1528"/>
874 <source>Select Applications</source> 942 <source>Select Applications</source>
875 <translation>Выбор приложений</translation> 943 <translation>Выбор приложений</translation>
876 </message> 944 </message>
877 <message> 945 <message>
878 <location filename="../Project.py" line="1518"/> 946 <location filename="../Project.py" line="1528"/>
879 <source>Enter the list of applications separated by spaces.</source> 947 <source>Enter the list of applications separated by spaces.</source>
880 <translation>Введите список приложений, разделенных пробелами.</translation> 948 <translation>Введите список приложений, разделенных пробелами.</translation>
881 </message> 949 </message>
882 <message> 950 <message>
883 <location filename="../Project.py" line="1907"/> 951 <location filename="../Project.py" line="1977"/>
884 <source>&amp;Current Django project ({0})</source> 952 <source>&amp;Current Django project ({0})</source>
885 <translation>Текущий &amp;Django проект ({0})</translation> 953 <translation>Текущий &amp;Django проект ({0})</translation>
886 </message> 954 </message>
887 <message> 955 <message>
888 <location filename="../Project.py" line="555"/> 956 <location filename="../Project.py" line="565"/>
889 <source>Start Python Console</source> 957 <source>Start Python Console</source>
890 <translation>Старт консоли Python</translation> 958 <translation>Старт консоли Python</translation>
891 </message> 959 </message>
892 <message> 960 <message>
893 <location filename="../Project.py" line="555"/> 961 <location filename="../Project.py" line="565"/>
894 <source>Start &amp;Python Console</source> 962 <source>Start &amp;Python Console</source>
895 <translation>Старт консоли &amp;Python</translation> 963 <translation>Старт консоли &amp;Python</translation>
896 </message> 964 </message>
897 <message> 965 <message>
898 <location filename="../Project.py" line="560"/> 966 <location filename="../Project.py" line="570"/>
899 <source>Starts a Python interactive interpreter</source> 967 <source>Starts a Python interactive interpreter</source>
900 <translation>Запуск интерактивного интерпретатора Python</translation> 968 <translation>Запуск интерактивного интерпретатора Python</translation>
901 </message> 969 </message>
902 <message> 970 <message>
903 <location filename="../Project.py" line="562"/> 971 <location filename="../Project.py" line="572"/>
904 <source>&lt;b&gt;Start Python Console&lt;/b&gt;&lt;p&gt;Starts a Python interactive interpreter.&lt;/p&gt;</source> 972 <source>&lt;b&gt;Start Python Console&lt;/b&gt;&lt;p&gt;Starts a Python interactive interpreter.&lt;/p&gt;</source>
905 <translation>&lt;b&gt;Запуск консоли Python&lt;/b&gt;&lt;p&gt;Запуск интерактивного интерпретатора Python.&lt;/p&gt;</translation> 973 <translation>&lt;b&gt;Запуск консоли Python&lt;/b&gt;&lt;p&gt;Запуск интерактивного интерпретатора Python.&lt;/p&gt;</translation>
906 </message> 974 </message>
907 <message> 975 <message>
908 <location filename="../Project.py" line="2589"/> 976 <location filename="../Project.py" line="2659"/>
909 <source>Create Cache Tables</source> 977 <source>Create Cache Tables</source>
910 <translation>Создание кэша таблиц</translation> 978 <translation>Создание кэша таблиц</translation>
911 </message> 979 </message>
912 <message> 980 <message>
913 <location filename="../Project.py" line="235"/> 981 <location filename="../Project.py" line="245"/>
914 <source>C&amp;reate Cache Tables</source> 982 <source>C&amp;reate Cache Tables</source>
915 <translation>С&amp;оздание кэша таблиц</translation> 983 <translation>С&amp;оздание кэша таблиц</translation>
916 </message> 984 </message>
917 <message> 985 <message>
918 <location filename="../Project.py" line="240"/> 986 <location filename="../Project.py" line="250"/>
919 <source>Creates the tables needed to use the SQL cache backend</source> 987 <source>Creates the tables needed to use the SQL cache backend</source>
920 <translation>Для создания таблиц необходимо использовать SQL кэш бэкенд</translation> 988 <translation>Для создания таблиц необходимо использовать SQL кэш бэкенд</translation>
921 </message> 989 </message>
922 <message> 990 <message>
923 <location filename="../Project.py" line="242"/> 991 <location filename="../Project.py" line="252"/>
924 <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> 992 <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>
925 <translation>&lt;b&gt;Создание кэша таблиц&lt;/b&gt;&lt;p&gt;Для создания таблиц необходимо использовать SQL кэш бэкенд.&lt;/p&gt;</translation> 993 <translation>&lt;b&gt;Создание кэша таблиц&lt;/b&gt;&lt;p&gt;Для создания таблиц необходимо использовать SQL кэш бэкенд.&lt;/p&gt;</translation>
926 </message> 994 </message>
927 <message> 995 <message>
928 <location filename="../Project.py" line="2596"/> 996 <location filename="../Project.py" line="2666"/>
929 <source>Enter the names of the cache tables separated by spaces.</source> 997 <source>Enter the names of the cache tables separated by spaces.</source>
930 <translation>Введите имена таблиц кэша, разделенных пробелами.</translation> 998 <translation>Введите имена таблиц кэша, разделенных пробелами.</translation>
931 </message> 999 </message>
932 <message> 1000 <message>
933 <location filename="../Project.py" line="2611"/> 1001 <location filename="../Project.py" line="2681"/>
934 <source>Cache tables created successfully.</source> 1002 <source>Cache tables created successfully.</source>
935 <translation>Кэш таблиц создан успешно.</translation> 1003 <translation>Кэш таблиц создан успешно.</translation>
936 </message> 1004 </message>
937 <message> 1005 <message>
938 <location filename="../Project.py" line="317"/> 1006 <location filename="../Project.py" line="327"/>
939 <source>Introspect</source> 1007 <source>Introspect</source>
940 <translation>Просматривает базу данных, определяет структуру моделей и выводит их код</translation> 1008 <translation>Просматривает базу данных, определяет структуру моделей и выводит их код</translation>
941 </message> 1009 </message>
942 <message> 1010 <message>
943 <location filename="../Project.py" line="317"/> 1011 <location filename="../Project.py" line="327"/>
944 <source>&amp;Introspect</source> 1012 <source>&amp;Introspect</source>
945 <translation>&amp;Инспекция</translation> 1013 <translation>&amp;Инспекция</translation>
946 </message> 1014 </message>
947 <message> 1015 <message>
948 <location filename="../Project.py" line="322"/> 1016 <location filename="../Project.py" line="332"/>
949 <source>Introspects the database tables and outputs a Django model module</source> 1017 <source>Introspects the database tables and outputs a Django model module</source>
950 <translation>Анализ таблиц базы данных и вывод кода модуля Django моделей</translation> 1018 <translation>Анализ таблиц базы данных и вывод кода модуля Django моделей</translation>
951 </message> 1019 </message>
952 <message> 1020 <message>
953 <location filename="../Project.py" line="325"/> 1021 <location filename="../Project.py" line="335"/>
954 <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> 1022 <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>
955 <translation>&lt;b&gt;Анализ таблиц базы данных&lt;/b&gt;&lt;p&gt;Анализ таблиц базы данных, определение структуры и вывод кода модуля Django моделей.&lt;/p&gt;</translation> 1023 <translation>&lt;b&gt;Анализ таблиц базы данных&lt;/b&gt;&lt;p&gt;Анализ таблиц базы данных, определение структуры и вывод кода модуля Django моделей.&lt;/p&gt;</translation>
956 </message> 1024 </message>
957 <message> 1025 <message>
958 <location filename="../Project.py" line="2044"/> 1026 <location filename="../Project.py" line="2114"/>
959 <source>Introspect Database</source> 1027 <source>Introspect Database</source>
960 <translation>Анализ таблиц базы данных и генерация кода модуля Django моделей</translation> 1028 <translation>Анализ таблиц базы данных и генерация кода модуля Django моделей</translation>
961 </message> 1029 </message>
962 <message> 1030 <message>
963 <location filename="../Project.py" line="333"/> 1031 <location filename="../Project.py" line="343"/>
964 <source>Flush</source> 1032 <source>Flush</source>
965 <translation>Очистка</translation> 1033 <translation>Очистка</translation>
966 </message> 1034 </message>
967 <message> 1035 <message>
968 <location filename="../Project.py" line="333"/> 1036 <location filename="../Project.py" line="343"/>
969 <source>&amp;Flush</source> 1037 <source>&amp;Flush</source>
970 <translation>&amp;Очистка</translation> 1038 <translation>&amp;Очистка</translation>
971 </message> 1039 </message>
972 <message> 1040 <message>
973 <location filename="../Project.py" line="338"/> 1041 <location filename="../Project.py" line="348"/>
974 <source>Returns all database tables to the state just after their installation</source> 1042 <source>Returns all database tables to the state just after their installation</source>
975 <translation>Возвращает все таблицы базы данных к состоянию на момент инсталяции базы</translation> 1043 <translation>Возвращает все таблицы базы данных к состоянию на момент инсталяции базы</translation>
976 </message> 1044 </message>
977 <message> 1045 <message>
978 <location filename="../Project.py" line="341"/> 1046 <location filename="../Project.py" line="351"/>
979 <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> 1047 <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>
980 <translation>&lt;b&gt;Очистка&lt;/b&gt;&lt;p&gt;Возврат всех таблиц базы данных к состоянию на момент инсталяции базы.&lt;/p&gt;</translation> 1048 <translation>&lt;b&gt;Очистка&lt;/b&gt;&lt;p&gt;Возврат всех таблиц базы данных к состоянию на момент инсталяции базы.&lt;/p&gt;</translation>
981 </message> 1049 </message>
982 <message> 1050 <message>
983 <location filename="../Project.py" line="2215"/> 1051 <location filename="../Project.py" line="2285"/>
984 <source>Flush Database</source> 1052 <source>Flush Database</source>
985 <translation>Очистка базы данных</translation> 1053 <translation>Очистка базы данных</translation>
986 </message> 1054 </message>
987 <message> 1055 <message>
988 <location filename="../Project.py" line="2073"/> 1056 <location filename="../Project.py" line="2143"/>
989 <source>Flushing the database will destroy all data. Are you sure?</source> 1057 <source>Flushing the database will destroy all data. Are you sure?</source>
990 <translation>Очистка базы данных приведет к уничтожению всех данных. Вы действительно этого хотите?</translation> 1058 <translation>Очистка базы данных приведет к уничтожению всех данных. Вы действительно этого хотите?</translation>
991 </message> 1059 </message>
992 <message> 1060 <message>
993 <location filename="../Project.py" line="2085"/> 1061 <location filename="../Project.py" line="2155"/>
994 <source>Database tables flushed successfully.</source> 1062 <source>Database tables flushed successfully.</source>
995 <translation>Таблицы базы данных успешно очищены.</translation> 1063 <translation>Таблицы базы данных успешно очищены.</translation>
996 </message> 1064 </message>
997 <message> 1065 <message>
998 <location filename="../Project.py" line="349"/> 1066 <location filename="../Project.py" line="359"/>
999 <source>Start Client Console</source> 1067 <source>Start Client Console</source>
1000 <translation>Запуск консоли клиента</translation> 1068 <translation>Запуск консоли клиента</translation>
1001 </message> 1069 </message>
1002 <message> 1070 <message>
1003 <location filename="../Project.py" line="354"/> 1071 <location filename="../Project.py" line="364"/>
1004 <source>Starts a console window for the database client</source> 1072 <source>Starts a console window for the database client</source>
1005 <translation>Запуск окна консоли для клиента базы данных</translation> 1073 <translation>Запуск окна консоли для клиента базы данных</translation>
1006 </message> 1074 </message>
1007 <message> 1075 <message>
1008 <location filename="../Project.py" line="356"/> 1076 <location filename="../Project.py" line="366"/>
1009 <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> 1077 <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>
1010 <translation>&lt;b&gt;Запуск консоли клиента&lt;/b&gt;&lt;p&gt;Запуск окна консоли для клиента базы данных.&lt;/p&gt;</translation> 1078 <translation>&lt;b&gt;Запуск консоли клиента&lt;/b&gt;&lt;p&gt;Запуск окна консоли для клиента базы данных.&lt;/p&gt;</translation>
1011 </message> 1079 </message>
1012 <message> 1080 <message>
1013 <location filename="../Project.py" line="349"/> 1081 <location filename="../Project.py" line="359"/>
1014 <source>Start &amp;Client Console</source> 1082 <source>Start &amp;Client Console</source>
1015 <translation>Старт консоли &amp;клиента</translation> 1083 <translation>Старт консоли &amp;клиента</translation>
1016 </message> 1084 </message>
1017 <message> 1085 <message>
1018 <location filename="../Project.py" line="2163"/> 1086 <location filename="../Project.py" line="2233"/>
1019 <source>Create Tables</source> 1087 <source>Create Tables</source>
1020 <translation>Создание таблиц</translation> 1088 <translation>Создание таблиц</translation>
1021 </message> 1089 </message>
1022 <message> 1090 <message>
1023 <location filename="../Project.py" line="367"/> 1091 <location filename="../Project.py" line="377"/>
1024 <source>Create &amp;Tables</source> 1092 <source>Create &amp;Tables</source>
1025 <translation>Создать &amp;таблицы</translation> 1093 <translation>Создать &amp;таблицы</translation>
1026 </message> 1094 </message>
1027 <message> 1095 <message>
1028 <location filename="../Project.py" line="372"/> 1096 <location filename="../Project.py" line="382"/>
1029 <source>Prints the CREATE TABLE SQL statements for one or more applications</source> 1097 <source>Prints the CREATE TABLE SQL statements for one or more applications</source>
1030 <translation>Выводит SQL операторы CREATE TABLE для одного или нескольких приложений</translation> 1098 <translation>Выводит SQL операторы CREATE TABLE для одного или нескольких приложений</translation>
1031 </message> 1099 </message>
1032 <message> 1100 <message>
1033 <location filename="../Project.py" line="375"/> 1101 <location filename="../Project.py" line="385"/>
1034 <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> 1102 <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>
1035 <translation>&lt;b&gt;Создание таблиц&lt;/b&gt;&lt;p&gt;Вывод SQL операторов CREATE TABLE для одного или нескольких приложений.&lt;/p&gt;</translation> 1103 <translation>&lt;b&gt;Создание таблиц&lt;/b&gt;&lt;p&gt;Вывод SQL операторов CREATE TABLE для одного или нескольких приложений.&lt;/p&gt;</translation>
1036 </message> 1104 </message>
1037 <message> 1105 <message>
1038 <location filename="../Project.py" line="878"/> 1106 <location filename="../Project.py" line="888"/>
1039 <source>Show &amp;SQL</source> 1107 <source>Show &amp;SQL</source>
1040 <translation>&amp;SQL</translation> 1108 <translation>&amp;SQL</translation>
1041 </message> 1109 </message>
1042 <message> 1110 <message>
1043 <location filename="../Project.py" line="2172"/> 1111 <location filename="../Project.py" line="2242"/>
1044 <source>Create Indexes</source> 1112 <source>Create Indexes</source>
1045 <translation>Создание индексов</translation> 1113 <translation>Создание индексов</translation>
1046 </message> 1114 </message>
1047 <message> 1115 <message>
1048 <location filename="../Project.py" line="384"/> 1116 <location filename="../Project.py" line="394"/>
1049 <source>Create &amp;Indexes</source> 1117 <source>Create &amp;Indexes</source>
1050 <translation>Создать &amp;индексы</translation> 1118 <translation>Создать &amp;индексы</translation>
1051 </message> 1119 </message>
1052 <message> 1120 <message>
1053 <location filename="../Project.py" line="392"/> 1121 <location filename="../Project.py" line="402"/>
1054 <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> 1122 <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>
1055 <translation>&lt;b&gt;Создание индексов&lt;/b&gt;&lt;p&gt;Вывод SQL операторов CREATE INDEX для одного или нескольких приложений.&lt;/p&gt;</translation> 1123 <translation>&lt;b&gt;Создание индексов&lt;/b&gt;&lt;p&gt;Вывод SQL операторов CREATE INDEX для одного или нескольких приложений.&lt;/p&gt;</translation>
1056 </message> 1124 </message>
1057 <message> 1125 <message>
1058 <location filename="../Project.py" line="2181"/> 1126 <location filename="../Project.py" line="2251"/>
1059 <source>Create Everything</source> 1127 <source>Create Everything</source>
1060 <translation>Создать все</translation> 1128 <translation>Создать все</translation>
1061 </message> 1129 </message>
1062 <message> 1130 <message>
1063 <location filename="../Project.py" line="401"/> 1131 <location filename="../Project.py" line="411"/>
1064 <source>Create &amp;Everything</source> 1132 <source>Create &amp;Everything</source>
1065 <translation>Создать &amp;все</translation> 1133 <translation>Создать &amp;все</translation>
1066 </message> 1134 </message>
1067 <message> 1135 <message>
1068 <location filename="../Project.py" line="406"/> 1136 <location filename="../Project.py" line="416"/>
1069 <source>Prints the CREATE ... SQL statements for one or more applications</source> 1137 <source>Prints the CREATE ... SQL statements for one or more applications</source>
1070 <translation>Выводит SQL операторы CREATE ... для одного или нескольких приложений</translation> 1138 <translation>Выводит SQL операторы CREATE ... для одного или нескольких приложений</translation>
1071 </message> 1139 </message>
1072 <message> 1140 <message>
1073 <location filename="../Project.py" line="409"/> 1141 <location filename="../Project.py" line="419"/>
1074 <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> 1142 <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>
1075 <translation>&lt;b&gt;Создать все&lt;/b&gt;&lt;p&gt;Вывод комбинации SQL операторов CREATE TABLE, CREATE INDEX и пользовательских SQL запросов для одного или нескольких приложений.&lt;/p&gt;</translation> 1143 <translation>&lt;b&gt;Создать все&lt;/b&gt;&lt;p&gt;Вывод комбинации SQL операторов CREATE TABLE, CREATE INDEX и пользовательских SQL запросов для одного или нескольких приложений.&lt;/p&gt;</translation>
1076 </message> 1144 </message>
1077 <message> 1145 <message>
1078 <location filename="../Project.py" line="389"/> 1146 <location filename="../Project.py" line="399"/>
1079 <source>Prints the CREATE INDEX SQL statements for one or more applications</source> 1147 <source>Prints the CREATE INDEX SQL statements for one or more applications</source>
1080 <translation>Выводит SQL операторы CREATE INDEX для одного или нескольких приложений</translation> 1148 <translation>Выводит SQL операторы CREATE INDEX для одного или нескольких приложений</translation>
1081 </message> 1149 </message>
1082 <message> 1150 <message>
1083 <location filename="../Project.py" line="2190"/> 1151 <location filename="../Project.py" line="2260"/>
1084 <source>Custom Statements</source> 1152 <source>Custom Statements</source>
1085 <translation>Пользовательские запросы</translation> 1153 <translation>Пользовательские запросы</translation>
1086 </message> 1154 </message>
1087 <message> 1155 <message>
1088 <location filename="../Project.py" line="418"/> 1156 <location filename="../Project.py" line="428"/>
1089 <source>&amp;Custom Statements</source> 1157 <source>&amp;Custom Statements</source>
1090 <translation>&amp;Пользовательские запросы</translation> 1158 <translation>&amp;Пользовательские запросы</translation>
1091 </message> 1159 </message>
1092 <message> 1160 <message>
1093 <location filename="../Project.py" line="423"/> 1161 <location filename="../Project.py" line="433"/>
1094 <source>Prints the custom table modifying SQL statements for one or more applications</source> 1162 <source>Prints the custom table modifying SQL statements for one or more applications</source>
1095 <translation>Выводит дополнительную таблицу, модифицированную SQL запросами, для одного или нескольких приложений</translation> 1163 <translation>Выводит дополнительную таблицу, модифицированную SQL запросами, для одного или нескольких приложений</translation>
1096 </message> 1164 </message>
1097 <message> 1165 <message>
1098 <location filename="../Project.py" line="426"/> 1166 <location filename="../Project.py" line="436"/>
1099 <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> 1167 <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>
1100 <translation>&lt;b&gt;Пользовательские запросы&lt;/b&gt;&lt;p&gt;Вывод дополнительной таблицы, модифицированной SQL запросами. для одного или нескольких приложений.&lt;/p&gt;</translation> 1168 <translation>&lt;b&gt;Пользовательские запросы&lt;/b&gt;&lt;p&gt;Вывод дополнительной таблицы, модифицированной SQL запросами. для одного или нескольких приложений.&lt;/p&gt;</translation>
1101 </message> 1169 </message>
1102 <message> 1170 <message>
1103 <location filename="../Project.py" line="2199"/> 1171 <location filename="../Project.py" line="2269"/>
1104 <source>Drop Tables</source> 1172 <source>Drop Tables</source>
1105 <translation>Удаление таблиц</translation> 1173 <translation>Удаление таблиц</translation>
1106 </message> 1174 </message>
1107 <message> 1175 <message>
1108 <location filename="../Project.py" line="435"/> 1176 <location filename="../Project.py" line="445"/>
1109 <source>&amp;Drop Tables</source> 1177 <source>&amp;Drop Tables</source>
1110 <translation>&amp;Удаление таблиц</translation> 1178 <translation>&amp;Удаление таблиц</translation>
1111 </message> 1179 </message>
1112 <message> 1180 <message>
1113 <location filename="../Project.py" line="440"/> 1181 <location filename="../Project.py" line="450"/>
1114 <source>Prints the DROP TABLE SQL statements for one or more applications</source> 1182 <source>Prints the DROP TABLE SQL statements for one or more applications</source>
1115 <translation>Выводит SQL операторы DROP TABLE для одного или нескольких приложений</translation> 1183 <translation>Выводит SQL операторы DROP TABLE для одного или нескольких приложений</translation>
1116 </message> 1184 </message>
1117 <message> 1185 <message>
1118 <location filename="../Project.py" line="443"/> 1186 <location filename="../Project.py" line="453"/>
1119 <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> 1187 <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>
1120 <translation>&lt;b&gt;Удаление таблиц&lt;/b&gt;&lt;p&gt;Вывод SQL операторов DROP TABLE для одного или нескольких приложений.&lt;/p&gt;</translation> 1188 <translation>&lt;b&gt;Удаление таблиц&lt;/b&gt;&lt;p&gt;Вывод SQL операторов DROP TABLE для одного или нескольких приложений.&lt;/p&gt;</translation>
1121 </message> 1189 </message>
1122 <message> 1190 <message>
1123 <location filename="../Project.py" line="469"/> 1191 <location filename="../Project.py" line="479"/>
1124 <source>&amp;Flush Database</source> 1192 <source>&amp;Flush Database</source>
1125 <translation>&amp;Очистка базы данных</translation> 1193 <translation>&amp;Очистка базы данных</translation>
1126 </message> 1194 </message>
1127 <message> 1195 <message>
1128 <location filename="../Project.py" line="474"/> 1196 <location filename="../Project.py" line="484"/>
1129 <source>Prints a list of statements to return all database tables to the state just after their installation</source> 1197 <source>Prints a list of statements to return all database tables to the state just after their installation</source>
1130 <translation>Выводит список SQL операторов для возврата всех таблиц базы данных к состоянию на момент ее инсталяции</translation> 1198 <translation>Выводит список SQL операторов для возврата всех таблиц базы данных к состоянию на момент ее инсталяции</translation>
1131 </message> 1199 </message>
1132 <message> 1200 <message>
1133 <location filename="../Project.py" line="477"/> 1201 <location filename="../Project.py" line="487"/>
1134 <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> 1202 <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>
1135 <translation>&lt;b&gt;Очистка базы данных&lt;/b&gt;&lt;p&gt;Вывод списка SQL операторов для возврата всех таблиц базы данных к состоянию на момент ее инсталяции.&lt;/p&gt;</translation> 1203 <translation>&lt;b&gt;Очистка базы данных&lt;/b&gt;&lt;p&gt;Вывод списка SQL операторов для возврата всех таблиц базы данных к состоянию на момент ее инсталяции.&lt;/p&gt;</translation>
1136 </message> 1204 </message>
1137 <message> 1205 <message>
1138 <location filename="../Project.py" line="2222"/> 1206 <location filename="../Project.py" line="2292"/>
1139 <source>Reset Sequences</source> 1207 <source>Reset Sequences</source>
1140 <translation>Сброс цепочки</translation> 1208 <translation>Сброс цепочки</translation>
1141 </message> 1209 </message>
1142 <message> 1210 <message>
1143 <location filename="../Project.py" line="486"/> 1211 <location filename="../Project.py" line="496"/>
1144 <source>Reset &amp;Sequences</source> 1212 <source>Reset &amp;Sequences</source>
1145 <translation>Сброс &amp;цепочки</translation> 1213 <translation>Сброс &amp;цепочки</translation>
1146 </message> 1214 </message>
1147 <message> 1215 <message>
1148 <location filename="../Project.py" line="491"/> 1216 <location filename="../Project.py" line="501"/>
1149 <source>Prints the SQL statements for resetting sequences for one or more applications</source> 1217 <source>Prints the SQL statements for resetting sequences for one or more applications</source>
1150 <translation>Выводит SQL операторы для сброса последовательности для одного или нескольких приложений</translation> 1218 <translation>Выводит SQL операторы для сброса последовательности для одного или нескольких приложений</translation>
1151 </message> 1219 </message>
1152 <message> 1220 <message>
1153 <location filename="../Project.py" line="494"/> 1221 <location filename="../Project.py" line="504"/>
1154 <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> 1222 <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>
1155 <translation>&lt;b&gt;Сброс цепочки&lt;/b&gt;&lt;p&gt;Вывод SQL операторов для сброса последовательности для одного или нескольких приложений.&lt;/p&gt;</translation> 1223 <translation>&lt;b&gt;Сброс цепочки&lt;/b&gt;&lt;p&gt;Вывод SQL операторов для сброса последовательности для одного или нескольких приложений.&lt;/p&gt;</translation>
1156 </message> 1224 </message>
1157 <message> 1225 <message>
1158 <location filename="../Project.py" line="2626"/> 1226 <location filename="../Project.py" line="2696"/>
1159 <source>Dump Data</source> 1227 <source>Dump Data</source>
1160 <translation>Выводит текущие данные из базы данных</translation> 1228 <translation>Выводит текущие данные из базы данных</translation>
1161 </message> 1229 </message>
1162 <message> 1230 <message>
1163 <location filename="../Project.py" line="573"/> 1231 <location filename="../Project.py" line="583"/>
1164 <source>&amp;Dump Data</source> 1232 <source>&amp;Dump Data</source>
1165 <translation>&amp;Выгрузка данных</translation> 1233 <translation>&amp;Выгрузка данных</translation>
1166 </message> 1234 </message>
1167 <message> 1235 <message>
1168 <location filename="../Project.py" line="578"/> 1236 <location filename="../Project.py" line="588"/>
1169 <source>Dump the database data to a fixture</source> 1237 <source>Dump the database data to a fixture</source>
1170 <translation>Выводит данные базы данных в файлы оснастки</translation> 1238 <translation>Выводит данные базы данных в файлы оснастки</translation>
1171 </message> 1239 </message>
1172 <message> 1240 <message>
1173 <location filename="../Project.py" line="580"/> 1241 <location filename="../Project.py" line="590"/>
1174 <source>&lt;b&gt;Dump Data&lt;/b&gt;&lt;p&gt;Dump the database data to a fixture.&lt;/p&gt;</source> 1242 <source>&lt;b&gt;Dump Data&lt;/b&gt;&lt;p&gt;Dump the database data to a fixture.&lt;/p&gt;</source>
1175 <translation>&lt;b&gt;Выгрузка данных&lt;/b&gt;&lt;p&gt;Выгружает текущие данные базы данных в файлы оснастки.&lt;/p&gt;</translation> 1243 <translation>&lt;b&gt;Выгрузка данных&lt;/b&gt;&lt;p&gt;Выгружает текущие данные базы данных в файлы оснастки.&lt;/p&gt;</translation>
1176 </message> 1244 </message>
1177 <message> 1245 <message>
1178 <location filename="../Project.py" line="951"/> 1246 <location filename="../Project.py" line="961"/>
1179 <source>T&amp;esting</source> 1247 <source>T&amp;esting</source>
1180 <translation>Т&amp;естирование</translation> 1248 <translation>Т&amp;естирование</translation>
1181 </message> 1249 </message>
1182 <message> 1250 <message>
1183 <location filename="../Project.py" line="2264"/> 1251 <location filename="../Project.py" line="2334"/>
1184 <source>SQL Files (*.sql)</source> 1252 <source>SQL Files (*.sql)</source>
1185 <translation>SQL Files (*.sql)</translation> 1253 <translation>SQL Files (*.sql)</translation>
1186 </message> 1254 </message>
1187 <message> 1255 <message>
1188 <location filename="../Project.py" line="2649"/> 1256 <location filename="../Project.py" line="2719"/>
1189 <source>JSON Files (*.json)</source> 1257 <source>JSON Files (*.json)</source>
1190 <translation>JSON Files (*.json)</translation> 1258 <translation>JSON Files (*.json)</translation>
1191 </message> 1259 </message>
1192 <message> 1260 <message>
1193 <location filename="../Project.py" line="2651"/> 1261 <location filename="../Project.py" line="2721"/>
1194 <source>XML Files (*.xml)</source> 1262 <source>XML Files (*.xml)</source>
1195 <translation>XML Files (*.xml)</translation> 1263 <translation>XML Files (*.xml)</translation>
1196 </message> 1264 </message>
1197 <message> 1265 <message>
1198 <location filename="../Project.py" line="2653"/> 1266 <location filename="../Project.py" line="2723"/>
1199 <source>YAML Files (*.yaml)</source> 1267 <source>YAML Files (*.yaml)</source>
1200 <translation>YAML Files (*.yaml)</translation> 1268 <translation>YAML Files (*.yaml)</translation>
1201 </message> 1269 </message>
1202 <message> 1270 <message>
1203 <location filename="../Project.py" line="2665"/> 1271 <location filename="../Project.py" line="2735"/>
1204 <source>Load Data</source> 1272 <source>Load Data</source>
1205 <translation>Загрузка данных в базу данных из файлов оснастки</translation> 1273 <translation>Загрузка данных в базу данных из файлов оснастки</translation>
1206 </message> 1274 </message>
1207 <message> 1275 <message>
1208 <location filename="../Project.py" line="587"/> 1276 <location filename="../Project.py" line="597"/>
1209 <source>&amp;Load Data</source> 1277 <source>&amp;Load Data</source>
1210 <translation>&amp;Загрузка данных</translation> 1278 <translation>&amp;Загрузка данных</translation>
1211 </message> 1279 </message>
1212 <message> 1280 <message>
1213 <location filename="../Project.py" line="592"/> 1281 <location filename="../Project.py" line="602"/>
1214 <source>Load data from fixture files</source> 1282 <source>Load data from fixture files</source>
1215 <translation>Загрузка начальных данных из файлов оснастки</translation> 1283 <translation>Загрузка начальных данных из файлов оснастки</translation>
1216 </message> 1284 </message>
1217 <message> 1285 <message>
1218 <location filename="../Project.py" line="594"/> 1286 <location filename="../Project.py" line="604"/>
1219 <source>&lt;b&gt;Load Data&lt;/b&gt;&lt;p&gt;Load data from fixture files.&lt;/p&gt;</source> 1287 <source>&lt;b&gt;Load Data&lt;/b&gt;&lt;p&gt;Load data from fixture files.&lt;/p&gt;</source>
1220 <translation>&lt;b&gt;Загрузка данных&lt;/b&gt;&lt;p&gt;Загрузка начальных данных в базу данных из файлов оснастки.&lt;/p&gt;</translation> 1288 <translation>&lt;b&gt;Загрузка данных&lt;/b&gt;&lt;p&gt;Загрузка начальных данных в базу данных из файлов оснастки.&lt;/p&gt;</translation>
1221 </message> 1289 </message>
1222 <message> 1290 <message>
1223 <location filename="../Project.py" line="601"/> 1291 <location filename="../Project.py" line="611"/>
1224 <source>Run Testsuite</source> 1292 <source>Run Testsuite</source>
1225 <translation>Выполнить набор тестов</translation> 1293 <translation>Выполнить набор тестов</translation>
1226 </message> 1294 </message>
1227 <message> 1295 <message>
1228 <location filename="../Project.py" line="601"/> 1296 <location filename="../Project.py" line="611"/>
1229 <source>Run &amp;Testsuite</source> 1297 <source>Run &amp;Testsuite</source>
1230 <translation>Выполнить набор &amp;тестов</translation> 1298 <translation>Выполнить набор &amp;тестов</translation>
1231 </message> 1299 </message>
1232 <message> 1300 <message>
1233 <location filename="../Project.py" line="606"/> 1301 <location filename="../Project.py" line="616"/>
1234 <source>Run the test suite for applications or the whole site</source> 1302 <source>Run the test suite for applications or the whole site</source>
1235 <translation>Выполнение набора тестов для приложения или для всего сайта</translation> 1303 <translation>Выполнение набора тестов для приложения или для всего сайта</translation>
1236 </message> 1304 </message>
1237 <message> 1305 <message>
1238 <location filename="../Project.py" line="608"/> 1306 <location filename="../Project.py" line="618"/>
1239 <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> 1307 <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>
1240 <translation>&lt;b&gt;Выполнить набор тестов&lt;/b&gt;&lt;p&gt;Выполнение набора тестов для приложения или всего сайта.&lt;/p&gt;</translation> 1308 <translation>&lt;b&gt;Выполнить набор тестов&lt;/b&gt;&lt;p&gt;Выполнение набора тестов для приложения или всего сайта.&lt;/p&gt;</translation>
1241 </message> 1309 </message>
1242 <message> 1310 <message>
1243 <location filename="../Project.py" line="632"/> 1311 <location filename="../Project.py" line="642"/>
1244 <source>Run Testserver</source> 1312 <source>Run Testserver</source>
1245 <translation>Запуск сервера тестов</translation> 1313 <translation>Запуск сервера тестов</translation>
1246 </message> 1314 </message>
1247 <message> 1315 <message>
1248 <location filename="../Project.py" line="632"/> 1316 <location filename="../Project.py" line="642"/>
1249 <source>Run Test&amp;server</source> 1317 <source>Run Test&amp;server</source>
1250 <translation>Запуск сервера &amp;тестов</translation> 1318 <translation>Запуск сервера &amp;тестов</translation>
1251 </message> 1319 </message>
1252 <message> 1320 <message>
1253 <location filename="../Project.py" line="637"/> 1321 <location filename="../Project.py" line="647"/>
1254 <source>Run a development server with data from a set of fixtures</source> 1322 <source>Run a development server with data from a set of fixtures</source>
1255 <translation>Запуск сервера разработки с данными из набора оснастки</translation> 1323 <translation>Запуск сервера разработки с данными из набора оснастки</translation>
1256 </message> 1324 </message>
1257 <message> 1325 <message>
1258 <location filename="../Project.py" line="639"/> 1326 <location filename="../Project.py" line="649"/>
1259 <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> 1327 <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>
1260 <translation>&lt;b&gt;Запуск сервера тестов&lt;/b&gt;&lt;p&gt;Запуск сервера разработки с данными из набора оснастки.&lt;/p&gt;</translation> 1328 <translation>&lt;b&gt;Запуск сервера тестов&lt;/b&gt;&lt;p&gt;Запуск сервера разработки с данными из набора оснастки.&lt;/p&gt;</translation>
1261 </message> 1329 </message>
1262 <message> 1330 <message>
1263 <location filename="../Project.py" line="2762"/> 1331 <location filename="../Project.py" line="2851"/>
1264 <source>The Django test server could not be started.</source> 1332 <source>The Django test server could not be started.</source>
1265 <translation>Невозможно запустить Django сервер тестов.</translation> 1333 <translation>Невозможно запустить Django сервер тестов.</translation>
1266 </message> 1334 </message>
1267 <message> 1335 <message>
1268 <location filename="../Project.py" line="255"/> 1336 <location filename="../Project.py" line="265"/>
1269 <source>Help</source> 1337 <source>Help</source>
1270 <translation>Справка</translation> 1338 <translation>Справка</translation>
1271 </message> 1339 </message>
1272 <message> 1340 <message>
1273 <location filename="../Project.py" line="255"/> 1341 <location filename="../Project.py" line="265"/>
1274 <source>&amp;Help</source> 1342 <source>&amp;Help</source>
1275 <translation>&amp;Справка</translation> 1343 <translation>&amp;Справка</translation>
1276 </message> 1344 </message>
1277 <message> 1345 <message>
1278 <location filename="../Project.py" line="260"/> 1346 <location filename="../Project.py" line="270"/>
1279 <source>Shows the Django help index</source> 1347 <source>Shows the Django help index</source>
1280 <translation>Показ индекса справки Django</translation> 1348 <translation>Показ индекса справки Django</translation>
1281 </message> 1349 </message>
1282 <message> 1350 <message>
1283 <location filename="../Project.py" line="262"/> 1351 <location filename="../Project.py" line="272"/>
1284 <source>&lt;b&gt;Help&lt;/b&gt;&lt;p&gt;Shows the Django help index page.&lt;/p&gt;</source> 1352 <source>&lt;b&gt;Help&lt;/b&gt;&lt;p&gt;Shows the Django help index page.&lt;/p&gt;</source>
1285 <translation>&lt;b&gt;Справка&lt;/b&gt;&lt;p&gt;Показ страницы индексов справки Django.&lt;/p&gt;</translation> 1353 <translation>&lt;b&gt;Справка&lt;/b&gt;&lt;p&gt;Показ страницы индексов справки Django.&lt;/p&gt;</translation>
1286 </message> 1354 </message>
1287 <message> 1355 <message>
1288 <location filename="../Project.py" line="1046"/> 1356 <location filename="../Project.py" line="1056"/>
1289 <source>New template...</source> 1357 <source>New template...</source>
1290 <translation>Новый шаблон...</translation> 1358 <translation>Новый шаблон...</translation>
1291 </message> 1359 </message>
1292 <message> 1360 <message>
1293 <location filename="../Project.py" line="1055"/> 1361 <location filename="../Project.py" line="1065"/>
1294 <source>Update all catalogs</source> 1362 <source>Update all catalogs</source>
1295 <translation>Обновить все каталоги</translation> 1363 <translation>Обновить все каталоги</translation>
1296 </message> 1364 </message>
1297 <message> 1365 <message>
1298 <location filename="../Project.py" line="1058"/> 1366 <location filename="../Project.py" line="1068"/>
1299 <source>Update selected catalogs</source> 1367 <source>Update selected catalogs</source>
1300 <translation>Обновить выбранные каталоги</translation> 1368 <translation>Обновить выбранные каталоги</translation>
1301 </message> 1369 </message>
1302 <message> 1370 <message>
1303 <location filename="../Project.py" line="1069"/> 1371 <location filename="../Project.py" line="1079"/>
1304 <source>Compile all catalogs</source> 1372 <source>Compile all catalogs</source>
1305 <translation>Компиляция всех каталогов</translation> 1373 <translation>Компиляция всех каталогов</translation>
1306 </message> 1374 </message>
1307 <message> 1375 <message>
1308 <location filename="../Project.py" line="1072"/> 1376 <location filename="../Project.py" line="1082"/>
1309 <source>Compile selected catalogs</source> 1377 <source>Compile selected catalogs</source>
1310 <translation>Компиляция выбранных каталогов</translation> 1378 <translation>Компиляция выбранных каталогов</translation>
1311 </message> 1379 </message>
1312 <message> 1380 <message>
1313 <location filename="../Project.py" line="2931"/> 1381 <location filename="../Project.py" line="3020"/>
1314 <source>Initializing message catalog for &apos;{0}&apos;</source> 1382 <source>Initializing message catalog for &apos;{0}&apos;</source>
1315 <translation>Инициализация каталога сообщений для &apos;{0}&apos;</translation> 1383 <translation>Инициализация каталога сообщений для &apos;{0}&apos;</translation>
1316 </message> 1384 </message>
1317 <message> 1385 <message>
1318 <location filename="../Project.py" line="3190"/> 1386 <location filename="../Project.py" line="3279"/>
1319 <source>No current site selected or no site created yet. Aborting...</source> 1387 <source>No current site selected or no site created yet. Aborting...</source>
1320 <translation>Текущий сайт не выбран или еще не создан. Прерывание выполнения...</translation> 1388 <translation>Текущий сайт не выбран или еще не создан. Прерывание выполнения...</translation>
1321 </message> 1389 </message>
1322 <message> 1390 <message>
1323 <location filename="../Project.py" line="3063"/> 1391 <location filename="../Project.py" line="3152"/>
1324 <source>Updating message catalogs</source> 1392 <source>Updating message catalogs</source>
1325 <translation>Обновление каталогов сообщений</translation> 1393 <translation>Обновление каталогов сообщений</translation>
1326 </message> 1394 </message>
1327 <message> 1395 <message>
1328 <location filename="../Project.py" line="3154"/> 1396 <location filename="../Project.py" line="3243"/>
1329 <source>No locales detected. Aborting...</source> 1397 <source>No locales detected. Aborting...</source>
1330 <translation>Локали не найдены. Прерывание выполнения...</translation> 1398 <translation>Локали не найдены. Прерывание выполнения...</translation>
1331 </message> 1399 </message>
1332 <message> 1400 <message>
1333 <location filename="../Project.py" line="3114"/> 1401 <location filename="../Project.py" line="3203"/>
1334 <source> 1402 <source>
1335 Message catalogs updated successfully.</source> 1403 Message catalogs updated successfully.</source>
1336 <translation> 1404 <translation>
1337 Каталоги сообщений успешно обновлены.</translation> 1405 Каталоги сообщений успешно обновлены.</translation>
1338 </message> 1406 </message>
1339 <message> 1407 <message>
1340 <location filename="../Project.py" line="3180"/> 1408 <location filename="../Project.py" line="3269"/>
1341 <source>Compiling message catalogs</source> 1409 <source>Compiling message catalogs</source>
1342 <translation>Компиляция каталогов сообщений</translation> 1410 <translation>Компиляция каталогов сообщений</translation>
1343 </message> 1411 </message>
1344 <message> 1412 <message>
1345 <location filename="../Project.py" line="3197"/> 1413 <location filename="../Project.py" line="3286"/>
1346 <source> 1414 <source>
1347 Message catalogs compiled successfully.</source> 1415 Message catalogs compiled successfully.</source>
1348 <translation>Каталоги сообщений успешно компилированы.</translation> 1416 <translation>Каталоги сообщений успешно компилированы.</translation>
1349 </message> 1417 </message>
1350 <message> 1418 <message>
1351 <location filename="../Project.py" line="1062"/> 1419 <location filename="../Project.py" line="1072"/>
1352 <source>Update all catalogs (with obsolete)</source> 1420 <source>Update all catalogs (with obsolete)</source>
1353 <translation>Обновить все каталоги (с устаревшими)</translation> 1421 <translation>Обновить все каталоги (с устаревшими)</translation>
1354 </message> 1422 </message>
1355 <message> 1423 <message>
1356 <location filename="../Project.py" line="1065"/> 1424 <location filename="../Project.py" line="1075"/>
1357 <source>Update selected catalogs (with obsolete)</source> 1425 <source>Update selected catalogs (with obsolete)</source>
1358 <translation>Обновить выбранные каталоги (с устаревшими)</translation> 1426 <translation>Обновить выбранные каталоги (с устаревшими)</translation>
1359 </message> 1427 </message>
1360 <message> 1428 <message>
1361 <location filename="../Project.py" line="1797"/> 1429 <location filename="../Project.py" line="1866"/>
1362 <source>Start Global Django Application</source> 1430 <source>Start Global Django Application</source>
1363 <translation>Выполнение Django global приложения</translation> 1431 <translation>Выполнение Django global приложения</translation>
1364 </message> 1432 </message>
1365 <message> 1433 <message>
1366 <location filename="../Project.py" line="1797"/> 1434 <location filename="../Project.py" line="1866"/>
1367 <source>Enter the name of the new global Django application.</source> 1435 <source>Enter the name of the new global Django application.</source>
1368 <translation>Введите имя нового Djangо global приложения. </translation> 1436 <translation>Введите имя нового Djangо global приложения. </translation>
1369 </message> 1437 </message>
1370 <message> 1438 <message>
1371 <location filename="../Project.py" line="1819"/> 1439 <location filename="../Project.py" line="1888"/>
1372 <source>Start Local Django Application</source> 1440 <source>Start Local Django Application</source>
1373 <translation>Выполнение Django local приложения</translation> 1441 <translation>Выполнение Django local приложения</translation>
1374 </message> 1442 </message>
1375 <message> 1443 <message>
1376 <location filename="../Project.py" line="1819"/> 1444 <location filename="../Project.py" line="1888"/>
1377 <source>Enter the name of the new local Django application.</source> 1445 <source>Enter the name of the new local Django application.</source>
1378 <translation>Введите имя нового Django local приложения. </translation> 1446 <translation>Введите имя нового Django local приложения. </translation>
1379 </message> 1447 </message>
1380 <message> 1448 <message>
1381 <location filename="../Project.py" line="3095"/> 1449 <location filename="../Project.py" line="3184"/>
1382 <source>Updating message catalogs (keeping obsolete messages)</source> 1450 <source>Updating message catalogs (keeping obsolete messages)</source>
1383 <translation>Обновление каталогов сообщений (с сохранением устаревших сообщений)</translation> 1451 <translation>Обновление каталогов сообщений (с сохранением устаревших сообщений)</translation>
1384 </message> 1452 </message>
1385 <message> 1453 <message>
1386 <location filename="../Project.py" line="2792"/> 1454 <location filename="../Project.py" line="2881"/>
1387 <source>Change Password</source> 1455 <source>Change Password</source>
1388 <translation>Смена пароля</translation> 1456 <translation>Смена пароля</translation>
1389 </message> 1457 </message>
1390 <message> 1458 <message>
1391 <location filename="../Project.py" line="651"/> 1459 <location filename="../Project.py" line="661"/>
1392 <source>Change &amp;Password</source> 1460 <source>Change &amp;Password</source>
1393 <translation>Смена &amp;пароля</translation> 1461 <translation>Смена &amp;пароля</translation>
1394 </message> 1462 </message>
1395 <message> 1463 <message>
1396 <location filename="../Project.py" line="656"/> 1464 <location filename="../Project.py" line="666"/>
1397 <source>Change the password of a user</source> 1465 <source>Change the password of a user</source>
1398 <translation>Смена пароля пользователя</translation> 1466 <translation>Смена пароля пользователя</translation>
1399 </message> 1467 </message>
1400 <message> 1468 <message>
1401 <location filename="../Project.py" line="658"/> 1469 <location filename="../Project.py" line="668"/>
1402 <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> 1470 <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>
1403 <translation>&lt;b&gt;Смена пароля&lt;/b&gt;&lt;p&gt;Смена пароля пользователя для Django проекта.&lt;/p&gt;</translation> 1471 <translation>&lt;b&gt;Смена пароля&lt;/b&gt;&lt;p&gt;Смена пароля пользователя для Django проекта.&lt;/p&gt;</translation>
1404 </message> 1472 </message>
1405 <message> 1473 <message>
1406 <location filename="../Project.py" line="665"/> 1474 <location filename="../Project.py" line="675"/>
1407 <source>Create Superuser</source> 1475 <source>Create Superuser</source>
1408 <translation>Создание суперпользователя</translation> 1476 <translation>Создание суперпользователя</translation>
1409 </message> 1477 </message>
1410 <message> 1478 <message>
1411 <location filename="../Project.py" line="665"/> 1479 <location filename="../Project.py" line="675"/>
1412 <source>Create &amp;Superuser</source> 1480 <source>Create &amp;Superuser</source>
1413 <translation>Создать &amp;суперпользователя</translation> 1481 <translation>Создать &amp;суперпользователя</translation>
1414 </message> 1482 </message>
1415 <message> 1483 <message>
1416 <location filename="../Project.py" line="670"/> 1484 <location filename="../Project.py" line="680"/>
1417 <source>Create a superuser account</source> 1485 <source>Create a superuser account</source>
1418 <translation>Создать аккаунт суперпользователя</translation> 1486 <translation>Создать аккаунт суперпользователя</translation>
1419 </message> 1487 </message>
1420 <message> 1488 <message>
1421 <location filename="../Project.py" line="672"/> 1489 <location filename="../Project.py" line="682"/>
1422 <source>&lt;b&gt;Create Superuser&lt;/b&gt;&lt;p&gt;Create a superuser account for the Django project.&lt;/p&gt;</source> 1490 <source>&lt;b&gt;Create Superuser&lt;/b&gt;&lt;p&gt;Create a superuser account for the Django project.&lt;/p&gt;</source>
1423 <translation>&lt;b&gt;Создание суперпользователя&lt;/b&gt;&lt;p&gt;Создание аккаунта суперпользователя для Django проекта.&lt;/p&gt;</translation> 1491 <translation>&lt;b&gt;Создание суперпользователя&lt;/b&gt;&lt;p&gt;Создание аккаунта суперпользователя для Django проекта.&lt;/p&gt;</translation>
1424 </message> 1492 </message>
1425 <message> 1493 <message>
1426 <location filename="../Project.py" line="2850"/> 1494 <location filename="../Project.py" line="2939"/>
1427 <source>Clear Sessions</source> 1495 <source>Clear Sessions</source>
1428 <translation>Очистка сессии</translation> 1496 <translation>Очистка сессии</translation>
1429 </message> 1497 </message>
1430 <message> 1498 <message>
1431 <location filename="../Project.py" line="683"/> 1499 <location filename="../Project.py" line="693"/>
1432 <source>Clear &amp;Sessions</source> 1500 <source>Clear &amp;Sessions</source>
1433 <translation>Очистка &amp;сессии</translation> 1501 <translation>Очистка &amp;сессии</translation>
1434 </message> 1502 </message>
1435 <message> 1503 <message>
1436 <location filename="../Project.py" line="688"/> 1504 <location filename="../Project.py" line="698"/>
1437 <source>Clear expired sessions</source> 1505 <source>Clear expired sessions</source>
1438 <translation>Очистка истекших сессий</translation> 1506 <translation>Очистка истекших сессий</translation>
1439 </message> 1507 </message>
1440 <message> 1508 <message>
1441 <location filename="../Project.py" line="690"/> 1509 <location filename="../Project.py" line="700"/>
1442 <source>&lt;b&gt;Clear Sessions&lt;/b&gt;&lt;p&gt;Clear expired sessions of the Django project.&lt;/p&gt;</source> 1510 <source>&lt;b&gt;Clear Sessions&lt;/b&gt;&lt;p&gt;Clear expired sessions of the Django project.&lt;/p&gt;</source>
1443 <translation>&lt;b&gt;Очистка сессий&lt;/b&gt;&lt;p&gt;Очистка истекших сессий Django проекта.&lt;/p&gt;</translation> 1511 <translation>&lt;b&gt;Очистка сессий&lt;/b&gt;&lt;p&gt;Очистка истекших сессий Django проекта.&lt;/p&gt;</translation>
1444 </message> 1512 </message>
1445 <message> 1513 <message>
1446 <location filename="../Project.py" line="972"/> 1514 <location filename="../Project.py" line="982"/>
1447 <source>&amp;Authorization</source> 1515 <source>&amp;Authorization</source>
1448 <translation>&amp;Авторизация</translation> 1516 <translation>&amp;Авторизация</translation>
1449 </message> 1517 </message>
1450 <message> 1518 <message>
1451 <location filename="../Project.py" line="989"/> 1519 <location filename="../Project.py" line="999"/>
1452 <source>&amp;Session</source> 1520 <source>&amp;Session</source>
1453 <translation>&amp;Сессия</translation> 1521 <translation>&amp;Сессия</translation>
1454 </message> 1522 </message>
1455 <message> 1523 <message>
1456 <location filename="../Project.py" line="2792"/> 1524 <location filename="../Project.py" line="2881"/>
1457 <source>Enter the name of the user:</source> 1525 <source>Enter the name of the user:</source>
1458 <translation>Введите имя пользователя:</translation> 1526 <translation>Введите имя пользователя:</translation>
1459 </message> 1527 </message>
1460 <message> 1528 <message>
1461 <location filename="../Project.py" line="2862"/> 1529 <location filename="../Project.py" line="2951"/>
1462 <source>Expired sessions cleared successfully.</source> 1530 <source>Expired sessions cleared successfully.</source>
1463 <translation>Истекшая сессия успешно очищена.</translation> 1531 <translation>Истекшая сессия успешно очищена.</translation>
1464 </message> 1532 </message>
1465 <message> 1533 <message>
1466 <location filename="../Project.py" line="1447"/> 1534 <location filename="../Project.py" line="1457"/>
1467 <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> 1535 <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>
1468 <translation>&lt;p&gt;Django это высокоуровневый веб фреймворк созданный на Python, воодушевляющий к развитому, чистому и практичному дизайну.&lt;/p&gt;&lt;p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Версия:&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> 1536 <translation>&lt;p&gt;Django это высокоуровневый веб фреймворк созданный на Python, воодушевляющий к развитому, чистому и практичному дизайну.&lt;/p&gt;&lt;p&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;Версия:&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>
1469 </message> 1537 </message>
1470 <message> 1538 <message>
1471 <location filename="../Project.py" line="1768"/> 1539 <location filename="../Project.py" line="1837"/>
1472 <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> 1540 <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>
1473 <translation>&lt;p&gt;Скрипт &lt;b&gt;django-admin.py&lt;/b&gt; не найден в путях доступа. Прерывание...&lt;/p&gt;</translation> 1541 <translation>&lt;p&gt;Скрипт &lt;b&gt;django-admin.py&lt;/b&gt; не найден в путях доступа. Прерывание...&lt;/p&gt;</translation>
1474 </message> 1542 </message>
1475 <message> 1543 <message>
1476 <location filename="../Project.py" line="1031"/> 1544 <location filename="../Project.py" line="1041"/>
1477 <source>Open with {0}</source> 1545 <source>Open with {0}</source>
1478 <translation>Открыть с помощью {0}</translation> 1546 <translation>Открыть с помощью {0}</translation>
1479 </message> 1547 </message>
1480 <message> 1548 <message>
1481 <location filename="../Project.py" line="3226"/> 1549 <location filename="../Project.py" line="3315"/>
1482 <source>The translations editor process ({0}) could not be started.</source> 1550 <source>The translations editor process ({0}) could not be started.</source>
1483 <translation>Невозможен запуск редактора переводов ({0}).</translation> 1551 <translation>Невозможен запуск редактора переводов ({0}).</translation>
1484 </message> 1552 </message>
1485 <message> 1553 <message>
1486 <location filename="../Project.py" line="1166"/> 1554 <location filename="../Project.py" line="1176"/>
1487 <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> 1555 <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>
1488 <translation>&lt;p&gt;Невозможно создать файл новой формы &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt; Проблема: {1}&lt;/p&gt;</translation> 1556 <translation>&lt;p&gt;Невозможно создать файл новой формы &lt;b&gt;{0}&lt;/b&gt;.&lt;br&gt; Проблема: {1}&lt;/p&gt;</translation>
1489 </message> 1557 </message>
1490 <message> 1558 <message>
1491 <location filename="../Project.py" line="2951"/> 1559 <location filename="../Project.py" line="3040"/>
1492 <source> 1560 <source>
1493 Message catalog initialized successfully.</source> 1561 Message catalog initialized successfully.</source>
1494 <translation> 1562 <translation>
1495 Каталог сообщений успешно инициализирован.</translation> 1563 Каталог сообщений успешно инициализирован.</translation>
1496 </message> 1564 </message>
1497 <message> 1565 <message>
1498 <location filename="../Project.py" line="2208"/> 1566 <location filename="../Project.py" line="2278"/>
1499 <source>Drop Indexes</source> 1567 <source>Drop Indexes</source>
1500 <translation>Удалить индексы</translation> 1568 <translation>Удалить индексы</translation>
1501 </message> 1569 </message>
1502 <message> 1570 <message>
1503 <location filename="../Project.py" line="452"/> 1571 <location filename="../Project.py" line="462"/>
1504 <source>&amp;Drop Indexes</source> 1572 <source>&amp;Drop Indexes</source>
1505 <translation>&amp;Удалить индексы</translation> 1573 <translation>&amp;Удалить индексы</translation>
1506 </message> 1574 </message>
1507 <message> 1575 <message>
1508 <location filename="../Project.py" line="457"/> 1576 <location filename="../Project.py" line="467"/>
1509 <source>Prints the DROP INDEX SQL statements for one or more applications</source> 1577 <source>Prints the DROP INDEX SQL statements for one or more applications</source>
1510 <translation>Выводит SQL операторы DROP INDEX для одного или нескольких приложений</translation> 1578 <translation>Выводит SQL операторы DROP INDEX для одного или нескольких приложений</translation>
1511 </message> 1579 </message>
1512 <message> 1580 <message>
1513 <location filename="../Project.py" line="460"/> 1581 <location filename="../Project.py" line="470"/>
1514 <source>&lt;b&gt;Drop Indexes&lt;/b&gt;&lt;p&gt;Prints the DROP INDEX SQL statements for one or more applications.&lt;/p&gt;</source> 1582 <source>&lt;b&gt;Drop Indexes&lt;/b&gt;&lt;p&gt;Prints the DROP INDEX SQL statements for one or more applications.&lt;/p&gt;</source>
1515 <translation>&lt;b&gt;Удалить индексы&lt;/b&gt;&lt;p&gt;Выводит SQL операторы DROP INDEX для одного или нескольких приложений.&lt;/p&gt;</translation> 1583 <translation>&lt;b&gt;Удалить индексы&lt;/b&gt;&lt;p&gt;Выводит SQL операторы DROP INDEX для одного или нескольких приложений.&lt;/p&gt;</translation>
1516 </message> 1584 </message>
1517 <message> 1585 <message>
1518 <location filename="../Project.py" line="701"/> 1586 <location filename="../Project.py" line="711"/>
1519 <source>Show Migrations</source> 1587 <source>Show Migrations</source>
1520 <translation>Показать миграции</translation> 1588 <translation>Показать миграции</translation>
1521 </message> 1589 </message>
1522 <message> 1590 <message>
1523 <location filename="../Project.py" line="701"/> 1591 <location filename="../Project.py" line="711"/>
1524 <source>&amp;Show Migrations</source> 1592 <source>&amp;Show Migrations</source>
1525 <translation>&amp;Показать миграции</translation> 1593 <translation>&amp;Показать миграции</translation>
1526 </message> 1594 </message>
1527 <message> 1595 <message>
1528 <location filename="../Project.py" line="706"/> 1596 <location filename="../Project.py" line="716"/>
1529 <source>Show a list of available migrations</source> 1597 <source>Show a list of available migrations</source>
1530 <translation>Отображение списка доступных миграций</translation> 1598 <translation>Отображение списка доступных миграций</translation>
1531 </message> 1599 </message>
1532 <message> 1600 <message>
1533 <location filename="../Project.py" line="708"/> 1601 <location filename="../Project.py" line="718"/>
1534 <source>&lt;b&gt;Show Migrations&lt;/b&gt;&lt;p&gt;This shows a list of available migrations of the Django project and their status.&lt;/p&gt;</source> 1602 <source>&lt;b&gt;Show Migrations&lt;/b&gt;&lt;p&gt;This shows a list of available migrations of the Django project and their status.&lt;/p&gt;</source>
1535 <translation>&lt;b&gt;Показать миграции&lt;/b&gt;&lt;p&gt;Отображение списка доступных миграций Django-проекта и их статуса.&lt;/p&gt;</translation> 1603 <translation>&lt;b&gt;Показать миграции&lt;/b&gt;&lt;p&gt;Отображение списка доступных миграций Django-проекта и их статуса.&lt;/p&gt;</translation>
1536 </message> 1604 </message>
1537 <message> 1605 <message>
1538 <location filename="../Project.py" line="716"/> 1606 <location filename="../Project.py" line="726"/>
1539 <source>Show Migrations Plan</source> 1607 <source>Show Migrations Plan</source>
1540 <translation>Показать план миграций</translation> 1608 <translation>Показать план миграций</translation>
1541 </message> 1609 </message>
1542 <message> 1610 <message>
1543 <location filename="../Project.py" line="716"/> 1611 <location filename="../Project.py" line="726"/>
1544 <source>Show Migrations &amp;Plan</source> 1612 <source>Show Migrations &amp;Plan</source>
1545 <translation>Показать &amp;план миграций</translation> 1613 <translation>Показать &amp;план миграций</translation>
1546 </message> 1614 </message>
1547 <message> 1615 <message>
1548 <location filename="../Project.py" line="721"/> 1616 <location filename="../Project.py" line="731"/>
1549 <source>Show a list with the migrations plan</source> 1617 <source>Show a list with the migrations plan</source>
1550 <translation>Отображение плана выполнения миграций</translation> 1618 <translation>Отображение плана выполнения миграций</translation>
1551 </message> 1619 </message>
1552 <message> 1620 <message>
1553 <location filename="../Project.py" line="723"/> 1621 <location filename="../Project.py" line="733"/>
1554 <source>&lt;b&gt;Show Migrations Plan&lt;/b&gt;&lt;p&gt;This shows a list with the migrations plan of the Django project.&lt;/p&gt;</source> 1622 <source>&lt;b&gt;Show Migrations Plan&lt;/b&gt;&lt;p&gt;This shows a list with the migrations plan of the Django project.&lt;/p&gt;</source>
1555 <translation>&lt;b&gt;Показать план миграций&lt;/b&gt;&lt;p&gt;Отображение плана выполнения миграций Django-проекта.&lt;/p&gt;</translation> 1623 <translation>&lt;b&gt;Показать план миграций&lt;/b&gt;&lt;p&gt;Отображение плана выполнения миграций Django-проекта.&lt;/p&gt;</translation>
1556 </message> 1624 </message>
1557 <message> 1625 <message>
1558 <location filename="../Project.py" line="908"/> 1626 <location filename="../Project.py" line="918"/>
1559 <source>&amp;Migrations</source> 1627 <source>&amp;Migrations</source>
1560 <translation>&amp;Миграции</translation> 1628 <translation>&amp;Миграции</translation>
1561 </message> 1629 </message>
1562 <message> 1630 <message>
1563 <location filename="../Project.py" line="731"/> 1631 <location filename="../Project.py" line="741"/>
1564 <source>Apply All Migrations</source> 1632 <source>Apply All Migrations</source>
1565 <translation>Применить все миграции</translation> 1633 <translation>Применить все миграции</translation>
1566 </message> 1634 </message>
1567 <message> 1635 <message>
1568 <location filename="../Project.py" line="731"/> 1636 <location filename="../Project.py" line="741"/>
1569 <source>&amp;Apply All Migrations</source> 1637 <source>&amp;Apply All Migrations</source>
1570 <translation>&amp;Применить все миграции</translation> 1638 <translation>&amp;Применить все миграции</translation>
1571 </message> 1639 </message>
1572 <message> 1640 <message>
1573 <location filename="../Project.py" line="736"/> 1641 <location filename="../Project.py" line="746"/>
1574 <source>Apply all available migrations</source> 1642 <source>Apply all available migrations</source>
1575 <translation>Применить все доступные миграции</translation> 1643 <translation>Применить все доступные миграции</translation>
1576 </message> 1644 </message>
1577 <message> 1645 <message>
1578 <location filename="../Project.py" line="738"/> 1646 <location filename="../Project.py" line="748"/>
1579 <source>&lt;b&gt;Apply All Migrations&lt;/b&gt;&lt;p&gt;This applies all migrations of the Django project.&lt;/p&gt;</source> 1647 <source>&lt;b&gt;Apply All Migrations&lt;/b&gt;&lt;p&gt;This applies all migrations of the Django project.&lt;/p&gt;</source>
1580 <translation>&lt;b&gt;Применить все миграции&lt;/b&gt;&lt;p&gt;Касается всех миграций Django проекта.&lt;/p&gt;</translation> 1648 <translation>&lt;b&gt;Применить все миграции&lt;/b&gt;&lt;p&gt;Касается всех миграций Django проекта.&lt;/p&gt;</translation>
1581 </message> 1649 </message>
1582 <message> 1650 <message>
1583 <location filename="../Project.py" line="2318"/> 1651 <location filename="../Project.py" line="2388"/>
1584 <source>Apply Selected Migrations</source> 1652 <source>Apply Selected Migrations</source>
1585 <translation>Применить выбранные миграции</translation> 1653 <translation>Применить выбранные миграции</translation>
1586 </message> 1654 </message>
1587 <message> 1655 <message>
1588 <location filename="../Project.py" line="750"/> 1656 <location filename="../Project.py" line="760"/>
1589 <source>Apply selected migrations</source> 1657 <source>Apply selected migrations</source>
1590 <translation>Применить выбранные миграции</translation> 1658 <translation>Применить выбранные миграции</translation>
1591 </message> 1659 </message>
1592 <message> 1660 <message>
1593 <location filename="../Project.py" line="752"/> 1661 <location filename="../Project.py" line="762"/>
1594 <source>&lt;b&gt;Apply Selected Migrations&lt;/b&gt;&lt;p&gt;This applies selected migrations of the Django project.&lt;/p&gt;</source> 1662 <source>&lt;b&gt;Apply Selected Migrations&lt;/b&gt;&lt;p&gt;This applies selected migrations of the Django project.&lt;/p&gt;</source>
1595 <translation>&lt;b&gt;Применить выбранные миграции&lt;/b&gt;&lt;p&gt;Касается выбранных миграций Django проекта.&lt;/p&gt;</translation> 1663 <translation>&lt;b&gt;Применить выбранные миграции&lt;/b&gt;&lt;p&gt;Касается выбранных миграций Django проекта.&lt;/p&gt;</translation>
1596 </message> 1664 </message>
1597 <message> 1665 <message>
1598 <location filename="../Project.py" line="2377"/> 1666 <location filename="../Project.py" line="2447"/>
1599 <source>Unapply Migrations</source> 1667 <source>Unapply Migrations</source>
1600 <translation>Откатить миграции</translation> 1668 <translation>Откатить миграции</translation>
1601 </message> 1669 </message>
1602 <message> 1670 <message>
1603 <location filename="../Project.py" line="761"/> 1671 <location filename="../Project.py" line="771"/>
1604 <source>&amp;Unapply Migrations</source> 1672 <source>&amp;Unapply Migrations</source>
1605 <translation>&amp;Откатить миграции</translation> 1673 <translation>&amp;Откатить миграции</translation>
1606 </message> 1674 </message>
1607 <message> 1675 <message>
1608 <location filename="../Project.py" line="766"/> 1676 <location filename="../Project.py" line="776"/>
1609 <source>Unapply all migrations for an app</source> 1677 <source>Unapply all migrations for an app</source>
1610 <translation>Откат всех миграций для приложения</translation> 1678 <translation>Откат всех миграций для приложения</translation>
1611 </message> 1679 </message>
1612 <message> 1680 <message>
1613 <location filename="../Project.py" line="768"/> 1681 <location filename="../Project.py" line="778"/>
1614 <source>&lt;b&gt;Unapply Migrations&lt;/b&gt;&lt;p&gt;This unapplies all migrations for an app of the Django project.&lt;/p&gt;</source> 1682 <source>&lt;b&gt;Unapply Migrations&lt;/b&gt;&lt;p&gt;This unapplies all migrations for an app of the Django project.&lt;/p&gt;</source>
1615 <translation>&lt;b&gt;Откатить миграции&lt;/b&gt;&lt;p&gt;Откат всех миграций для приложений Django проекта.&lt;/p&gt;</translation> 1683 <translation>&lt;b&gt;Откатить миграции&lt;/b&gt;&lt;p&gt;Откат всех миграций для приложений Django проекта.&lt;/p&gt;</translation>
1616 </message> 1684 </message>
1617 <message> 1685 <message>
1618 <location filename="../Project.py" line="2456"/> 1686 <location filename="../Project.py" line="2526"/>
1619 <source>Make Migrations</source> 1687 <source>Make Migrations</source>
1620 <translation>Создать миграции</translation> 1688 <translation>Создать миграции</translation>
1621 </message> 1689 </message>
1622 <message> 1690 <message>
1623 <location filename="../Project.py" line="776"/> 1691 <location filename="../Project.py" line="786"/>
1624 <source>&amp;Make Migrations</source> 1692 <source>&amp;Make Migrations</source>
1625 <translation>&amp;Создать миграции</translation> 1693 <translation>&amp;Создать миграции</translation>
1626 </message> 1694 </message>
1627 <message> 1695 <message>
1628 <location filename="../Project.py" line="781"/> 1696 <location filename="../Project.py" line="791"/>
1629 <source>Generate migrations for the project</source> 1697 <source>Generate migrations for the project</source>
1630 <translation>Создание миграций для проекта на основе изменений</translation> 1698 <translation>Создание миграций для проекта на основе изменений</translation>
1631 </message> 1699 </message>
1632 <message> 1700 <message>
1633 <location filename="../Project.py" line="783"/> 1701 <location filename="../Project.py" line="793"/>
1634 <source>&lt;b&gt;Make Migrations&lt;/b&gt;&lt;p&gt;This generates migrations for the Django project.&lt;/p&gt;</source> 1702 <source>&lt;b&gt;Make Migrations&lt;/b&gt;&lt;p&gt;This generates migrations for the Django project.&lt;/p&gt;</source>
1635 <translation>&lt;b&gt;Создать миграции&lt;/b&gt;&lt;p&gt;Создание миграций для Django прокта.&lt;/p&gt;</translation> 1703 <translation>&lt;b&gt;Создать миграции&lt;/b&gt;&lt;p&gt;Создание миграций для Django прокта.&lt;/p&gt;</translation>
1636 </message> 1704 </message>
1637 <message> 1705 <message>
1638 <location filename="../Project.py" line="2488"/> 1706 <location filename="../Project.py" line="2558"/>
1639 <source>No migrations available.</source> 1707 <source>No migrations available.</source>
1640 <translation>Нет доступных миграций.</translation> 1708 <translation>Нет доступных миграций.</translation>
1641 </message> 1709 </message>
1642 <message> 1710 <message>
1643 <location filename="../Project.py" line="2343"/> 1711 <location filename="../Project.py" line="2413"/>
1644 <source>Apply Migrations</source> 1712 <source>Apply Migrations</source>
1645 <translation>Применить миграции</translation> 1713 <translation>Применить миграции</translation>
1646 </message> 1714 </message>
1647 <message> 1715 <message>
1648 <location filename="../Project.py" line="2377"/> 1716 <location filename="../Project.py" line="2447"/>
1649 <source>Select an application:</source> 1717 <source>Select an application:</source>
1650 <translation>Выберите приложение:</translation> 1718 <translation>Выберите приложение:</translation>
1651 </message> 1719 </message>
1652 <message> 1720 <message>
1653 <location filename="../Project.py" line="2501"/> 1721 <location filename="../Project.py" line="2571"/>
1654 <source>Squash Migrations</source> 1722 <source>Squash Migrations</source>
1655 <translation>Объединить миграции</translation> 1723 <translation>Объединить миграции</translation>
1656 </message> 1724 </message>
1657 <message> 1725 <message>
1658 <location filename="../Project.py" line="790"/> 1726 <location filename="../Project.py" line="800"/>
1659 <source>S&amp;quash Migrations</source> 1727 <source>S&amp;quash Migrations</source>
1660 <translation>О&amp;бъединить миграции</translation> 1728 <translation>О&amp;бъединить миграции</translation>
1661 </message> 1729 </message>
1662 <message> 1730 <message>
1663 <location filename="../Project.py" line="795"/> 1731 <location filename="../Project.py" line="805"/>
1664 <source>Squash migrations of an application of the project</source> 1732 <source>Squash migrations of an application of the project</source>
1665 <translation>Объединение миграций приложения Django-проекта</translation> 1733 <translation>Объединение миграций приложения Django-проекта</translation>
1666 </message> 1734 </message>
1667 <message> 1735 <message>
1668 <location filename="../Project.py" line="797"/> 1736 <location filename="../Project.py" line="807"/>
1669 <source>&lt;b&gt;Squash Migrations&lt;/b&gt;&lt;p&gt;This squashes migrations of an application of the Django project.&lt;/p&gt;</source> 1737 <source>&lt;b&gt;Squash Migrations&lt;/b&gt;&lt;p&gt;This squashes migrations of an application of the Django project.&lt;/p&gt;</source>
1670 <translation>&lt;b&gt;Объединить миграции&lt;/b&gt;&lt;p&gt;Объединение миграций приложения Django-проекта.&lt;/p&gt;</translation> 1738 <translation>&lt;b&gt;Объединить миграции&lt;/b&gt;&lt;p&gt;Объединение миграций приложения Django-проекта.&lt;/p&gt;</translation>
1671 </message> 1739 </message>
1672 <message> 1740 <message>
1673 <location filename="../Project.py" line="503"/> 1741 <location filename="../Project.py" line="513"/>
1674 <source>Apply Migration</source> 1742 <source>Apply Migration</source>
1675 <translation>Применить миграцию</translation> 1743 <translation>Применить миграцию</translation>
1676 </message> 1744 </message>
1677 <message> 1745 <message>
1678 <location filename="../Project.py" line="503"/> 1746 <location filename="../Project.py" line="513"/>
1679 <source>&amp;Apply Migration</source> 1747 <source>&amp;Apply Migration</source>
1680 <translation>&amp;Применить миграцию</translation> 1748 <translation>&amp;Применить миграцию</translation>
1681 </message> 1749 </message>
1682 <message> 1750 <message>
1683 <location filename="../Project.py" line="508"/> 1751 <location filename="../Project.py" line="518"/>
1684 <source>Prints the SQL statements to apply a migration of an application</source> 1752 <source>Prints the SQL statements to apply a migration of an application</source>
1685 <translation>Выводит SQL запросы для выполнения миграции приложения</translation> 1753 <translation>Выводит SQL запросы для выполнения миграции приложения</translation>
1686 </message> 1754 </message>
1687 <message> 1755 <message>
1688 <location filename="../Project.py" line="511"/> 1756 <location filename="../Project.py" line="521"/>
1689 <source>&lt;b&gt;Apply Migration&lt;/b&gt;&lt;p&gt;Prints the SQL statements to apply a migration of an application.&lt;/p&gt;</source> 1757 <source>&lt;b&gt;Apply Migration&lt;/b&gt;&lt;p&gt;Prints the SQL statements to apply a migration of an application.&lt;/p&gt;</source>
1690 <translation>&lt;b&gt;Применить миграцию&lt;/b&gt;&lt;p&gt;Выводит SQL запросы для выполнения миграции приложения.&lt;/p&gt;</translation> 1758 <translation>&lt;b&gt;Применить миграцию&lt;/b&gt;&lt;p&gt;Выводит SQL запросы для выполнения миграции приложения.&lt;/p&gt;</translation>
1691 </message> 1759 </message>
1692 <message> 1760 <message>
1693 <location filename="../Project.py" line="520"/> 1761 <location filename="../Project.py" line="530"/>
1694 <source>Unapply Migration</source> 1762 <source>Unapply Migration</source>
1695 <translation>Откатить миграцию</translation> 1763 <translation>Откатить миграцию</translation>
1696 </message> 1764 </message>
1697 <message> 1765 <message>
1698 <location filename="../Project.py" line="520"/> 1766 <location filename="../Project.py" line="530"/>
1699 <source>&amp;Unapply Migration</source> 1767 <source>&amp;Unapply Migration</source>
1700 <translation>&amp;Откатить миграцию</translation> 1768 <translation>&amp;Откатить миграцию</translation>
1701 </message> 1769 </message>
1702 <message> 1770 <message>
1703 <location filename="../Project.py" line="525"/> 1771 <location filename="../Project.py" line="535"/>
1704 <source>Prints the SQL statements to unapply a migration of an application</source> 1772 <source>Prints the SQL statements to unapply a migration of an application</source>
1705 <translation>Выводит SQL запросы для отката миграции приложения</translation> 1773 <translation>Выводит SQL запросы для отката миграции приложения</translation>
1706 </message> 1774 </message>
1707 <message> 1775 <message>
1708 <location filename="../Project.py" line="528"/> 1776 <location filename="../Project.py" line="538"/>
1709 <source>&lt;b&gt;Unapply Migration&lt;/b&gt;&lt;p&gt;Prints the SQL statements to unapply a migration of an application.&lt;/p&gt;</source> 1777 <source>&lt;b&gt;Unapply Migration&lt;/b&gt;&lt;p&gt;Prints the SQL statements to unapply a migration of an application.&lt;/p&gt;</source>
1710 <translation>&lt;b&gt;Откатить миграцию&lt;/b&gt;&lt;p&gt;Выводит SQL запросы для отката миграции приложения.&lt;/p&gt;</translation> 1778 <translation>&lt;b&gt;Откатить миграцию&lt;/b&gt;&lt;p&gt;Выводит SQL запросы для отката миграции приложения.&lt;/p&gt;</translation>
1711 </message> 1779 </message>
1712 <message> 1780 <message>
1713 <location filename="../Project.py" line="2246"/> 1781 <location filename="../Project.py" line="2316"/>
1714 <source>SQL Migrate</source> 1782 <source>SQL Migrate</source>
1715 <translation>SQL миграции</translation> 1783 <translation>SQL миграции</translation>
1716 </message> 1784 </message>
1717 <message> 1785 <message>
1718 <location filename="../Project.py" line="3271"/> 1786 <location filename="../Project.py" line="3360"/>
1719 <source>Check Project</source> 1787 <source>Check Project</source>
1720 <translation>Проверить проект</translation> 1788 <translation>Проверить проект</translation>
1721 </message> 1789 </message>
1722 <message> 1790 <message>
1723 <location filename="../Project.py" line="296"/> 1791 <location filename="../Project.py" line="306"/>
1724 <source>Inspects the Django project for common problems</source> 1792 <source>Inspects the Django project for common problems</source>
1725 <translation>Инспекция общераспространенных проблем Django проекта</translation> 1793 <translation>Инспекция общераспространенных проблем Django проекта</translation>
1726 </message> 1794 </message>
1727 <message> 1795 <message>
1728 <location filename="../Project.py" line="298"/> 1796 <location filename="../Project.py" line="308"/>
1729 <source>&lt;b&gt;Check Project&lt;/b&gt;&lt;p&gt;This inspects the Django project for common problems.&lt;/p&gt;</source> 1797 <source>&lt;b&gt;Check Project&lt;/b&gt;&lt;p&gt;This inspects the Django project for common problems.&lt;/p&gt;</source>
1730 <translation>&lt;b&gt;Проверить проект&lt;/b&gt;&lt;p&gt;Инспекция общераспространенных проблем Django проекта.&lt;/p&gt;</translation> 1798 <translation>&lt;b&gt;Проверить проект&lt;/b&gt;&lt;p&gt;Инспекция общераспространенных проблем Django проекта.&lt;/p&gt;</translation>
1731 </message> 1799 </message>
1732 <message> 1800 <message>
1733 <location filename="../Project.py" line="615"/> 1801 <location filename="../Project.py" line="625"/>
1734 <source>Run Testsuite (-Wall)</source> 1802 <source>Run Testsuite (-Wall)</source>
1735 <translation>Выполнить набор тестов (-Wall)</translation> 1803 <translation>Выполнить набор тестов (-Wall)</translation>
1736 </message> 1804 </message>
1737 <message> 1805 <message>
1738 <location filename="../Project.py" line="620"/> 1806 <location filename="../Project.py" line="630"/>
1739 <source>Run the test suite for applications or the whole site with activated deprecation warnings</source> 1807 <source>Run the test suite for applications or the whole site with activated deprecation warnings</source>
1740 <translation>Выполнить набор тестов для приложений или всего сайта с включенными предупреждениями о устаревшем API</translation> 1808 <translation>Выполнить набор тестов для приложений или всего сайта с включенными предупреждениями о устаревшем API</translation>
1741 </message> 1809 </message>
1742 <message> 1810 <message>
1743 <location filename="../Project.py" line="623"/> 1811 <location filename="../Project.py" line="633"/>
1744 <source>&lt;b&gt;Run Testsuite (-Wall)&lt;/b&gt;&lt;p&gt;Run the test suite for applications or the whole site with activated deprecation warnings.&lt;/p&gt;</source> 1812 <source>&lt;b&gt;Run Testsuite (-Wall)&lt;/b&gt;&lt;p&gt;Run the test suite for applications or the whole site with activated deprecation warnings.&lt;/p&gt;</source>
1745 <translation>&lt;b&gt;Выполнить набор тестов (-Wall)&lt;/b&gt;&lt;p&gt;Выполнение набора тестов для приложений или всего сайта с включенными предупреждениями о устаревшем API.&lt;/p&gt;</translation> 1813 <translation>&lt;b&gt;Выполнить набор тестов (-Wall)&lt;/b&gt;&lt;p&gt;Выполнение набора тестов для приложений или всего сайта с включенными предупреждениями о устаревшем API.&lt;/p&gt;</translation>
1746 </message> 1814 </message>
1747 </context> 1815 </context>
1748 <context> 1816 <context>
1749 <name>ProjectDjangoPlugin</name> 1817 <name>ProjectDjangoPlugin</name>
1750 <message> 1818 <message>
1751 <location filename="../../PluginProjectDjango.py" line="389"/> 1819 <location filename="../../PluginProjectDjango.py" line="391"/>
1752 <source>Django</source> 1820 <source>Django</source>
1753 <translation>Django</translation> 1821 <translation>Django</translation>
1754 </message> 1822 </message>
1755 </context> 1823 </context>
1756 </TS> 1824 </TS>

eric ide

mercurial