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.