home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
kolekce
/
d6
/
FRCLX.ZIP
/
SOURCE
/
fr_lng1.rc
< prev
next >
Wrap
Text File
|
2001-07-03
|
5KB
|
149 lines
//;--- PreviewSearchForm resources ---------------------------------------------
S53000 = 'Find text';
S53001 = 'Text to &find';
S53002 = 'Options';
S53003 = '&Case sensitive';
S53004 = 'Origin';
S53005 = '&1st page';
S53006 = 'Current &page';
//;--- PreviewForm resources ---------------------------------------------------
S53020 = '&Page width';
S53021 = '&Whole page';
S53022 = '&Two pages';
S53023 = 'Close preview';
S53024 = 'Scale';
S53025 = 'Open report';
S53026 = 'Save report';
S53027 = 'Print report';
S53028 = 'Find text';
S53029 = 'Edit page';
S53030 = 'Add page';
S53031 = 'Delete page';
S53032 = 'Show help';
//;--- PrintForm resources -----------------------------------------------------
S53040 = 'Print';
S53041 = 'Printer';
S53042 = 'Properties';
S53043 = 'Copies';
S53044 = 'Page range';
S53045 = '&All';
S53046 = 'Current pa&ge';
S53047 = '&Pages:';
S53048 = 'Enter page numbers and/or page ranges, separated by commas. For example, 1,3,5-12';
S53049 = '&Name:';
S53050 = 'Number of &copies:';
S53051 = 'Co&llate';
S53052 = 'P&rint';
S53053 = 'All pages';
S53054 = 'Odd pages';
S53055 = 'Even pages';
//;--- TXTExportForm resources -------------------------------------------------
S54800 = 'TXT export options';
S54801 = '&Kill empty lines';
S54802 = 'Convert to &DOS';
S54803 = 'Export &frames';
S54804 = 'Use DOS &pseudographic';
S54805 = 'Insert page &breaks';
S54806 = 'Scaling factor';
//;--- CSVExportForm resources -------------------------------------------------
S54810 = 'CSV export options';
S54811 = '&CSV delimiter';
//;--- RTFExportForm resources -------------------------------------------------
S54820 = 'RTF export options';
S54821 = 'Export &pictures';
S54822 = 'Convert to &table';
//;--- HTMExportForm resources -------------------------------------------------
S54830 = 'HTML export options';
//;--- Strings resources -------------------------------------------------------
SOk = 'OK';
SCancel = 'Cancel';
SYes = 'Yes';
SNo = 'No';
SPg = 'Page';
SNotAssigned = '[None]';
SDefaultPrinter = 'Virtual printer';
SBand1 = 'Report title';
SBand2 = 'Report summary';
SBand3 = 'Page header';
SBand4 = 'Page footer';
SBand5 = 'Master header';
SBand6 = 'Master data';
SBand7 = 'Master footer';
SBand8 = 'Detail header';
SBand9 = 'Detail data';
SBand10 = 'Detail footer';
SBand11 = 'Subdetail header';
SBand12 = 'Subdetail data';
SBand13 = 'Subdetail footer';
SBand14 = 'Overlay';
SBand15 = 'Column header';
SBand16 = 'Column footer';
SBand17 = 'Group header';
SBand18 = 'Group footer';
SBand19 = 'Cross header';
SBand20 = 'Cross data';
SBand21 = 'Cross footer';
SBand22 = 'Child';
SBand23 = 'None';
SCateg1 = 'Text';
SCateg2 = 'Number';
SCateg3 = 'Date';
SCateg4 = 'Time';
SCateg5 = 'Boolean';
SFormat11 = '[None]';
SFormat12 = '';
SFormat13 = '';
SFormat14 = '';
SFormat15 = '';
SFormat21 = '1234,5';
SFormat22 = '1234,50';
SFormat23 = '1 234,5';
SFormat24 = '1 234,50';
SFormat25 = 'Custom';
SFormat31 = '11.15.98';
SFormat32 = '11.15.1998';
SFormat33 = '15 nov 1998';
SFormat34 = '15 november 1998';
SFormat35 = 'Custom';
SFormat41 = '02:43:35';
SFormat42 = '2:43:35';
SFormat43 = '02:43';
SFormat44 = '2:43';
SFormat45 = 'Custom';
SFormat51 = '0;1';
SFormat52 = 'No;Yes';
SFormat53 = '_;x';
SFormat54 = 'False;True';
SFormat55 = 'Custom';
SDateFormat1 = 'mm.dd.yy';
SDateFormat2 = 'mm.dd.yyyy';
SDateFormat3 = 'd mmm yyyy';
SDateFormat4 = 'd mmmm yyyy';
STimeFormat1 = 'hh:nn:ss';
STimeFormat2 = 'h:nn:ss';
STimeFormat3 = 'hh:nn';
STimeFormat4 = 'h:nn';
SFrom = 'from';
SErrorOccured = 'An error occured during calculating';
SDoc = 'Report:';
SObject = 'Object:';
SReportPreparing = 'Preparing report';
SFirstPass = 'Performing 1st pass:';
SPagePreparing = 'Processing page:';
SError = 'Error';
SPreview = 'Preview';
SPagePrinting = 'Printing page:';
SUntitled = 'Untitled';
SPrinterError = 'Printer selected is not valid';
SRepFile = 'Report file';
STextFile = 'ASCII Text file';
SRTFFile = 'Rich Text file';
SCSVFile = 'CSV File';
SHTMFile = 'HTML file';
SFont = 'Font...';
SCharset = '1';
SBarcodeError = 'Error in barcode';
SFRFError = 'Unsupported FRF format';
SUndefinedSymbol = 'Undefined symbol';