unit sparta_strconsts; {$mode objfpc}{$H+} interface resourcestring SCode = 'Code'; SDesigner = 'Designer'; implementation end.