mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 10:32:54 +02:00
fixed double formats
git-svn-id: trunk@4168 -
This commit is contained in:
parent
f09911f24f
commit
c6045cf388
@ -349,10 +349,8 @@ resourcestring
|
||||
+'once.%sSave project?';
|
||||
lisProjectSuccessfullyBuilt = 'Project %s%s%s successfully built. :)';
|
||||
lisNoProgramFileSFound = 'No program file %s%s%s found.';
|
||||
lisErrorInitializingProgramSErrorS = 'Error initializing program%s%s%s%s%'
|
||||
+'sError: %s';
|
||||
lisErrorInitializingProgramSErrorS2 = 'Error initializing program%s%s%s%s%'
|
||||
+'sError: %s';
|
||||
lisErrorInitializingProgramSErrorS = 'Error initializing program%s%s%s%s%s'
|
||||
+'Error: %s';
|
||||
lisUnableToSaveFile = 'Unable to save file %s%s%s';
|
||||
lisReadError = 'Read Error';
|
||||
lisUnableToReadFile2 = 'Unable to read file %s%s%s!';
|
||||
|
Loading…
Reference in New Issue
Block a user