diff --git a/.gitattributes b/.gitattributes index 1a0d3b8f21..80e0fcaf21 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2563,6 +2563,10 @@ components/lazsvnpkg/svnstatusform.lfm svneol=native#text/plain components/lazsvnpkg/svnstatusform.pas svneol=native#text/plain components/lazsvnpkg/svnupdateform.lfm svneol=native#text/plain components/lazsvnpkg/svnupdateform.pas svneol=native#text/plain +components/lazthread/languages/reglazthread.po svneol=native#text/plain +components/lazthread/languages/reglazthread.ru.po svneol=native#text/plain +components/lazthread/languages/threadoptionsdialog.po svneol=native#text/plain +components/lazthread/languages/threadoptionsdialog.ru.po svneol=native#text/plain components/lazthread/lazthread.lpk svneol=native#text/plain components/lazthread/lazthread.pas svneol=native#text/plain components/lazthread/reglazthread.pas svneol=native#text/plain diff --git a/components/lazthread/languages/reglazthread.po b/components/lazthread/languages/reglazthread.po new file mode 100644 index 0000000000..f6a0fe2fa9 --- /dev/null +++ b/components/lazthread/languages/reglazthread.po @@ -0,0 +1,11 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: reglazthread.sthreaddescription +msgid "A Pascal unit with a subclass of TThread class." +msgstr "" + +#: reglazthread.sthreadname +msgid "Thread Object" +msgstr "" + diff --git a/components/lazthread/languages/reglazthread.ru.po b/components/lazthread/languages/reglazthread.ru.po new file mode 100644 index 0000000000..855632e5fd --- /dev/null +++ b/components/lazthread/languages/reglazthread.ru.po @@ -0,0 +1,19 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Maxim Ganetsky \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +#: reglazthread.sthreaddescription +msgid "A Pascal unit with a subclass of TThread class." +msgstr "Модуль Паскаля с потомком класса TThread." + +#: reglazthread.sthreadname +msgid "Thread Object" +msgstr "Объект потока исполнения" + diff --git a/components/lazthread/languages/threadoptionsdialog.po b/components/lazthread/languages/threadoptionsdialog.po new file mode 100644 index 0000000000..6b4eb2ffec --- /dev/null +++ b/components/lazthread/languages/threadoptionsdialog.po @@ -0,0 +1,19 @@ +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: threadoptionsdialog.screateunitbuttoncaption +msgid "Create Unit" +msgstr "" + +#: threadoptionsdialog.soptionsgroupboxcaption +msgid "Options" +msgstr "" + +#: threadoptionsdialog.sthreaddialogtitle +msgid "Thread Class Options" +msgstr "" + +#: threadoptionsdialog.sthreadnamelabelcaption +msgid "Thread Class Name" +msgstr "" + diff --git a/components/lazthread/languages/threadoptionsdialog.ru.po b/components/lazthread/languages/threadoptionsdialog.ru.po new file mode 100644 index 0000000000..6be34b530d --- /dev/null +++ b/components/lazthread/languages/threadoptionsdialog.ru.po @@ -0,0 +1,27 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Maxim Ganetsky \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" + +#: threadoptionsdialog.screateunitbuttoncaption +msgid "Create Unit" +msgstr "Создать модуль" + +#: threadoptionsdialog.soptionsgroupboxcaption +msgid "Options" +msgstr "Параметры" + +#: threadoptionsdialog.sthreaddialogtitle +msgid "Thread Class Options" +msgstr "Параметры класса потока исполнения" + +#: threadoptionsdialog.sthreadnamelabelcaption +msgid "Thread Class Name" +msgstr "Имя класса потока исполнения" + diff --git a/components/lazthread/lazthread.lpk b/components/lazthread/lazthread.lpk index 0386606d1d..5c4470b825 100644 --- a/components/lazthread/lazthread.lpk +++ b/components/lazthread/lazthread.lpk @@ -1,19 +1,19 @@ - + - + + - + - - - - - - + + + + + @@ -30,6 +30,10 @@ + + + + @@ -44,7 +48,7 @@ - + diff --git a/components/lazthread/reglazthread.pas b/components/lazthread/reglazthread.pas index 74082fd002..f49f1a1060 100644 --- a/components/lazthread/reglazthread.pas +++ b/components/lazthread/reglazthread.pas @@ -39,7 +39,7 @@ uses resourcestring SThreadName = 'Thread Object'; - SThreadDescription = 'A Pascal unit with a subclass of TThread class'; + SThreadDescription = 'A Pascal unit with a subclass of TThread class.'; //---------------// procedure register;