| 1 | {$I SPCC.INC}
|
|---|
| 2 |
|
|---|
| 3 | STRINGTABLE SIBYL_NLS_Default
|
|---|
| 4 | BEGIN
|
|---|
| 5 | SSPCCMsgStart, "SPCCMsgStart"
|
|---|
| 6 |
|
|---|
| 7 | SLanguage, "English"
|
|---|
| 8 |
|
|---|
| 9 | /* Buttons */
|
|---|
| 10 | SOk, "OK"
|
|---|
| 11 | SOkButton, "~OK"
|
|---|
| 12 | SCancel, "Cancel"
|
|---|
| 13 | SCancelButton, "Cancel"
|
|---|
| 14 | SHelp, "Help"
|
|---|
| 15 | SHelpButton, "Help"
|
|---|
| 16 | SOpen, "Open"
|
|---|
| 17 | SOpenButton, "~Open"
|
|---|
| 18 | SSave, "Save"
|
|---|
| 19 | SSaveButton, "~Save"
|
|---|
| 20 | SCreate, "Create"
|
|---|
| 21 | SCreateButton, "~Create"
|
|---|
| 22 | SChange, "Change"
|
|---|
| 23 | SChangeButton, "C~hange"
|
|---|
| 24 | SFind, "Find"
|
|---|
| 25 | SFindButton, "~Find"
|
|---|
| 26 | SForward, "Forward"
|
|---|
| 27 | SForwardButton, "~Forward"
|
|---|
| 28 | SBackward, "Backward"
|
|---|
| 29 | SBackwardButton, "~Backward"
|
|---|
| 30 | SSearch, "Search"
|
|---|
| 31 | SSearchButton, "~Search"
|
|---|
| 32 | SReplace, "Replace"
|
|---|
| 33 | SReplaceButton, "~Replace"
|
|---|
| 34 | SConfirm, "Confirm"
|
|---|
| 35 | SConfirmButton, "Confir~m"
|
|---|
| 36 | SAll, "All"
|
|---|
| 37 | SAllButton, "~All"
|
|---|
| 38 | SSelect, "Select"
|
|---|
| 39 | SSelectButton, "~Select"
|
|---|
| 40 | SYes, "Yes"
|
|---|
| 41 | SYesButton, "~Yes"
|
|---|
| 42 | SNo, "No"
|
|---|
| 43 | SNoButton, "~No"
|
|---|
| 44 | SAbort, "Abort"
|
|---|
| 45 | SAbortButton, "A~bort"
|
|---|
| 46 | SRetry, "Retry"
|
|---|
| 47 | SRetryButton, "~Retry"
|
|---|
| 48 | SIgnore, "Ignore"
|
|---|
| 49 | SIgnoreButton, "~Ignore"
|
|---|
| 50 | SClose, "Close"
|
|---|
| 51 | SCloseButton, "Cl~ose"
|
|---|
| 52 | SInsert, "Insert"
|
|---|
| 53 | SInsertButton, "~Insert"
|
|---|
| 54 | SEdit, "Edit"
|
|---|
| 55 | SEditButton, "~Edit"
|
|---|
| 56 | SDelete, "Delete"
|
|---|
| 57 | SDeleteButton, "~Delete"
|
|---|
| 58 |
|
|---|
| 59 | /* Captions */
|
|---|
| 60 | SError, "Error"
|
|---|
| 61 | SCriticalError, "Critical Error"
|
|---|
| 62 | SInformation, "Information"
|
|---|
| 63 | SConfirmation, "Confirm"
|
|---|
| 64 | SWarning, "Warning"
|
|---|
| 65 | SMessage, "Message"
|
|---|
| 66 | SReadBlockFromFile, "Read block from file"
|
|---|
| 67 | SWriteBlockToFile, "Write block to file"
|
|---|
| 68 |
|
|---|
| 69 | /* Standard file filters */
|
|---|
| 70 | SAllFiles, "All Files"
|
|---|
| 71 | SVideoFiles, "Video Files"
|
|---|
| 72 | SWaveFiles, "Wave Files"
|
|---|
| 73 |
|
|---|
| 74 | /* Standard Hints */
|
|---|
| 75 | SClickHereToAccept, "Click here to accept"
|
|---|
| 76 | SClickHereToCancel, "Click here to cancel"
|
|---|
| 77 | SClickHereToGetHelp, "Click here to get help"
|
|---|
| 78 | SClickHereToCreateADir, "Click here to create a directory"
|
|---|
| 79 | SPlayHint, "Play"
|
|---|
| 80 | SRecordHint, "Record"
|
|---|
| 81 | SNextTrackHint, "Next Track"
|
|---|
| 82 | SPreviousTrackHint, "Previous Track"
|
|---|
| 83 | SPauseHint, "Pause"
|
|---|
| 84 | SRewindHint, "Rewind"
|
|---|
| 85 | SStopHint, "Stop"
|
|---|
| 86 | SBackTrackHint, "Back Track"
|
|---|
| 87 | SStepTrackHint, "Step Track"
|
|---|
| 88 | SEjectHint, "Eject"
|
|---|
| 89 | SFirstRecordHint, "First Record"
|
|---|
| 90 | SPriorRecordHint, "Prior Record"
|
|---|
| 91 | SNextRecordHint, "Next Record"
|
|---|
| 92 | SLastRecordHint, "Last Record"
|
|---|
| 93 | SInsertRecordHint, "Insert Record"
|
|---|
| 94 | SDeleteRecordHint, "Delete Record"
|
|---|
| 95 | SEditRecordHint, "Edit Record"
|
|---|
| 96 | SPostRecordHint, "Post Record"
|
|---|
| 97 | SCancelRecordHint, "Cancel Record"
|
|---|
| 98 | SRefreshRecordHint, "Refresh Record"
|
|---|
| 99 |
|
|---|
| 100 | /* CREATEDIR Dialog */
|
|---|
| 101 | SCreateDirectory, "Create directory"
|
|---|
| 102 | SEnterNewDirectory, "Enter new directory name"
|
|---|
| 103 | SCannotCreateDir, "Cannot create directory"
|
|---|
| 104 |
|
|---|
| 105 | /* CHANGEDIR dialog */
|
|---|
| 106 | SChangeDirectory, "Change directory"
|
|---|
| 107 | SDirectoryName, "Directory name"
|
|---|
| 108 |
|
|---|
| 109 | /* FIND Dialog */
|
|---|
| 110 | SFindText, "Find text"
|
|---|
| 111 | SOptions, "Options"
|
|---|
| 112 | SCaseSensitive, "Case sensiti~ve"
|
|---|
| 113 | SWordsOnly, "Words onl~y"
|
|---|
| 114 | SScope, "Scope"
|
|---|
| 115 | SGlobal, "~Global"
|
|---|
| 116 | SSelectedText, "~Selected Text"
|
|---|
| 117 | SOrigin, "Origin"
|
|---|
| 118 | SEntireScope, "~Entire Scope"
|
|---|
| 119 | SFromCursor, "From ~Cursor"
|
|---|
| 120 | SDirection, "Direction"
|
|---|
| 121 |
|
|---|
| 122 | /* FONT Dialog */
|
|---|
| 123 | SSelectAFont, "Select a font"
|
|---|
| 124 | SName, "Name"
|
|---|
| 125 | SSize, "Size"
|
|---|
| 126 | SStyle, "Style"
|
|---|
| 127 | SItalic, "~Italic"
|
|---|
| 128 | SBold, "~Bold"
|
|---|
| 129 | SEmphasis, "Emphasis"
|
|---|
| 130 | SOutline, "~Outline"
|
|---|
| 131 | SStrikeOut, "~StrikeOut"
|
|---|
| 132 | SUnderScore, "~UnderScore"
|
|---|
| 133 | SExampleText, "Example Text"
|
|---|
| 134 |
|
|---|
| 135 | /* OPEN Dialog */
|
|---|
| 136 | SOpenAFile, "Open a file"
|
|---|
| 137 | SFileName, "Filename"
|
|---|
| 138 | SFileType, "Type of file"
|
|---|
| 139 | SDrive, "Drive"
|
|---|
| 140 | SFiles, "Files"
|
|---|
| 141 | SDirectories, "Directories"
|
|---|
| 142 | SChangeToTargetDir, "Change to ~target directory"
|
|---|
| 143 |
|
|---|
| 144 | /* SAVE Dialog */
|
|---|
| 145 | SSaveFileAs, "Save file as"
|
|---|
| 146 |
|
|---|
| 147 | /* REPLACE Dialog */
|
|---|
| 148 | SReplaceText, "Replace text"
|
|---|
| 149 |
|
|---|
| 150 | /* COLOR Dialog */
|
|---|
| 151 | SSelectAColor, "Select a color"
|
|---|
| 152 | SDefaultColors, "Default Colors"
|
|---|
| 153 |
|
|---|
| 154 | /* Standard error messages */
|
|---|
| 155 | SStreamReadErrorText, "TStream read error exception (EStreamReadError) occured"
|
|---|
| 156 | SStreamWriteErrorText, "TStream write error exception (EStreamReadError) occured"
|
|---|
| 157 | SStreamCreateErrorText, "TStream create error exception (EStreamCreateError) occured"
|
|---|
| 158 | SStreamOpenErrorText, "TStream open error exception (EStreamOpenError) occured"
|
|---|
| 159 | SStreamSeekErrorText, "TStream seek error exception (EStreamSeekError) occured"
|
|---|
| 160 | SListErrorText, "TList error exception (EListError) occured"
|
|---|
| 161 | SCollectionErrorText, "Invalid collection item exception"
|
|---|
| 162 | SStringListDupeErrorText, "TStringList: Dupe error."
|
|---|
| 163 | SStringListInsertErrorText, "Insertion into sorted list is not allowed."
|
|---|
| 164 | SEBitsErrorText, "EBits error."
|
|---|
| 165 | SNoMoreTimers, "No more timers"
|
|---|
| 166 | SCouldNotRemoveTimer, "Could not remove timer"
|
|---|
| 167 | SAppHelpFailed, "Application failed to initialize help."
|
|---|
| 168 | SProgramAborted, "Program aborted"
|
|---|
| 169 | SMainWindowFailed, "MainWindow not initialized"
|
|---|
| 170 | SCouldNotCreateWindow, "Could not create window"
|
|---|
| 171 | SMMAccessError, "Access error in MDM.DLL or MDM.DLL. MMPM/2 correctly installed?"
|
|---|
| 172 | SMDMNotFound, "MDM.DLL not found. MMPM/2 installed?"
|
|---|
| 173 | SMMIONotFound, "MMIO.DLL not found. MMPM/2 installed?"
|
|---|
| 174 | SUnknownMCIError, "Unknown MCI error"
|
|---|
| 175 | SNoFileName, "No filename specified"
|
|---|
| 176 | SFatalMCIError, "Fatal MCI Error"
|
|---|
| 177 | SWrongMovieHandle, "Wrong movie handle"
|
|---|
| 178 | SCannotPerformDBAction, "Cannot perform this action on a open dataset"
|
|---|
| 179 | SErrorFetchingSQLStatement, "Error fetching SQL statement"
|
|---|
| 180 | SErrorExecutingSQLStatement, "Error executing SQL statement"
|
|---|
| 181 | SEmptyResultSet, "Empty result set"
|
|---|
| 182 | SDataSourceLinkError, "DataSource must be linked to a TTable component"
|
|---|
| 183 | SSQLError, "SQL Error"
|
|---|
| 184 | SErrLoadingDB, "Error loading database DLL"
|
|---|
| 185 | SErrAllocDBEnv, "Error allocating database environment"
|
|---|
| 186 | SErrAllocDBConnect, "Error allocating database connection handle"
|
|---|
| 187 | SErrSettingDBOpts, "Error setting database environment options"
|
|---|
| 188 | SErrorDBConnecting, "Error connecting to database"
|
|---|
| 189 | SCouldNotCopyText, "Could not copy text"
|
|---|
| 190 | SCouldNotAccessClipboard, "Could not access clipboard"
|
|---|
| 191 | SSaveQuery, "'%s' was modified. Save?"
|
|---|
| 192 | SFileNotFound, "File '%s' not found"
|
|---|
| 193 | SErrorWriting, "Error writing"
|
|---|
| 194 | SLineWouldBeTooLong, "Line would be too long"
|
|---|
| 195 | SReplaceThisString, "Replace this string?"
|
|---|
| 196 | SLoading, "Loading..."
|
|---|
| 197 | SSaving, "Saving..."
|
|---|
| 198 | SAlreadyExistsOverwrite, "File '%s' already exists. Overwrite?"
|
|---|
| 199 | SSearchStringNotFound, "Search string '%s' not found"
|
|---|
| 200 | SErrorWritingTemporaryFile, "Error writing temporary file"
|
|---|
| 201 | SErrorCreatingTemporaryFile, "Error creating temporary file"
|
|---|
| 202 | SCannotOpenIniFile, "Cannot open ini-file"
|
|---|
| 203 | SWriteError, "Write Error"
|
|---|
| 204 | SInvalidOutlineNodeOwner, "Invalid outline node owner"
|
|---|
| 205 | SInvalidOutlineNodeIndex, "Invalid outline node index"
|
|---|
| 206 | SInvalidOutlineNode, "Invalid outline node"
|
|---|
| 207 | SInvalidBitmap, "Invalid Bitmap format exception (EInvalidBitmap) occured"
|
|---|
| 208 | SInvalidIcon, "Invalid Icon format exception (EInvalidIcon) occured"
|
|---|
| 209 | SInvalidCursor, "Invalid Cursor format exception (EInvalidCursor) occured"
|
|---|
| 210 | SInvalidListBoxItemIndex, "Invalid listbox item index"
|
|---|
| 211 | SInvalidMemoLineIndex, "Invalid memo line index"
|
|---|
| 212 |
|
|---|
| 213 | /* SysUtils messages */
|
|---|
| 214 | SInvalidInteger, "'%s' is not a legal integer value"
|
|---|
| 215 | SInvalidFloat, "'%s' is not a legal floating point value"
|
|---|
| 216 | SInvalidDate, "'%s' is not a legal date"
|
|---|
| 217 | SInvalidTime, "'%s' is not a legal time"
|
|---|
| 218 | SInvalidDateTime, "'%s' is not a legal date/time"
|
|---|
| 219 | STimeEncodeError, "Illegal argument '%d:%d:%d.%d' for time encoding"
|
|---|
| 220 | SDateEncodeError, "Illegal argument '%d/%d/%d' for date encoding"
|
|---|
| 221 | SInvalidFormat, "Format specifier '%s' illegal or incompatible with argument"
|
|---|
| 222 | SArgumentMissing, "No argument found for format specifier '%s'"
|
|---|
| 223 | SPropertyNotFound, "Property '%s' not found in published part of class '%s'"
|
|---|
| 224 | SPropertySkipped, "Property skipped"
|
|---|
| 225 | SPropertyReadOnly, "Property '%s' is read only"
|
|---|
| 226 | SCouldNotReadFromProperty, "Could not read from property '%s'"
|
|---|
| 227 | SPropError, "Property '%s' not found"
|
|---|
| 228 | SComponentNotFound, "Component '%s' not found"
|
|---|
| 229 | SUseRegisterClasses, "Use 'RegisterClasses' to register the component!"
|
|---|
| 230 | SSCUErrorInClass, "SCU error in class '%s'"
|
|---|
| 231 | SMethodNotFound, "Method '%s' not found in published part of class '%s'"
|
|---|
| 232 | SCouldNotWriteToProperty, "Could not write to property '%s'"
|
|---|
| 233 | SLinkNotFound, "Link not found for '%s'"
|
|---|
| 234 |
|
|---|
| 235 | SShortMonthNames + 0, "Jan"
|
|---|
| 236 | SShortMonthNames + 1, "Feb"
|
|---|
| 237 | SShortMonthNames + 2, "Mar"
|
|---|
| 238 | SShortMonthNames + 3, "Apr"
|
|---|
| 239 | SShortMonthNames + 4, "May"
|
|---|
| 240 | SShortMonthNames + 5, "Jun"
|
|---|
| 241 | SShortMonthNames + 6, "Jul"
|
|---|
| 242 | SShortMonthNames + 7, "Aug"
|
|---|
| 243 | SShortMonthNames + 8, "Sep"
|
|---|
| 244 | SShortMonthNames + 9, "Oct"
|
|---|
| 245 | SShortMonthNames + 10, "Nov"
|
|---|
| 246 | SShortMonthNames + 11, "Dec"
|
|---|
| 247 |
|
|---|
| 248 | SLongMonthNames + 0, "January"
|
|---|
| 249 | SLongMonthNames + 1, "February"
|
|---|
| 250 | SLongMonthNames + 2, "March"
|
|---|
| 251 | SLongMonthNames + 3, "April"
|
|---|
| 252 | SLongMonthNames + 4, "May"
|
|---|
| 253 | SLongMonthNames + 5, "June"
|
|---|
| 254 | SLongMonthNames + 6, "July"
|
|---|
| 255 | SLongMonthNames + 7, "August"
|
|---|
| 256 | SLongMonthNames + 8, "September"
|
|---|
| 257 | SLongMonthNames + 9, "October"
|
|---|
| 258 | SLongMonthNames + 10, "November"
|
|---|
| 259 | SLongMonthNames + 11, "December"
|
|---|
| 260 |
|
|---|
| 261 | SShortDayNames + 0, "Sun"
|
|---|
| 262 | SShortDayNames + 1, "Mon"
|
|---|
| 263 | SShortDayNames + 2, "Tue"
|
|---|
| 264 | SShortDayNames + 3, "Wed"
|
|---|
| 265 | SShortDayNames + 4, "Thu"
|
|---|
| 266 | SShortDayNames + 5, "Fri"
|
|---|
| 267 | SShortDayNames + 6, "Sat"
|
|---|
| 268 |
|
|---|
| 269 | SLongDayNames + 0, "Sunday"
|
|---|
| 270 | SLongDayNames + 1, "Monday"
|
|---|
| 271 | SLongDayNames + 2, "Tuesday"
|
|---|
| 272 | SLongDayNames + 3, "Wednesday"
|
|---|
| 273 | SLongDayNames + 4, "Thursday"
|
|---|
| 274 | SLongDayNames + 5, "Friday"
|
|---|
| 275 | SLongDayNames + 6, "Saturday"
|
|---|
| 276 |
|
|---|
| 277 | /* Dual ListBox */
|
|---|
| 278 | SSource, "Source"
|
|---|
| 279 | SDestination, "Destination"
|
|---|
| 280 |
|
|---|
| 281 | /* Printer Dialog */
|
|---|
| 282 | SSetupPrinter, "Setup Printer"
|
|---|
| 283 | SSetPrinter, "~Set Printer"
|
|---|
| 284 | SCurrentPrinter, "Current Printer"
|
|---|
| 285 | SProperties, "Pr~operties"
|
|---|
| 286 | SClickHereToSetProperties, "Click here to set properties"
|
|---|
| 287 | SPrint, "Print"
|
|---|
| 288 | SPrintButton, "~Print"
|
|---|
| 289 | STitle, "Title"
|
|---|
| 290 | SCopies, "Copies"
|
|---|
| 291 | SPages, "Pages"
|
|---|
| 292 | SFrom, "From"
|
|---|
| 293 | STo, "to"
|
|---|
| 294 | SFile, "File"
|
|---|
| 295 |
|
|---|
| 296 | /* TabCtrls */
|
|---|
| 297 | SNextPage, "Next Page"
|
|---|
| 298 | SPreviousPage, "Previous Page"
|
|---|
| 299 |
|
|---|
| 300 | /* Printer */
|
|---|
| 301 | SInvalidIndex, "Invalid printer index %d. Only %d printers available."
|
|---|
| 302 | SNoHandleIC, "Failed to obtain handle for information context (rc=$%x)."
|
|---|
| 303 | SNoHandleDC, "Failed to obtain handle for device context (rc=$%x)."
|
|---|
| 304 | SNoHandlePS, "Failed to obtain handle for presentation space (rc=$%x)."
|
|---|
| 305 | SPrinterIdle, "Tried to call '%s' while not in document."
|
|---|
| 306 | SPrinterBusy, "Tried to call '%s' while in document."
|
|---|
| 307 | SDeviceNotFound, "No device found for queue '%s'."
|
|---|
| 308 | SJobProperties, "Unexpected job property size. Need %d instead of %d bytes."
|
|---|
| 309 | SPrinterInit1, "Error initializing printer object."
|
|---|
| 310 | SPrinterInit2, "Printing functions not available."
|
|---|
| 311 |
|
|---|
| 312 | STerminateProgram, "Terminate program ?"
|
|---|
| 313 | SMDIChildRestore, "~Restore"
|
|---|
| 314 | SMDIChildMove, "~Move"
|
|---|
| 315 | SMDIChildSize, "~Size"
|
|---|
| 316 | SMDIChildMinimize, "Mi~nimize"
|
|---|
| 317 | SMDIChildMaximize, "Ma~ximize"
|
|---|
| 318 | SMDIChildClose, "~Close"
|
|---|
| 319 | END
|
|---|
| 320 |
|
|---|