You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-08-10 22:41:43 +02:00
Main build (Jenkins)
This commit is contained in:
16680
service/dictionaries/en.json
vendored
16680
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -805,7 +805,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Airtable = LoadScript(""%1/oint/core/Modules/OPI_Airtable.os"")"
|
||||
|
@@ -6502,7 +6502,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Bitrix24 = LoadScript(""%1/oint/core/Modules/OPI_Bitrix24.os"")"
|
||||
|
@@ -1083,7 +1083,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_CDEK = LoadScript(""%1/oint/core/Modules/OPI_CDEK.os"")"
|
||||
|
@@ -771,7 +771,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Dropbox = LoadScript(""%1/oint/core/Modules/OPI_Dropbox.os"")"
|
||||
|
@@ -492,16 +492,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"")
|
||||
| Khetext.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleCalendar = LoadScript(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Khetext)";
|
||||
| OPI_GoogleCalendar = LoadScript(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -425,16 +425,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"")
|
||||
| Khetext.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleDrive = LoadScript(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Khetext)";
|
||||
| OPI_GoogleDrive = LoadScript(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -147,7 +147,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"")"
|
||||
|
@@ -1246,7 +1246,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_GreenAPI = LoadScript(""%1/oint/core/Modules/OPI_GreenAPI.os"")"
|
||||
|
@@ -339,16 +339,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"")
|
||||
| Khetext.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleSheets = LoadScript(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Khetext)";
|
||||
| OPI_GoogleSheets = LoadScript(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -297,16 +297,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"")
|
||||
| Khetext.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
| Context.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexMetrika = LoadScript(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Khetext)";
|
||||
| OPI_YandexMetrika = LoadScript(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -700,16 +700,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_MSSQL = LoadScript(""%1/oint/core/Modules/OPI_MSSQL.os"")
|
||||
| Khetext.Insert(""OPI_MSSQL"", OPI_MSSQL);
|
||||
| Context.Insert(""OPI_MSSQL"", OPI_MSSQL);
|
||||
|
|
||||
| OPI_MSSQL = LoadScript(""%1/oint/core/Modules/OPI_MSSQL.os"", Khetext)";
|
||||
| OPI_MSSQL = LoadScript(""%1/oint/core/Modules/OPI_MSSQL.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -690,16 +690,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_MySQL = LoadScript(""%1/oint/core/Modules/OPI_MySQL.os"")
|
||||
| Khetext.Insert(""OPI_MySQL"", OPI_MySQL);
|
||||
| Context.Insert(""OPI_MySQL"", OPI_MySQL);
|
||||
|
|
||||
| OPI_MySQL = LoadScript(""%1/oint/core/Modules/OPI_MySQL.os"", Khetext)";
|
||||
| OPI_MySQL = LoadScript(""%1/oint/core/Modules/OPI_MySQL.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -190,7 +190,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Neocities = LoadScript(""%1/oint/core/Modules/OPI_Neocities.os"")"
|
||||
|
@@ -460,7 +460,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Notion = LoadScript(""%1/oint/core/Modules/OPI_Notion.os"")"
|
||||
|
@@ -684,7 +684,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Ollama = LoadScript(""%1/oint/core/Modules/OPI_Ollama.os"")"
|
||||
|
@@ -954,7 +954,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_OpenAI = LoadScript(""%1/oint/core/Modules/OPI_OpenAI.os"")"
|
||||
|
@@ -1796,7 +1796,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Ozon = LoadScript(""%1/oint/core/Modules/OPI_Ozon.os"")"
|
||||
|
@@ -721,16 +721,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_PostgreSQL = LoadScript(""%1/oint/core/Modules/OPI_PostgreSQL.os"")
|
||||
| Khetext.Insert(""OPI_PostgreSQL"", OPI_PostgreSQL);
|
||||
| Context.Insert(""OPI_PostgreSQL"", OPI_PostgreSQL);
|
||||
|
|
||||
| OPI_PostgreSQL = LoadScript(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Khetext)";
|
||||
| OPI_PostgreSQL = LoadScript(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -75,7 +75,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_RCON = LoadScript(""%1/oint/core/Modules/OPI_RCON.os"")"
|
||||
|
@@ -1605,7 +1605,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_S3 = LoadScript(""%1/oint/core/Modules/OPI_S3.os"")"
|
||||
|
@@ -1081,7 +1081,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Slack = LoadScript(""%1/oint/core/Modules/OPI_Slack.os"")"
|
||||
|
@@ -446,16 +446,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_SQLite = LoadScript(""%1/oint/core/Modules/OPI_SQLite.os"")
|
||||
| Khetext.Insert(""OPI_SQLite"", OPI_SQLite);
|
||||
| Context.Insert(""OPI_SQLite"", OPI_SQLite);
|
||||
|
|
||||
| OPI_SQLite = LoadScript(""%1/oint/core/Modules/OPI_SQLite.os"", Khetext)";
|
||||
| OPI_SQLite = LoadScript(""%1/oint/core/Modules/OPI_SQLite.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -75,7 +75,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_TCP = LoadScript(""%1/oint/core/Modules/OPI_TCP.os"")"
|
||||
|
@@ -1457,7 +1457,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Telegram = LoadScript(""%1/oint/core/Modules/OPI_Telegram.os"")"
|
||||
|
@@ -66,7 +66,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "Utils = LoadScript(""%1/oint-cli/tools/Modules/Utils.os"")"
|
||||
|
@@ -423,7 +423,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Twitter = LoadScript(""%1/oint/core/Modules/OPI_Twitter.os"")"
|
||||
|
@@ -418,7 +418,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_Viber = LoadScript(""%1/oint/core/Modules/OPI_Viber.os"")"
|
||||
|
@@ -1949,7 +1949,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_VK = LoadScript(""%1/oint/core/Modules/OPI_VK.os"")"
|
||||
|
@@ -1032,7 +1032,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_VKTeams = LoadScript(""%1/oint/core/Modules/OPI_VKTeams.os"")"
|
||||
|
@@ -543,16 +543,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"")
|
||||
| Khetext.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
| Context.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexDisk = LoadScript(""%1/oint/core/Modules/OPI_YandexDisk.os"", Khetext)";
|
||||
| OPI_YandexDisk = LoadScript(""%1/oint/core/Modules/OPI_YandexDisk.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -231,16 +231,16 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "
|
||||
| Khetext = New Structure;
|
||||
| Context = New Structure;
|
||||
|
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"")
|
||||
| Khetext.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
| Context.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexMarket = LoadScript(""%1/oint/core/Modules/OPI_YandexMarket.os"", Khetext)";
|
||||
| OPI_YandexMarket = LoadScript(""%1/oint/core/Modules/OPI_YandexMarket.os"", Context)";
|
||||
|
||||
|
||||
EndFunction
|
||||
|
@@ -86,7 +86,7 @@
|
||||
EndFunction
|
||||
|
||||
|
||||
Function GetLineToдtoлюченandя() Export
|
||||
Function GetConnectionString() Export
|
||||
|
||||
|
||||
Return "OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"")"
|
||||
|
@@ -501,7 +501,7 @@
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"")
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleCalendar = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Контекст)";
|
||||
| OPI_GoogleCalendar = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
@@ -434,7 +434,7 @@
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"")
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleDrive = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Контекст)";
|
||||
| OPI_GoogleDrive = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
@@ -360,7 +360,7 @@
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"")
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleSheets = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Контекст)";
|
||||
| OPI_GoogleSheets = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
@@ -306,7 +306,7 @@
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"")
|
||||
| Контекст.Вставить(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexMetrika = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Контекст)";
|
||||
| OPI_YandexMetrika = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
@@ -729,7 +729,7 @@
|
||||
| OPI_MSSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MSSQL.os"")
|
||||
| Контекст.Вставить(""OPI_MSSQL"", OPI_MSSQL);
|
||||
|
|
||||
| OPI_MSSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MSSQL.os"", Контекст)";
|
||||
| OPI_MSSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MSSQL.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
@@ -719,7 +719,7 @@
|
||||
| OPI_MySQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MySQL.os"")
|
||||
| Контекст.Вставить(""OPI_MySQL"", OPI_MySQL);
|
||||
|
|
||||
| OPI_MySQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MySQL.os"", Контекст)";
|
||||
| OPI_MySQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MySQL.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
@@ -750,7 +750,7 @@
|
||||
| OPI_PostgreSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_PostgreSQL.os"")
|
||||
| Контекст.Вставить(""OPI_PostgreSQL"", OPI_PostgreSQL);
|
||||
|
|
||||
| OPI_PostgreSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Контекст)";
|
||||
| OPI_PostgreSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
@@ -475,7 +475,7 @@
|
||||
| OPI_SQLite = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_SQLite.os"")
|
||||
| Контекст.Вставить(""OPI_SQLite"", OPI_SQLite);
|
||||
|
|
||||
| OPI_SQLite = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_SQLite.os"", Контекст)";
|
||||
| OPI_SQLite = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_SQLite.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
@@ -552,7 +552,7 @@
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"")
|
||||
| Контекст.Вставить(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexDisk = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexDisk.os"", Контекст)";
|
||||
| OPI_YandexDisk = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexDisk.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
@@ -244,7 +244,7 @@
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"")
|
||||
| Контекст.Вставить(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexMarket = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexMarket.os"", Контекст)";
|
||||
| OPI_YandexMarket = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexMarket.os"", Контекст)";
|
||||
|
||||
|
||||
КонецФункции
|
||||
|
Reference in New Issue
Block a user