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:
16654
service/dictionaries/en.json
vendored
16654
service/dictionaries/en.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -506,7 +506,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", Undefined);
|
||||
|
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"");
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleCalendar = LoadScript(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Context);
|
||||
|
@@ -439,7 +439,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", Undefined);
|
||||
|
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"");
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleDrive = LoadScript(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Context);
|
||||
|
@@ -353,7 +353,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", Undefined);
|
||||
|
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"");
|
||||
| OPI_GoogleWorkspace = LoadScript(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Context);
|
||||
| Context.Insert(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleSheets = LoadScript(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Context);
|
||||
|
@@ -311,7 +311,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_YandexID"", Undefined);
|
||||
|
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"");
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"", Context);
|
||||
| Context.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexMetrika = LoadScript(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Context);
|
||||
|
@@ -714,7 +714,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_MSSQL"", Undefined);
|
||||
|
|
||||
| OPI_MSSQL = LoadScript(""%1/oint/core/Modules/OPI_MSSQL.os"");
|
||||
| OPI_MSSQL = LoadScript(""%1/oint/core/Modules/OPI_MSSQL.os"", Context);
|
||||
| Context.Insert(""OPI_MSSQL"", OPI_MSSQL);
|
||||
|
|
||||
| OPI_MSSQL = LoadScript(""%1/oint/core/Modules/OPI_MSSQL.os"", Context);
|
||||
|
@@ -704,7 +704,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_MySQL"", Undefined);
|
||||
|
|
||||
| OPI_MySQL = LoadScript(""%1/oint/core/Modules/OPI_MySQL.os"");
|
||||
| OPI_MySQL = LoadScript(""%1/oint/core/Modules/OPI_MySQL.os"", Context);
|
||||
| Context.Insert(""OPI_MySQL"", OPI_MySQL);
|
||||
|
|
||||
| OPI_MySQL = LoadScript(""%1/oint/core/Modules/OPI_MySQL.os"", Context);
|
||||
|
@@ -735,7 +735,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_PostgreSQL"", Undefined);
|
||||
|
|
||||
| OPI_PostgreSQL = LoadScript(""%1/oint/core/Modules/OPI_PostgreSQL.os"");
|
||||
| OPI_PostgreSQL = LoadScript(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Context);
|
||||
| Context.Insert(""OPI_PostgreSQL"", OPI_PostgreSQL);
|
||||
|
|
||||
| OPI_PostgreSQL = LoadScript(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Context);
|
||||
|
@@ -89,7 +89,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_RCON"", Undefined);
|
||||
|
|
||||
| OPI_RCON = LoadScript(""%1/oint/core/Modules/OPI_RCON.os"");
|
||||
| OPI_RCON = LoadScript(""%1/oint/core/Modules/OPI_RCON.os"", Context);
|
||||
| Context.Insert(""OPI_RCON"", OPI_RCON);
|
||||
|
|
||||
| OPI_RCON = LoadScript(""%1/oint/core/Modules/OPI_RCON.os"", Context);
|
||||
|
@@ -460,7 +460,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_SQLite"", Undefined);
|
||||
|
|
||||
| OPI_SQLite = LoadScript(""%1/oint/core/Modules/OPI_SQLite.os"");
|
||||
| OPI_SQLite = LoadScript(""%1/oint/core/Modules/OPI_SQLite.os"", Context);
|
||||
| Context.Insert(""OPI_SQLite"", OPI_SQLite);
|
||||
|
|
||||
| OPI_SQLite = LoadScript(""%1/oint/core/Modules/OPI_SQLite.os"", Context);
|
||||
|
@@ -557,7 +557,7 @@ Function GetConnectionString() Export
|
||||
| Context = New Structure;
|
||||
| Context.Insert(""OPI_YandexID"", Undefined);
|
||||
|
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"");
|
||||
| OPI_YandexID = LoadScript(""%1/oint/core/Modules/OPI_YandexID.os"", Context);
|
||||
| Context.Insert(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexDisk = LoadScript(""%1/oint/core/Modules/OPI_YandexDisk.os"", Context);
|
||||
|
@@ -506,7 +506,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", Неопределено);
|
||||
|
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"");
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleCalendar = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleCalendar.os"", Контекст);
|
||||
|
@@ -439,7 +439,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", Неопределено);
|
||||
|
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"");
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleDrive = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleDrive.os"", Контекст);
|
||||
|
@@ -365,7 +365,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", Неопределено);
|
||||
|
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"");
|
||||
| OPI_GoogleWorkspace = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleWorkspace.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_GoogleWorkspace"", OPI_GoogleWorkspace);
|
||||
|
|
||||
| OPI_GoogleSheets = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_GoogleSheets.os"", Контекст);
|
||||
|
@@ -311,7 +311,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_YandexID"", Неопределено);
|
||||
|
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"");
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexMetrika = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexMetrika.os"", Контекст);
|
||||
|
@@ -734,7 +734,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_MSSQL"", Неопределено);
|
||||
|
|
||||
| OPI_MSSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MSSQL.os"");
|
||||
| OPI_MSSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MSSQL.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_MSSQL"", OPI_MSSQL);
|
||||
|
|
||||
| OPI_MSSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MSSQL.os"", Контекст);
|
||||
|
@@ -724,7 +724,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_MySQL"", Неопределено);
|
||||
|
|
||||
| OPI_MySQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MySQL.os"");
|
||||
| OPI_MySQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MySQL.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_MySQL"", OPI_MySQL);
|
||||
|
|
||||
| OPI_MySQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_MySQL.os"", Контекст);
|
||||
|
@@ -755,7 +755,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_PostgreSQL"", Неопределено);
|
||||
|
|
||||
| OPI_PostgreSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_PostgreSQL.os"");
|
||||
| OPI_PostgreSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_PostgreSQL"", OPI_PostgreSQL);
|
||||
|
|
||||
| OPI_PostgreSQL = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_PostgreSQL.os"", Контекст);
|
||||
|
@@ -89,7 +89,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_RCON"", Неопределено);
|
||||
|
|
||||
| OPI_RCON = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_RCON.os"");
|
||||
| OPI_RCON = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_RCON.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_RCON"", OPI_RCON);
|
||||
|
|
||||
| OPI_RCON = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_RCON.os"", Контекст);
|
||||
|
@@ -480,7 +480,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_SQLite"", Неопределено);
|
||||
|
|
||||
| OPI_SQLite = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_SQLite.os"");
|
||||
| OPI_SQLite = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_SQLite.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_SQLite"", OPI_SQLite);
|
||||
|
|
||||
| OPI_SQLite = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_SQLite.os"", Контекст);
|
||||
|
@@ -557,7 +557,7 @@
|
||||
| Контекст = Новый Структура;
|
||||
| Контекст.Вставить(""OPI_YandexID"", Неопределено);
|
||||
|
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"");
|
||||
| OPI_YandexID = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexID.os"", Контекст);
|
||||
| Контекст.Вставить(""OPI_YandexID"", OPI_YandexID);
|
||||
|
|
||||
| OPI_YandexDisk = ЗагрузитьСценарий(""%1/oint/core/Modules/OPI_YandexDisk.os"", Контекст);
|
||||
|
Reference in New Issue
Block a user