mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-17 10:19:04 +02:00
* Switch to resource strings
This commit is contained in:
parent
b9187c5ad3
commit
64e17d4954
@ -14,7 +14,7 @@ unit RTLConsts;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
const
|
Resourcestring
|
||||||
SArgumentMissing = 'Missing argument in format "%s"';
|
SArgumentMissing = 'Missing argument in format "%s"';
|
||||||
SInvalidFormat = 'Invalid format specifier : "%s"';
|
SInvalidFormat = 'Invalid format specifier : "%s"';
|
||||||
SInvalidArgIndex = 'Invalid argument index in format: "%s"';
|
SInvalidArgIndex = 'Invalid argument index in format: "%s"';
|
||||||
|
Loading…
Reference in New Issue
Block a user