resource strings should go into this unit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@785 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
f486de07af
commit
c0a838baaa
15
wst/trunk/wst_consts.pas
Normal file
15
wst/trunk/wst_consts.pas
Normal file
@ -0,0 +1,15 @@
|
||||
unit wst_consts;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
resourcestring
|
||||
SERR_InvalidHourOffetValue = '"%d" is not a valid hour offset value.';
|
||||
SERR_InvalidMinuteOffetValue = '"%d" is not a valid minute offset value.';
|
||||
SERR_InvalidParameter = 'Invalid parameter : "%s".';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user