home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sibylft1.zip / DOC.DAT / DOC / SPCC / SPCC.INC < prev    next >
Text File  |  1997-04-01  |  10KB  |  304 lines

  1. /* Changes within this file require changes to the language manager !! */
  2.  
  3. CONST
  4.   /* Default SPCC string constants */
  5.   SLanguage                  = 65000;
  6.  
  7.   /* Buttons */
  8.   SOk                        = 65001;
  9.   SOkButton                  = 65002;
  10.   SCancel                    = 65003;
  11.   SCancelButton              = 65004;
  12.   SHelp                      = 65005;
  13.   SHelpButton                = 65006;
  14.   SOpen                      = 65007;
  15.   SOpenButton                = 65008;
  16.   SSave                      = 65009;
  17.   SSaveButton                = 65010;
  18.   SCreate                    = 65011;
  19.   SCreateButton              = 65012;
  20.   SChange                    = 65013;
  21.   SChangeButton              = 65014;
  22.   SFind                      = 65015;
  23.   SFindButton                = 65016;
  24.   SForward                   = 65017;
  25.   SForwardButton             = 65018;
  26.   SBackward                  = 65019;
  27.   SBackwardButton            = 65020;
  28.   SSearch                    = 65021;
  29.   SSearchButton              = 65022;
  30.   SReplace                   = 65023;
  31.   SReplaceButton             = 65024;
  32.   SConfirm                   = 65025;
  33.   SConfirmButton             = 65026;
  34.   SAll                       = 65027;
  35.   SAllButton                 = 65028;
  36.   SSelect                    = 65029;
  37.   SSelectButton              = 65030;
  38.   SYes                       = 65031;
  39.   SYesButton                 = 65032;
  40.   SNo                        = 65033;
  41.   SNoButton                  = 65034;
  42.   SAbort                     = 65035;
  43.   SAbortButton               = 65036;
  44.   SRetry                     = 65037;
  45.   SRetryButton               = 65038;
  46.   SIgnore                    = 65039;
  47.   SIgnoreButton              = 65040;
  48.   SClose                     = 65041;
  49.   SCloseButton               = 65042;
  50.   SInsert                    = 65043;
  51.   SInsertButton              = 65044;
  52.   SEdit                      = 65045;
  53.   SEditButton                = 65046;
  54.   SDelete                    = 65047;
  55.   SDeleteButton              = 65048;
  56.  
  57.   /* Captions */
  58.   SError                     = 65049;
  59.   SCriticalError             = 65050;
  60.   SInformation               = 65051;
  61.   SWarning                   = 65052;
  62.   SMessage                   = 65053;
  63.   SReadBlockFromFile         = 65054;
  64.   SWriteBlockToFile          = 65055;
  65.  
  66.   /* Standard file filters */
  67.   SAllFiles                  = 65056;
  68.   SVideoFiles                = 65057;
  69.   SWaveFiles                 = 65058;
  70.  
  71.   /* Standard Hints */
  72.   SClickHereToAccept         = 65059;
  73.   SClickHereToCancel         = 65060;
  74.   SClickHereToGetHelp        = 65061;
  75.   SClickHereToCreateADir     = 65062;
  76.   SPlayHint                  = 65063;
  77.   SRecordHint                = 65064;
  78.   SNextTrackHint             = 65065;
  79.   SPreviousTrackHint         = 65066;
  80.   SPauseHint                 = 65067;
  81.   SRewindHint                = 65068;
  82.   SStopHint                  = 65069;
  83.   SFirstRecordHint           = 65070;
  84.   SPriorRecordHint           = 65071;
  85.   SNextRecordHint            = 65072;
  86.   SLastRecordHint            = 65073;
  87.   SInsertRecordHint          = 65074;
  88.   SDeleteRecordHint          = 65075;
  89.   SEditRecordHint            = 65076;
  90.   SPostRecordHint            = 65077;
  91.   SCancelRecordHint          = 65078;
  92.   SRefreshRecordHint         = 65079;
  93.  
  94.   /* CREATEDIR Dialog */
  95.   SCreateDirectory           = 65080;
  96.   SEnterNewDirectory         = 65081;
  97.   SCannotCreateDir           = 65082;
  98.  
  99.   /* CHANGEDIR dialog */
  100.   SChangeDirectory           = 65083;
  101.   SDirectoryName             = 65084;
  102.  
  103.   /* FIND Dialog */
  104.   SFindText                  = 65085;
  105.   SOptions                   = 65086;
  106.   SCaseSensitive             = 65087;
  107.   SWordsOnly                 = 65088;
  108.   SScope                     = 65089;
  109.   SGlobal                    = 65090;
  110.   SSelectedText              = 65091;
  111.   SOrigin                    = 65092;
  112.   SEntireScope               = 65093;
  113.   SFromCursor                = 65094;
  114.   SDirection                 = 65095;
  115.  
  116.   /* FONT Dialog */
  117.   SSelectAFont               = 65096;
  118.   SName                      = 65097;
  119.   SSize                      = 65098;
  120.   SStyle                     = 65099;
  121.   SItalic                    = 65100;
  122.   SBold                      = 65101;
  123.   SEmphasis                  = 65102;
  124.   SOutline                   = 65103;
  125.   SStrikeOut                 = 65104;
  126.   SUnderScore                = 65105;
  127.   SExampleText               = 65106;
  128.  
  129.   /* OPEN Dialog */
  130.   SOpenAFile                 = 65107;
  131.   SFileName                  = 65108;
  132.   SFileType                  = 65109;
  133.   SDrive                     = 65110;
  134.   SFiles                     = 65111;
  135.   SDirectories               = 65112;
  136.   SChangeToTargetDir         = 65113;
  137.  
  138.   /* SAVE Dialog */
  139.   SSaveFileAs                = 65114;
  140.  
  141.   /* REPLACE Dialog */
  142.   SReplaceText               = 65115;
  143.  
  144.   /* COLOR Dialog */
  145.   SSelectAColor              = 65116;
  146.   SDefaultColors             = 65117;
  147.  
  148.   /* Standard error msgs */
  149.   SStreamReadErrorText       = 65118;
  150.   SStreamWriteErrorText      = 65119;
  151.   SStreamCreateErrorText     = 65120;
  152.   SStreamOpenErrorText       = 65121;
  153.   SStreamSeekErrorText       = 65122;
  154.   SListErrorText             = 65123;
  155.   SCollectionErrorText       = 65124;
  156.   SStringListDupeErrorText   = 65125;
  157.   SStringListInsertErrorText = 65126;
  158.   SEBitsErrorText            = 65127;
  159.   SNoMoreTimers              = 65128;
  160.   SCouldNotRemoveTimer       = 65129;
  161.   SAppHelpFailed             = 65130;
  162.   SProgramAborted            = 65131;
  163.   SMainWindowFailed          = 65132;
  164.   SCouldNotCreateWindow      = 65133;
  165.   SMMAccessError             = 65134;
  166.   SMDMNotFound               = 65135;
  167.   SMMIONotFound              = 65136;
  168.   SUnknownMCIError           = 65137;
  169.   SNoFileName                = 65138;
  170.   SFatalMCIError             = 65139;
  171.   SWrongMovieHandle          = 65140;
  172.   SCannotPerformDBAction     = 65141;
  173.   SErrorFetchingSQLStatement = 65142;
  174.   SErrorExecutingSQLStatement= 65143;
  175.   SEmptyResultSet            = 65144;
  176.   SDataSourceLinkError       = 65145;
  177.   SSQLError                  = 65146;
  178.   SErrLoadingDB              = 65147;
  179.   SErrAllocDBEnv             = 65148;
  180.   SErrAllocDBConnect         = 65149;
  181.   SErrSettingDBOpts          = 65150;
  182.   SErrorDBConnecting         = 65151;
  183.   SCouldNotCopyText          = 65152;
  184.   SCouldNotAccessClipboard   = 65153;
  185.   SSaveQuery                 = 65154;
  186.   SFileNotFound              = 65155;
  187.   SErrorWriting              = 65156;
  188.   SLineWouldBeTooLong        = 65157;
  189.   SReplaceThisString         = 65158;
  190.   SLoading                   = 65159;
  191.   SSaving                    = 65160;
  192.   SAlreadyExistsOverwrite    = 65161;
  193.   SSearchStringNotFound      = 65162;
  194.   SErrorWritingTemporaryFile = 65163;
  195.   SErrorCreatingTemporaryFile= 65164;
  196.   SCannotOpenIniFile         = 65165;
  197.   SWriteError                = 65166;
  198.   SInvalidOutlineNodeOwner   = 65167;
  199.   SInvalidOutlineNodeIndex   = 65168;
  200.   SInvalidOutlineNode        = 65169;
  201.   SInvalidBitmap             = 65170;
  202.   SInvalidIcon               = 65171;
  203.   SInvalidCursor             = 65172;
  204.   SInvalidListBoxItemIndex   = 65173;
  205.   SInvalidMemoLineIndex      = 65174;
  206.   SPropertyNotFound          = 65175;
  207.   SPropertySkipped           = 65176;
  208.   SPropertyReadOnly          = 65177;
  209.   SCouldNotReadFromProperty  = 65178;
  210.   SPropError                 = 65179;
  211.   SComponentNotFound         = 65180;
  212.   SUseRegisterClasses        = 65181;
  213.   SSCUErrorInClass           = 65182;
  214.   SMethodNotFound            = 65183;
  215.   SCouldNotWriteToProperty   = 65184;
  216.   SLinkNotFound              = 65185;
  217.  
  218.  
  219.   /* SysUtils messages */
  220.   SInvalidInteger            = 65186;
  221.   SInvalidFloat              = 65187;
  222.   SInvalidDate               = 65188;
  223.   SInvalidTime               = 65189;
  224.   SInvalidDateTime           = 65190;
  225.   STimeEncodeError           = 65191;
  226.   SDateEncodeError           = 65192;
  227.  
  228.   SInvalidFormat             = 65193;
  229.   SArgumentMissing           = 65194;
  230.  
  231.   SShortMonthNames           = 65195;
  232.  
  233.   SShortMonthJan             = 65195;
  234.   SShortMonthFeb             = 65196;
  235.   SShortMonthMar             = 65197;
  236.   SShortMonthApr             = 65198;
  237.   SShortMonthMay             = 65199;
  238.   SShortMonthJun             = 65200;
  239.   SShortMonthJul             = 65201;
  240.   SShortMonthAug             = 65202;
  241.   SShortMonthSep             = 65203;
  242.   SShortMonthOct             = 65204;
  243.   SShortMonthNov             = 65205;
  244.   SShortMonthDec             = 65206;
  245.  
  246.   SLongMonthNames            = 65207;
  247.  
  248.   SLongMonthJanuary          = 65207;
  249.   SLongMonthFebruary         = 65208;
  250.   SLongMonthMarch            = 65209;
  251.   SLongMonthApril            = 65210;
  252.   SLongMonthMay              = 65211;
  253.   SLongMonthJune             = 65212;
  254.   SLongMonthJuly             = 65213;
  255.   SLongMonthAugust           = 65214;
  256.   SLongMonthSeptember        = 65215;
  257.   SLongMonthOctober          = 65216;
  258.   SLongMonthNovember         = 65217;
  259.   SShortMonthDecember        = 65218;
  260.  
  261.   SShortDayNames             = 65219;
  262.  
  263.   SShortDayNamesSun          = 65219;
  264.   SShortDayNamesMon          = 65220;
  265.   SShortDayNamesTue          = 65221;
  266.   SShortDayNamesWed          = 65222;
  267.   SShortDayNamesThu          = 65223;
  268.   SShortDayNamesFri          = 65224;
  269.   SShortDayNamesSat          = 65225;
  270.  
  271.   SLongDayNames              = 65226;
  272.  
  273.   SLongDayNamesSunday        = 65226;
  274.   SLongDayNamesMonday        = 65227;
  275.   SLongDayNamesTuesday       = 65228;
  276.   SLongDayNamesWednesday     = 65229;
  277.   SLongDayNamesThursday      = 65230;
  278.   SLongDayNamesFriday        = 65231;
  279.   SLongDayNamesSaturday      = 65232;
  280.  
  281.   /* Dual ListBox */
  282.   SSource                    = 65233;
  283.   SDestination               = 65234;
  284.  
  285.   /* Printer Dialog */
  286.   SSetupPrinter              = 65235;
  287.   SSetPrinter                = 65236;
  288.   SCurrentPrinter            = 65237;
  289.   SProperties                = 65238;
  290.   SClickHereToSetProperties  = 65239;
  291.   SPrint                     = 65240;
  292.   SPrintButton               = 65241;
  293.   STitle                     = 65242;
  294.   SCopies                    = 65243;
  295.   SPages                     = 65244;
  296.   SFrom                      = 65245;
  297.   STo                        = 65246;
  298.   SFile                      = 65247;
  299.  
  300. /* auch /SIBYL/SPCC.INC ändern ! */
  301.  
  302. /* Changes within this file require changes to the language manager !! */
  303.  
  304.