unit dvconstants; {$mode objfpc}{$H+} interface resourcestring rsDVTitle = 'Documentation Viewer'; rsDVSearchingMsg = 'Searching...'; rsDVDisplaying = 'Displaying...'; rsDVLoadingNotes = 'Loading notes...'; rsDVDisplayContents = 'Display contents...'; rsDVDisplayingFirstTopic = 'Display first topic...'; rsDVDone = 'Done'; rsDVNoFile = 'No file'; rsDVOpenHelpFile = 'Open Help File'; rsDVHelpFiles = 'Help Files'; rsDVNoMatchesFound = '(No matches found for ''%s'')'; rsDVSearchSyntaxError = 'Error in search syntax: '; rsDVSearchFoundMsg = 'Found %d matches for '; rsDVCouldNotOpen = 'Could not open <%s>'; implementation end.