mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-31 20:57:41 +00:00
16 lines
380 B
ObjectPascal
16 lines
380 B
ObjectPascal
unit TikeResourceStrings;
|
|
|
|
interface
|
|
|
|
resourcestring
|
|
SMsgExternalEditModified = '%s'+#13#13#13#10+'This file has been modified '+
|
|
'outside the editor. Do you want to reload it and lose changes made in the '+
|
|
'editor?';
|
|
|
|
SMsgExternalEdit = '%s'+#13#13#13#10+'This file has been modified outside the '+
|
|
'editor. Do you want to reload it?';
|
|
|
|
implementation
|
|
|
|
end.
|
|
|