mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:39:06 +02:00
IDE, missing file for newfield fix
git-svn-id: trunk@26695 -
This commit is contained in:
parent
48387376be
commit
e1bb63fc3a
@ -398,6 +398,7 @@ resourcestring
|
||||
|
||||
fesFormCaption = 'New field';
|
||||
fesFieldType = 'Field Type';
|
||||
fesData = '&Data';
|
||||
fesCalculated = '&Calculated';
|
||||
fesLookup = '&Lookup';
|
||||
fesFieldProps = 'Field properties';
|
||||
@ -411,6 +412,7 @@ resourcestring
|
||||
fesResultField = '&Result Fields:';
|
||||
fesOkBtn = 'OK';
|
||||
fesCancelBtn = 'Cancel';
|
||||
fesFieldCanTBeC = 'Field %s cannot be created!';
|
||||
|
||||
//Key strings
|
||||
srVK_UNKNOWN = 'Unknown';
|
||||
|
Loading…
Reference in New Issue
Block a user