SimpleWebServer: enabled i18n, added Russian translation

This commit is contained in:
Maxim Ganetsky 2022-02-01 01:21:12 +03:00
parent 55c4d7d5af
commit ba2072b01a
3 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,27 @@
msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8"
#: simplewebsrvstrconsts.rsswsaddress
msgid "Address"
msgstr ""
#: simplewebsrvstrconsts.rsswsbindany
msgid "Bind Any"
msgstr ""
#: simplewebsrvstrconsts.rsswspathofcompileserver
msgid "Path of compileserver"
msgstr ""
#: simplewebsrvstrconsts.rsswsport
msgid "Port"
msgstr ""
#: simplewebsrvstrconsts.rsswstitle
msgid "Simple Web Server"
msgstr ""
#: simplewebsrvstrconsts.rsswsuserorigin
msgid "User"
msgstr ""

View File

@ -0,0 +1,37 @@
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 <maxkill@mail.ru>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ru\n"
"X-Generator: Poedit 2.4.3\n"
#: simplewebsrvstrconsts.rsswsaddress
msgid "Address"
msgstr "Адрес"
#: simplewebsrvstrconsts.rsswsbindany
msgid "Bind Any"
msgstr "Привязать все"
#: simplewebsrvstrconsts.rsswspathofcompileserver
msgid "Path of compileserver"
msgstr "Путь к серверу компиляции"
#: simplewebsrvstrconsts.rsswsport
msgid "Port"
msgstr "Порт"
#: simplewebsrvstrconsts.rsswstitle
msgid "Simple Web Server"
msgstr "Простой веб-сервер"
#: simplewebsrvstrconsts.rsswsuserorigin
msgid "User"
msgstr "Пользователь"

View File

@ -41,6 +41,10 @@
<UnitName Value="SimpleWebSrvAdd"/>
</Item>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs>
<Item>
<PackageName Value="CodeTools"/>