unit LUResStrings; {$mode objfpc}{$H+} interface uses Classes, SysUtils; resourcestring ctsFileDoesNotExists = 'file "%s" does not exist'; ctsFileIsNotExecutable = '%s is not executable'; implementation end.