Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus / usr / share / lazarus / 1.6 / components / printers / printer4lazstrconst.pas
Size: Mime:
{
 *****************************************************************************
  This file is part of the Lazarus Component Library (LCL)

  See the file COPYING.modifiedLGPL.txt, included in this distribution,
  for details about the license.
 *****************************************************************************

 Abstract: Resourcestrings.
}
unit Printer4LazStrConst;

{$mode objfpc}{$H+}

interface

resourcestring
  p4lrsCancel = 'Cancel';
  p4lrsPrinterProperties = 'Printer properties';
  p4lrsOk = 'Ok';
  p4lrsGeneral = 'General';
  p4lrsPaperSize = 'Paper size';
  p4lrsPaperType = 'Paper type';
  p4lrsPaperSource = 'Paper source';
  p4lrsResolution = 'Resolution';
  p4lrsOrientation = 'Orientation';
  p4lrsPortrait = 'Portrait';
  p4lrsLandscape = 'Landscape';
  p4lrsReverseLandscape = 'Reverse landscape';
  p4lrsReversePortrait = 'Reverse portrait';
  p4lrsBanners = 'Banners';
  p4lrsStart = 'Start';
  p4lrsEnd = 'End';
  p4lrsPagesPerSheet = 'Pages per sheet';
  p4lrsMargins = 'Margins';
  p4lrsAdvanced = 'Advanced';

implementation

end.