mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-10-31 05:03:17 +01:00 
			
		
		
		
	IDE: improved 'Show files to be deleted' dialog i18n, bug #28251
git-svn-id: trunk@49302 -
This commit is contained in:
		
							parent
							
								
									41459427dc
								
							
						
					
					
						commit
						6b7321cda8
					
				| @ -3988,6 +3988,7 @@ resourcestring | ||||
|   lisPkgMangUnableToDeleteFile = 'Unable to delete file "%s".'; | ||||
|   lisSkipErrors = 'Skip errors'; | ||||
|   lisDeleteAllTheseFiles = 'Delete all these files?'; | ||||
|   lisCheckUncheckAll = 'Check/uncheck all'; | ||||
|   lisPkgMangUnsavedPackage = 'Unsaved package'; | ||||
|   lisFpcmakeFailed = 'fpcmake failed'; | ||||
|   lisCallingToCreateMakefileFromFailed = 'Calling %s to create Makefile from %s failed.'; | ||||
|  | ||||
| @ -34,7 +34,7 @@ procedure TShowDeletingFilesDialog.FormCreate(Sender: TObject); | ||||
| begin | ||||
|   Caption:=lisDeleteAllTheseFiles; | ||||
|   FileList.Clear; | ||||
|   UnCheckAll.Caption := 'Check/uncheck all'; | ||||
|   UnCheckAll.Caption := lisCheckUncheckAll; | ||||
| end; | ||||
| 
 | ||||
| procedure TShowDeletingFilesDialog.UnCheckAllChange(Sender: TObject); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 maxim
						maxim