mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 11:38:19 +02:00
Icons_to_html: restore resource strings after 464d4133cc
This reverts commit 464d4133cc
.
This commit is contained in:
parent
d7b2d3e313
commit
d4ecf72cc1
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user