home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kolekce / d6 / FRCLX.ZIP / SOURCE / fr_lng3.rc < prev    next >
Text File  |  2001-07-03  |  4KB  |  137 lines

  1. //;--- DatasetsForm resources --------------------------------------------------
  2.   S56000 = 'Report datasets';
  3.   S56001 = '&Properties...';
  4.   S56002 = 'New &table...';
  5.   S56003 = 'New &query...';
  6.   S56004 = '&Remove';
  7.   S56005 = '&Close';
  8.   S56006 = 'New &database...';
  9. //;--- TablePropForm resources -------------------------------------------------
  10.   S56020 = 'General';
  11.   S56021 = '&Name';
  12.   S56022 = '&Fields';
  13.   S56023 = '&Fields editor...';
  14.   S56024 = 'Other';
  15.   S56025 = '&Index';
  16.   S56026 = 'Filter &expression';
  17.   S56027 = '&Master';
  18.   S56028 = 'Ma&ster fileds';
  19. //;--- FieldsEditorForm resources ----------------------------------------------
  20.   S56040 = '&Add fields...';
  21.   S56041 = 'Add &lookup...';
  22.   S56042 = '&Select all';
  23.   S56043 = '&Delete';
  24.   S56044 = '&Exit';
  25. //;--- FieldsListForm resources ------------------------------------------------
  26.   S56060 = 'Available fields';
  27. //;--- LookupFieldForm resources -----------------------------------------------
  28.   S56070 = 'New lookup field';
  29.   S56071 = 'Field';
  30.   S56072 = '&Name';
  31.   S56073 = '&Type';
  32.   S56074 = '&Size';
  33.   S56075 = 'Lookup definition';
  34.   S56076 = '&Key field';
  35.   S56077 = '&Dataset';
  36.   S56078 = '&Lookup key';
  37.   S56079 = '&Result field';
  38. //;--- QueryPropForm resources -------------------------------------------------
  39.   S56090 = 'Query properties';
  40.   S56091 = 'Other';
  41.   S56092 = '&Master dataset';
  42.   S56093 = 'General';
  43.   S56094 = '&Name';
  44.   S56095 = '&Alias or path';
  45.   S56096 = '&SQL';
  46.   S56097 = '&Fields editor...';
  47.   S56098 = '&Params editor...';
  48.   S56099 = 'Load SQL from file';
  49.   S56100 = 'Save SQL to file';
  50.   S56101 = 'SQL builder...';
  51. //;--- ParamsForm resources ----------------------------------------------------
  52.   S56110 = 'Parameters';
  53.   S56111 = '&Data type';
  54.   S56112 = '&Name';
  55.   S56113 = '&Value:';
  56.   S56114 = '&Ask for value before printing';
  57.   S56115 = 'Assign value from &master dataset';
  58.   S56116 = 'Va&riable:';
  59. //;--- FieldsLinkForm resources ------------------------------------------------
  60.   S56130 = '&Detail fields';
  61.   S56131 = '&Master fields';
  62.   S56132 = '&Joined fields';
  63.   S56133 = '&Add';
  64.   S56134 = '&Clear';
  65. //;--- ParamsDialogForm resources ----------------------------------------------
  66.   S56150 = 'Parameters';
  67.   S56151 = '4 points';
  68.   S56152 = '8 points';
  69.   S56153 = 'Grid align';
  70.   S56154 = 'Close';
  71. //;--- PropForm resources ------------------------------------------------------
  72.   S56170 = 'Properties';
  73.   S56171 = '&Text';
  74.   S56172 = '&Font...';
  75.   S56173 = 'Lookup';
  76.   S56174 = '&Dataset';
  77.   S56175 = '&Key field';
  78.   S56176 = '&List field';
  79.   S56177 = 'Kind';
  80.   S56178 = '&Edit';
  81.   S56179 = '&Combo';
  82.   S56180 = 'Look&up';
  83.   S56181 = 'Combo';
  84.   S56182 = '&Autosize';
  85. //;--- DBPropForm resources ----------------------------------------------------
  86.   S56200 = 'Database properties';
  87.   S56201 = 'General';
  88.   S56202 = 'Parameters';
  89.   S56203 = '&Name';
  90.   S56204 = '&Connection string';
  91.   S56205 = '&File name';
  92.   S56206 = '&Alias name';
  93.   S56207 = '&Driver name';
  94.   S56208 = '&Login prompt';
  95. //;--- SelectTblForm resources -------------------------------------------------
  96.   S56220 = 'Select table';
  97.   S56221 = 'Select from database';
  98.   S56222 = 'Select from file';
  99.   S56223 = '&Database';
  100.   S56224 = '&Table';
  101.   S56225 = '&Browse...';
  102. //;--- Strings resources -------------------------------------------------------
  103.   SFields = 'fields';
  104.   SPath = 'Path';
  105.   SRemoveDS = 'Delete this component?';
  106.   STables = 'Tables';
  107.   SFieldType1 = 'String';
  108.   SFieldType2 = 'Smallint';
  109.   SFieldType3 = 'Integer';
  110.   SFieldType4 = 'Word';
  111.   SFieldType5 = 'Boolean';
  112.   SFieldType6 = 'Float';
  113.   SFieldType7 = 'Currency';
  114.   SFieldType8 = 'Date';
  115.   SFieldType9 = 'Time';
  116.   SFieldType10 = 'Blob';
  117.   SParamType1 = 'BCD';
  118.   SParamType2 = 'Boolean';
  119.   SParamType3 = 'Currency';
  120.   SParamType4 = 'Date';
  121.   SParamType5 = 'DateTime';
  122.   SParamType6 = 'Integer';
  123.   SParamType7 = 'Float';
  124.   SParamType8 = 'Smallint';
  125.   SParamType9 = 'String';
  126.   SParamType10 = 'Time';
  127.   SParamType11 = 'Word';
  128.   SDataManager = 'Data manager';
  129.   SParams = 'parameters';
  130.   SQueryError = 'Invalid SQL statement or parameters';
  131.   STableProps = 'Table properties';
  132.   SParamDialog = 'Parameters dialog';
  133.   SInvalidParamValue = 'Invalid parameter value';
  134.   SDatabase = 'Databases';
  135.   SFieldSizeError = 'Invalid field size';
  136.  
  137.