{******************************************} { } { FastReport FMX v2.0 } { Language resource file } { } { Copyright (c) 1998-2014 } { by Alexander Tzyganenko, } { Fast Reports Inc. } { } {******************************************} unit FMX.frxrcClass; interface implementation uses FMX.frxRes; const resXML = '' + '<' + 'StrRes Name="130" Text="Thumbnails"/><' + 'StrRes Name="rave4" Text="Report %s, page %s."/><' + 'StrRes Name="UPC Supp2" Text="UPC Supp2"/>' + ' '; initialization frxResources.AddXML(resXML); end.