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:
inoussa 2009-05-06 16:53:48 +00:00
parent f486de07af
commit c0a838baaa

15
wst/trunk/wst_consts.pas Normal file
View 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.