Icons_to_html: restore resource strings after 464d4133cc

This reverts commit 464d4133cc.
This commit is contained in:
Maxim Ganetsky 2024-10-20 21:54:59 +03:00
parent d7b2d3e313
commit d4ecf72cc1

View File

@ -61,13 +61,13 @@ implementation
resourcestring
rsInformation = 'Information';
rsError = 'Error';
rsTheConfigurationCouldNotBeSaved = 'The configuration file could not be saved.';
rsTheTempFileCouldNotBeDeleted = 'The temp file could not be deleted.';
rsTheConfigurationCouldNotBeSaved = 'Configuration file could not be saved.';
rsTheTempFileCouldNotBeDeleted = 'Temporary file could not be deleted.';
rsTheFileCouldNotBeSavedAs = 'The file could not be saved as: %s';
rsSavedAs = 'Saved as: %s';
rsNoPngImageFilesFoundIn = 'No png image files found in %s';
rsNoMatchingPngImageFilesFoundIn = 'No matching png image files found in %s';
rsTheFolderDoesNotExist = 'The folder [%s] does not exist or is currently not available.'#13#13'Should it be removed from the list?';
rsNoPngImageFilesFoundIn = 'No PNG image files found in %s';
rsNoMatchingPngImageFilesFoundIn = 'No matching PNG image files found in %s';
rsTheFolderDoesNotExist = 'Folder "%s" does not exist or is currently not available.'+LineEnding+LineEnding+'Should it be removed from the list?';
rsThisFolderContains = 'This folder contains %0:d icons in %1:d icon groups with %2:d icon sizes.';
rsSize = 'Size';
rsName = 'Name';