source: trunk/Sibyl/SPCC/SPCC.INC@ 7

Last change on this file since 7 was 7, checked in by RBRi, 19 years ago

+ sibyl staff

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