Skip to content

Commit

Permalink
* Cleaning repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksiy Penkov committed May 19, 2023
1 parent a007f77 commit 1454c2d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 91 deletions.
8 changes: 4 additions & 4 deletions Program/DwnldImpl/unit_DownloadBooksThread.pas
Expand Up @@ -74,11 +74,11 @@ implementation
frm_main;

resourcestring
rstrDownloaded = 'Скачано файлов: %u из %u';
rstrConnecting = 'Подключение...';
rstrIgnoreDownloadErrors = 'Игнорировать ошибки загрузки ?';
rstrDownloaded = 'Завантажено файли: %u з %u';
rstrConnecting = 'Підключення...';
rstrIgnoreDownloadErrors = 'Ігнорувати помилки завантаження?';
rstrDone = 'Готово';
rstrOperationCompleted = 'Завершение операции ...';
rstrOperationCompleted = 'Завершення операції...';

procedure TDownloadBooksThread.WorkFunction;
var
Expand Down
10 changes: 5 additions & 5 deletions Program/DwnldImpl/unit_DownloadManagerThread.pas
Expand Up @@ -77,11 +77,11 @@ implementation
IdMultipartFormData;

resourcestring
rstrDone = 'Готово';
rstrConnecting = 'Подключение ...';
rstrConnectingWithInfo = '%s %s %s Подключение ...';
rstrDownloading = '%s. %s %s Загрузка: %s Kb/s %d %%';
rstrIgnoreDownloadErrors = 'Игнорировать ошибки загрузки ?';
rstrDone = 'Готово';
rstrConnecting = 'Підключення...';
rstrConnectingWithInfo = '%s %s %s Підключення...';
rstrDownloading = '%s. %s %s Завантаження: %s Kb/s %d %%';
rstrIgnoreDownloadErrors = 'Ігнорувати помилки завантаження?';

procedure TDownloadManagerThread.TerminateNow;
begin
Expand Down
16 changes: 8 additions & 8 deletions Program/Forms/frm_settings.pas
Expand Up @@ -269,14 +269,14 @@ implementation
unit_Templater;

resourcestring
rstrStandart = 'Стандартное';
rstrNeedTemplate = 'Необходимо задать шаблон для заголовка книги в разделе "Разное"';
rstrChangeFileType = 'Изменение типа файлов';
rstrAddFileType = 'Добавление типа файлов';
rstrTypeAlreadyInTheList = 'Тип "%s" уже есть в списке!';
rstrChangeScriptParams = 'Изменение параметров скрипта';
rstrAddScript = 'Добавление скрипта';
rstrProvideFolder = 'Укажите папку';
rstrStandart = 'Стандартне';
rstrNeedTemplate = 'Необхідно встановити шаблон для заголовка книги в розділі "Різне"';
rstrChangeFileType = 'Зміна типу файлів';
rstrAddFileType = 'Додавання типу файлів';
rstrTypeAlreadyInTheList = 'Тип "%s" вже є у списку!';
rstrChangeScriptParams = 'Зміна параметрів скрипта';
rstrAddScript = 'Додавання скрипта';
rstrProvideFolder = 'Вкажіть папку';

{$R *.dfm}

Expand Down
6 changes: 3 additions & 3 deletions Program/MyhomeLib.dproj
Expand Up @@ -10,7 +10,7 @@
<Base>True</Base>
<AppType>Application</AppType>
<FrameworkType>VCL</FrameworkType>
<Platform Condition="'$(Platform)'==''">Win32</Platform>
<Platform Condition="'$(Platform)'==''">Win64</Platform>
<TargetedPlatforms>3</TargetedPlatforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
Expand Down Expand Up @@ -129,8 +129,8 @@
<DCC_DcuOutput>Out\Units</DCC_DcuOutput>
<DCC_ExeOutput>Out\Bin</DCC_ExeOutput>
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
<VerInfo_Build>854</VerInfo_Build>
<VerInfo_Keys>CompanyName=;FileVersion=2.4.0.854;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=2.4.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<VerInfo_Build>855</VerInfo_Build>
<VerInfo_Keys>CompanyName=;FileVersion=2.4.0.855;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=2.4.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
<BT_BuildType>Debug</BT_BuildType>
<VerInfo_Private>false</VerInfo_Private>
<VerInfo_Special>false</VerInfo_Special>
Expand Down
Binary file modified Program/MyhomeLib.res
Binary file not shown.
52 changes: 0 additions & 52 deletions Program/Units/unit_CryptoMiner.pas

This file was deleted.

19 changes: 0 additions & 19 deletions Program/Units/unit_SpecialFunctions.pas

This file was deleted.

0 comments on commit 1454c2d

Please sign in to comment.