Стартовый пул

This commit is contained in:
2024-04-02 08:46:59 +03:00
parent fd57fffd3a
commit 3bb34d000b
5591 changed files with 3291734 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
OVCCONST.ENU 17K
OVCCONST.FRA 18K
OVCSRMGR.ENU 1K
OVCSRMGR.NOR 1K

View File

@@ -0,0 +1,380 @@
;*********************************************************
;* OVCCONST.STR 3.00 *
;* Copyright (c) 1995-97 TurboPower Software Co *
;* All rights reserved. *
;*********************************************************
#include "ovcconst.inc"
33768, "ccNone"
33769, "ccBack"
33770, "ccBotOfPage"
33771, "ccBotRightCell"
33772, "ccCompleteDate"
33773, "ccCompleteTime"
33774, "ccCopy"
33775, "ccCtrlChar"
33776, "ccCut"
33777, "ccDec"
33778, "ccDel"
33779, "ccDelBol"
33780, "ccDelEol"
33781, "ccDelLine"
33782, "ccDelWord"
33783, "ccDown"
33784, "ccEnd"
33785, "ccExtendDown"
33786, "ccExtendEnd"
33787, "ccExtendHome"
33788, "ccExtendLeft"
33789, "ccExtendPgDn"
33790, "ccExtendPgUp"
33791, "ccExtendRight"
33792, "ccExtendUp"
33793, "ccExtBotOfPage"
33794, "ccExtFirstPage"
33795, "ccExtLastPage"
33796, "ccExtTopOfPage"
33797, "ccExtWordLeft"
33798, "ccExtWordRight"
33799, "ccFirstPage"
33800, "ccGotoMarker0"
33801, "ccGotoMarker1"
33802, "ccGotoMarker2"
33803, "ccGotoMarker3"
33804, "ccGotoMarker4"
33805, "ccGotoMarker5"
33806, "ccGotoMarker6"
33807, "ccGotoMarker7"
33808, "ccGotoMarker8"
33809, "ccGotoMarker9"
33810, "ccHome"
33811, "ccInc"
33812, "ccIns"
33813, "ccLastPage"
33814, "ccLeft"
33815, "ccNewLine"
33816, "ccNextPage"
33817, "ccPageLeft"
33818, "ccPageRight"
33819, "ccPaste"
33820, "ccPrevPage"
33821, "ccRedo"
33822, "ccRestore"
33823, "ccRight"
33824, "ccScrollDown"
33825, "ccScrollUp"
33826, "ccSetMarker0"
33827, "ccSetMarker1"
33828, "ccSetMarker2"
33829, "ccSetMarker3"
33830, "ccSetMarker4"
33831, "ccSetMarker5"
33832, "ccSetMarker6"
33833, "ccSetMarker7"
33834, "ccSetMarker8"
33835, "ccSetMarker9"
33836, "ccTab"
33837, "ccTableEdit"
33838, "ccTopLeftCell"
33839, "ccTopOfPage"
33840, "ccUndo"
33841, "ccUp"
33842, "ccWordLeft"
33843, "ccWordRight"
34068, "String"
34069, "Char"
34070, "Boolean"
34071, "YesNo"
34072, "LongInt"
34073, "Word"
34074, "SmallInt"
34075, "Byte"
34076, "ShortInt"
34077, "Real"
34078, "Extended"
34079, "Double"
34080, "Single"
34081, "Comp"
34082, "Date"
34083, "Time"
34468, "X any character"
34469, "! any char (upper)"
34470, "L any char (lower)"
34471, "x any char (mixed)"
34472, "a alphas only"
34473, "A alphas (upper)"
34474, "l alphas (lower)"
34475, "9 0-9"
34476, "i 0-9, 42-42"
34477, "# 0-9, 42-42, 42.42"
34478, "E 0-9, E, 42-42, 42.42"
34479, "K 0-9, A-F (hex)"
34480, "O 0-7 (octal)"
34481, "b 0, 1 (binary)"
34482, "B T or F (upper)"
34483, "Y Y or N (upper)"
34484, "1 User 1"
34485, "2 User 2"
34486, "3 User 3"
34487, "4 User 4"
34488, "5 User 5"
34489, "6 User 6"
34490, "7 User 7"
34491, "8 User 8"
34493, "$##,###.## Allows entry of 0 through 9, space, minus, and period\x000AUses floating currency symbol"
34494, "9999999999 Allows entry of 0 through 9, and space"
34495, "iiiiiiiiii Allows entry of 0 through 9, space, and minus"
34496, "ii,iii,iii Allows entry of 0 through 9, space, and minus\x000ADisplays number separators as needed"
34497, "$iiiiiiiii Allows entry of 0 through 9, space, and minus\x000AUses floating currency symbol"
34498, "########## Allows entry of 0 through 9, space, minus, and period"
34499, "#######.## Allows entry of 0 through 9, space, minus, and period\x000AFixed decimal position"
34500, "###,###.## Allows entry of 0 through 9, space, minus, and period\x000ADisplays number separators as needed"
34501, "$######.## Allows entry of 0 through 9, space, minus, and period\x000AFixed decimal position\x000AUses floating currency symbol"
34502, "##########p Allows entry of 0 through 9, space, minus, and period\x000ANegative amounts use ()"
34503, "###,###.##C Allows entry of 0 through 9, space, minus, and period\x000ACurrency symbol at right"
34504, "KKKKKKKK Hexadecimal (E4401F3E)\x000AAllows entry of 0 through 9 and A through F\x000AForce upper case"
34505, "KKKK Hexadecimal (1F3E)\x000AAllows entry of 0 through 9 and A through F\x000AForce upper case"
34506, "KK Hexadecimal (3E)\x000AAllows entry of 0 through 9 and A through F\x000AForce upper case"
34507, "OOOOOOOO Octal (45135677)\x000AAllows entry of 0 through 7\x000AForce upper case"
34508, "OOOO Octal (5677)\x000AAllows entry of 0 through 7\x000AForce upper case"
34509, "bbbbbbbbbbbbbbbb Binary (0101001010010100)\x000AAllows entry of 0 and 1"
34510, "bbbbbbbb Binary (10010100)\x000AAllows entry of 0 and 1"
34518, "XXXXXXXXXX Any character can be entered"
34519, "!!!!!!!!!! Any character can be entered\x000AAlphabetic characters are forced to upper case"
34520, "LLLLLLLLLL Any character can be entered\x000AAlphabetic characters are forced to lower case"
34521, "xxxxxxxxxx Any character can be entered\x000AUses mixed case"
34522, "aaaaaaaaaa Alphabetic characters plus space, minus, period, and comma"
34523, "AAAAAAAAAA Alphabetic characters plus space, minus, period, and comma\x000AAlphabetic characters are forced to upper case"
34524, "llllllllll Alphabetic characters plus space, minus, period, and comma\x000AAlphabetic characters are forced to lower case"
34525, "(999) 999-9999 Phone number mask\x000AAllows 0 through 9 and space"
34526, "999-999-9999 Phone number mask\x000AAllows 0 through 9 and space"
34527, "99999-9999 US Zip Code mask\x000AAllows 0 through 9 and space"
34528, "B Boolean mask\x000AAllows T, t, F, f\x000AForces input to upper case"
34529, "Y Boolean mask\x000AAllows Y, y, N, n\x000AForces input to upper case"
34530, "mm/dd/yy Date mask (01/05/96)\x000AAllows entry of 0 through 9 plus space\x000AMonth and Day are padded with zeros"
34531, "mm/dd/yyyy Date mask (01/05/1996)\x000AAllows entry of 0 through 9 plus space\x000AMonth and Day are padded with zeros"
34532, "dd nnn yyyy Date mask (05 Jan 1996)\x000AAllows entry of 0 through 9 plus space\x000ADay is padded with zeros"
34533, "MM/DD/yy Date mask ( 1/ 5/96)\x000AAllows entry of 0 through 9 plus space\x000AMonth and Day are padded with spaces"
34534, "MM/DD/yyyy Date mask ( 1/ 5/1996)\x000AAllows entry of 0 through 9 plus space\x000AMonth and Day are padded with spaces"
34535, "DD nnn yyyy Date mask ( 5 Jan 1996)\x000AAllows entry of 0 through 9 plus space\x000ADay is padded with spaces"
34536, "hh:mm Time mask (03:25)\x000AAllows entry of 0 through 9 plus space\x000AHours and minutes are padded with zeros (24 hour clock)"
34537, "hh:mm tt Time mask (03:25 pm)\x000AAllows entry of 0 through 9 plus space\x000AHours and minutes are padded with zeros"
34538, "hh:mm:ss Time mask (03:25:07)\x000AAllows entry of 0 through 9 plus space\x000AHours, minutes, and seconds are padded with zeros"
34539, "HH:MM Time mask ( 3:25)\x000AAllows entry of 0 through 9 plus space\x000AHours and minutes are padded with spaces (24 hour clock)"
34540, "HH:MM tt Time mask ( 3:25 pm)\x000AAllows entry of 0 through 9 plus space\x000AHours and minutes are padded with spaces"
34541, "HH:MM:SS Time mask ( 3:25: 7)\x000AAllows entry of 0 through 9 plus space\x000AHours, minutes, and seconds are padded with spaces"
SCNoneStr, "(None)"
SCccUser, "ccUser"
SCccUserNum, "ccUser%d"
SCDeleteTable, "Delete the %s table?"
SCRenameTable, "Rename Table"
SCEnterTableName, "Enter new table name for %s:"
SCNewTable, "NewTable"
SCDefaultTableName, "Default"
SCWordStarTableName, "WordStar"
SCGridTableName, "Grid"
SCUnknownTable, "(Unknown)"
SCDefaultEntryErrorText, "Entry Error"
SCGotItemWarning, "%d. *** Warning *** OnGetItem not assigned!"
SCSampleListItem, "%d. - Sample virtual list box item"
SCAlphaString, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
SCTallLowChars, "Wy"
SCDefault, "Default"
SCYes, "Y"
SCNo, "N"
SCTrue, "T"
SCFalse, "F"
SCDescending, " - Desc"
SCDefaultIndex, "(Default)"
SCDuplicateCommand, "Duplicate command found while adding a new command to the table"
SCTableNotFound, "Command table not found or command table index out of range"
SCNotDoneYet, "This feature is not implemented at this time"
SCNoControllerAssigned, "No Controller assigned"
SCCantCreateCommandTable, "Unable to create command table"
SCCantDelete, "Can't delete this table. Must have at least one command table defined"
SCInvalidKeySequence, "Invalid or no key sequence entered"
SCNotWordStarCommands, "Keys entered are not WordStar style commands"
SCNoCommandSelected, "No command selected"
SCDuplicateKeySequence, "Duplicate key sequence"
SCRangeError, "Value is not within required range"
SCInvalidNumber, "Value is not valid for this field type"
SCRequiredField, "A value is required in this field"
SCInvalidDate, "Value is not a valid date"
SCInvalidTime, "Value is not a valid time"
SCBlanksInField, "This field should contain no blanks"
SCPartialEntry, "This field should be either empty or completely full"
SCRegionTooLarge, "Region is too large (> 64K)"
SCOutOfMemoryForCopy, "Could not allocate memory for clipboard copy"
SCInvalidParamValue, "Parameter value is invalid"
SCNoTimersAvail, "No Window's timers are available"
SCTooManyEvents, "Too many trigger events"
SCBadTriggerHandle, "Invalid trigger handle"
SCOnSelectNotAssigned, "OnSelect event is not assigned"
SCInvalidPageIndex, "Invalid page index value"
SCInvalidDataType, "Invalid data type for this field"
SCInvalidTabFont, "Invalid font. Non toTop oriented tabs require a True-Type font"
SCInvalidLabelFont, "Invalid font. Rotated text requires a True-Type font"
SCOutOfMemory, "insufficient memory for requested operation"
SCTooManyParas, "Current operation will exceed the maximum number of allowed paragraphs"
SCCannotJoin, "Cannot join paragraphs. New paragraph size exceeds maximum paragraph size"
SCTooManyBytes, "Current operation will exceed the maximum editor text size"
SCParaTooLong, "Current operation will exceed the maximum paragraph size"
SCUnknownError, "Unknown Error condition"
SCInvalidPictureMask, "Invalid picture mask: %s"
SCInvalidRange, "Invalid range. Enter a value between (%d) and (%d)"
SCInvalidRealRange, "Invalid range. Enter a value between (-1.7e+38) and (+1.7e+38)"
SCInvalidExtendedRange, "Invalid range. Enter a value between (-1.1e+4932) and (+1.1e+4932)"
SCInvalidDoubleRange, "Invalid range. Enter a value between (-1.7e+308) and (+1.7e+308)"
SCInvalidSingleRange, "Invalid range. Enter a value between (-3.4e+38) and (+3.4e+38)"
SCInvalidCompRange, "Invalid range. Enter a value between (-9.2e+18) and (+9.2e+18)"
SCInvalidDateRange, "Invalid date range. Enter a value using '%s' as the format"
SCInvalidTimeRange, "Invalid time range. Enter a value using '%s' as the format"
SCInvalidRangeValue, "Invalid range value"
SCInvalidMinMaxValue, "Invalid value - Maximum must always be greater than Minimum"
SCRangeNotSupported, "Range limits for the currently selected data type are not supported"
SCInvalidLineOrParaIndex, "Invalid line or paragraph index"
SCNonFixedFont, "Invalid font assignment. Font must be a fixed font"
SCInvalidFontParam, "Invalid font assignemnt. Font must be a TFont or TOvcFixedFont"
SCInvalidLineOrColumn, "Invalid line or column"
SCSAEGeneral, "Unknown sparse array error"
SCSAEAtMaxSize, "Sparse array is at the maximum size"
SCSAEOutOfBounds, "Index is out of bounds for sparse array"
SCInvalidFieldType, "Requested field type is not supported"
SCBadAlarmHandle, "Invalid alarm handle"
SCOnIsSelectedNotAssigned, "OnIsSelected event is not assigned"
SCInvalidDateForMask, "Invalid date value for picture mask. (Year is outside the Epoch range)"
SCViewerIOError, "Viewer triggered I/O error %d"
SCViewerFileNotFound, "Viewer: file not found"
SCViewerPathNotFound, "Viewer: path not found or invalid file name"
SCViewerTooManyOpenFiles, "Viewer: too many open files"
SCViewerFileAccessDenied, "Viewer: file access denied"
SCControlAttached, "This control is already attached to %s"
SCCantEdit, "Could not enter edit mode"
SCChildTableError, "Data Source can not be a child table. Component %s has a MasterSource defined"
SCNoTableAttached, "DataSource must be attached to a TTable (or compatible) source"
SCNoCollection, "No collection exists in the owner component"
SCNotOvcDescendant, "Owner must be a TOvcComponent or TOvcCustomComponent descendant"
SCItemIncompatible, "Item incompatible with collection"
SCLabelNotAttached, "Label not attached"
SCClassNotSet, "Item class not set"
SCCollectionNotFound, "No collection found for this type"
SCDayConvertError, "Error converting day"
SCMonthConvertError, "Error converting month"
SCMonthNameConvertError, "Error converting month name"
SCYearConvertError, "Error converting year"
SCInvalidDay, "Invalid day"
SCInvalidMonth, "Invalid month"
SCInvalidMonthName, "Invalid month name"
SCInvalidYear, "Invalid year"
SCDayRequired, "Day is required"
SCMonthRequired, "Month is required"
SCYearRequired, "Year is required"
SCOwnerMustBeForm, "Owner must be a TForm or descendant"
SCTimeConvertError, "Error converting time value"
SCCancelQuery, "Cancel and lose changes?"
SCNoPagesAssigned, "No notebook pages assigned"
SCRestoreMI, "&Restore"
SCCutMI, "Cu&t"
SCCopyMI, "&Copy"
SCPasteMI, "&Paste"
SCDeleteMI, "&Delete"
SCSelectAllMI, "Select &All"
SCCalcBack, "Back"
SCCalcMC, "MC"
SCCalcMR, "MR"
SCCalcMS, "MS"
SCCalcMPlus, "M+"
SCCalcMMinus, "M-"
SCCalcCT, "CT"
SCCalcCE, "CE"
SCCalcC, "C"
SCCalcSqrt, "Sqrt"
SCCalNext, "NEXT"
SCCalLast, "LAST"
SCCalPrev, "PREV"
SCCalFirst, "FIRST"
SCCal1st, "1ST"
SCCalSecond, "SECOND"
SCCal2nd, "2ND"
SCCalThird, "THIRD"
SCCal3rd, "3RD"
SCCalFourth, "FOURTH"
SCCal4th, "4TH"
SCCalFinal, "FINAL"
SCCalBOM, "BOM"
SCCalBegin, "BEGIN"
SCCalEOM, "EOM"
SCCalEnd, "END"
SCCalYesterday, "YESTERDAY"
SCCalToday, "TODAY"
SCCalTomorrow, "TOMORROW"
SCEditingSections, "Header Sections Editor"
SCEditingItems, "Folder Items Editor"
SCEditingFolders, "Folder Editor"
SCEditingPages, "Tab Pages Editor"
SCEditingImages, "Image List Editor"
SCSectionBaseName, "Section"
SCItemBaseName, "Item"
SCFolderBaseName, "Folder"
SCPageBaseName, "Page"
SCImageBaseName, "Image"
SCHoursName, "Hours"
SCMinutesName, "Minutes"
SCSecondsName, "Seconds"
SCCloseCaption, "Close"
SCViewFieldNotFound, "The view field %s was not found"
SCCantResolveField, "Unable to resolve view field %s"
SCItemAlreadyExists, "Can't add item %p - it already exists in the index"
SCAlreadyInTempMode, "The view is already in temporary index mode"
SCItemNotFound, "Specified report view data item %p was not found"
SCUpdatePending, "This report view operation is invalid while updates are pending"
SCOnCompareNotAssigned, "OnCompareFields not assigned"
SCOnFilterNotAssigned, "OnFilter not assigned"
SCNotInTempMode, "Report view is not in temporary index mode"
SCItemNotInIndex, "The specified data item (%p) is not in the index"
SCNoActiveView, "No active view"
SCItemIsNotGroup, "Item at line %d is not a group"
SCNotMultiSelect, "This report view operation is only allowed when multiselect is enabled"
SCLineNoOutOfRange, "Invalid index %d"
SCUnknownView, "Unknown view: %s"
SCOnKeySearchNotAssigned, "The OnKeySearch event is not assigned"
SCOnEnumNotAssigned, "The OnEnum event is not assigned"
SCOnEnumSelectedNA, "OnEnumSelected not assigned"
SCNoMenuAssigned, "No menu item assigned"
SCNoAnchorAssigned, "No anchor item assigned"
SCInvalidParameter, "Invalid parameter: mpAnchor"
SCInvalidOperation, "Invalid operation: Call AddSplit for split menus"
SCFormUseOnly, "This component can only be used on forms"
SCColorBlack, "Black"
SCColorMaroon, "Maroon"
SCColorGreen, "Green"
SCColorOlive, "Olive"
SCColorNavy, "Navy"
SCColorPurple, "Purple"
SCColorTeal, "Teal"
SCColorGray, "Gray"
SCColorSilver, "Silver"
SCColorRed, "Red"
SCColorLime, "Lime"
SCColorYellow, "Yellow"
SCColorBlue, "Blue"
SCColorFuchsia, "Fuchsia"
SCColorAqua, "Aqua"
SCColorWhite, "White"

View File

@@ -0,0 +1,388 @@
;*********************************************************
;* OVCCONST.STR 3.03 *
;* Copyright (c) 1995-98 TurboPower Software Co *
;* All rights reserved. *
;*********************************************************
;* Translation into French *
;* 03/15/1999 JF Nifenecker, Bordeaux (France) *
;* v.0.01 (draft version for tests) *
;*********************************************************
#include <ovcconst.inc>
; in order to conform to internal names, these OVCcontroller strings untranslated
33768, "ccNone"
33769, "ccBack"
33770, "ccBotOfPage"
33771, "ccBotRightCell"
33772, "ccCompleteDate"
33773, "ccCompleteTime"
33774, "ccCopy"
33775, "ccCtrlChar"
33776, "ccCut"
33777, "ccDec"
33778, "ccDel"
33779, "ccDelBol"
33780, "ccDelEol"
33781, "ccDelLine"
33782, "ccDelWord"
33783, "ccDown"
33784, "ccEnd"
33785, "ccExtendDown"
33786, "ccExtendEnd"
33787, "ccExtendHome"
33788, "ccExtendLeft"
33789, "ccExtendPgDn"
33790, "ccExtendPgUp"
33791, "ccExtendRight"
33792, "ccExtendUp"
33793, "ccExtBotOfPage"
33794, "ccExtFirstPage"
33795, "ccExtLastPage"
33796, "ccExtTopOfPage"
33797, "ccExtWordLeft"
33798, "ccExtWordRight"
33799, "ccFirstPage"
33800, "ccGotoMarker0"
33801, "ccGotoMarker1"
33802, "ccGotoMarker2"
33803, "ccGotoMarker3"
33804, "ccGotoMarker4"
33805, "ccGotoMarker5"
33806, "ccGotoMarker6"
33807, "ccGotoMarker7"
33808, "ccGotoMarker8"
33809, "ccGotoMarker9"
33810, "ccHome"
33811, "ccInc"
33812, "ccIns"
33813, "ccLastPage"
33814, "ccLeft"
33815, "ccNewLine"
33816, "ccNextPage"
33817, "ccPageLeft"
33818, "ccPageRight"
33819, "ccPaste"
33820, "ccPrevPage"
33821, "ccRedo"
33822, "ccRestore"
33823, "ccRight"
33824, "ccScrollDown"
33825, "ccScrollUp"
33826, "ccSetMarker0"
33827, "ccSetMarker1"
33828, "ccSetMarker2"
33829, "ccSetMarker3"
33830, "ccSetMarker4"
33831, "ccSetMarker5"
33832, "ccSetMarker6"
33833, "ccSetMarker7"
33834, "ccSetMarker8"
33835, "ccSetMarker9"
33836, "ccTab"
33837, "ccTableEdit"
33838, "ccTopLeftCell"
33839, "ccTopOfPage"
33840, "ccUndo"
33841, "ccUp"
33842, "ccWordLeft"
33843, "ccWordRight"
; Edit types - these strings intentionnaly untranslated
34068, "String"
34069, "Char"
34070, "Boolean"
34071, "YesNo"
34072, "LongInt"
34073, "Word"
34074, "SmallInt"
34075, "Byte"
34076, "ShortInt"
34077, "Real"
34078, "Extended"
34079, "Double"
34080, "Single"
34081, "Comp"
34082, "Date"
34083, "Time"
; Edit masks - these strings intentionnaly untranslated
34468, "X any character"
34469, "! any char (upper)"
34470, "L any char (lower)"
34471, "x any char (mixed)"
34472, "a alphas only"
34473, "A alphas (upper)"
34474, "l alphas (lower)"
34475, "9 0-9"
34476, "i 0-9, -"
34477, "# 0-9, -, ."
34478, "E 0-9, E, -, ."
34479, "K 0-9, A-F (hex)"
34480, "O 0-7 (octal)"
34481, "b 0, 1 (binary)"
34482, "B T or F (upper)"
34483, "Y Y or N (upper)"
34484, "1 User 1"
34485, "2 User 2"
34486, "3 User 3"
34487, "4 User 4"
34488, "5 User 5"
34489, "6 User 6"
34490, "7 User 7"
34491, "8 User 8"
34493, "$##,###.## Allows entry of 0 through 9, space, minus, and period\x000AUses floating currency symbol"
34494, "9999999999 Allows entry of 0 through 9, and space"
34495, "iiiiiiiiii Allows entry of 0 through 9, space, and minus"
34496, "ii,iii,iii Allows entry of 0 through 9, space, and minus\x000ADisplays number separators as needed"
34497, "$iiiiiiiii Allows entry of 0 through 9, space, and minus\x000AUses floating currency symbol"
34498, "########## Allows entry of 0 through 9, space, minus, and period"
34499, "#######.## Allows entry of 0 through 9, space, minus, and period\x000AFixed decimal position"
34500, "###,###.## Allows entry of 0 through 9, space, minus, and period\x000ADisplays number separators as needed"
34501, "$######.## Allows entry of 0 through 9, space, minus, and period\x000AFixed decimal position\x000AUses floating currency symbol"
34502, "##########p Allows entry of 0 through 9, space, minus, and period\x000ANegative amounts use ()"
34503, "###,###.##C Allows entry of 0 through 9, space, minus, and period\x000ACurrency symbol at right"
34504, "KKKKKKKK Hexadecimal (E4401F3E)\x000AAllows entry of 0 through 9 and A through F\x000AForce upper case"
34505, "KKKK Hexadecimal (1F3E)\x000AAllows entry of 0 through 9 and A through F\x000AForce upper case"
34506, "KK Hexadecimal (3E)\x000AAllows entry of 0 through 9 and A through F\x000AForce upper case"
34507, "OOOOOOOO Octal (45135677)\x000AAllows entry of 0 through 7\x000AForce upper case"
34508, "OOOO Octal (5677)\x000AAllows entry of 0 through 7\x000AForce upper case"
34509, "bbbbbbbbbbbbbbbb Binary (0101001010010100)\x000AAllows entry of 0 and 1"
34510, "bbbbbbbb Binary (10010100)\x000AAllows entry of 0 and 1"
34518, "XXXXXXXXXX Any character can be entered"
34519, "!!!!!!!!!! Any character can be entered\x000AAlphabetic characters are forced to upper case"
34520, "LLLLLLLLLL Any character can be entered\x000AAlphabetic characters are forced to lower case"
34521, "xxxxxxxxxx Any character can be entered\x000AUses mixed case"
34522, "aaaaaaaaaa Alphabetic characters plus space, minus, period, and comma"
34523, "AAAAAAAAAA Alphabetic characters plus space, minus, period, and comma\x000AAlphabetic characters are forced to upper case"
34524, "llllllllll Alphabetic characters plus space, minus, period, and comma\x000AAlphabetic characters are forced to lower case"
34525, "(999) 999-9999 Phone number mask\x000AAllows 0 through 9 and space"
34526, "999-999-9999 Phone number mask\x000AAllows 0 through 9 and space"
34527, "99999-9999 US Zip Code mask\x000AAllows 0 through 9 and space"
34528, "B Boolean mask\x000AAllows T, t, F, f\x000AForces input to upper case"
34529, "Y Boolean mask\x000AAllows Y, y, N, n\x000AForces input to upper case"
34530, "mm/dd/yy Date mask (01/05/96)\x000AAllows entry of 0 through 9 plus space\x000AMonth and Day are padded with zeros"
34531, "mm/dd/yyyy Date mask (01/05/1996)\x000AAllows entry of 0 through 9 plus space\x000AMonth and Day are padded with zeros"
34532, "dd nnn yyyy Date mask (05 Jan 1996)\x000AAllows entry of 0 through 9 plus space\x000ADay is padded with zeros"
34533, "MM/DD/yy Date mask ( 1/ 5/96)\x000AAllows entry of 0 through 9 plus space\x000AMonth and Day are padded with spaces"
34534, "MM/DD/yyyy Date mask ( 1/ 5/1996)\x000AAllows entry of 0 through 9 plus space\x000AMonth and Day are padded with spaces"
34535, "DD nnn yyyy Date mask ( 5 Jan 1996)\x000AAllows entry of 0 through 9 plus space\x000ADay is padded with spaces"
34536, "hh:mm Time mask (03:25)\x000AAllows entry of 0 through 9 plus space\x000AHours and minutes are padded with zeros (24 hour clock)"
34537, "hh:mm tt Time mask (03:25 pm)\x000AAllows entry of 0 through 9 plus space\x000AHours and minutes are padded with zeros"
34538, "hh:mm:ss Time mask (03:25:07)\x000AAllows entry of 0 through 9 plus space\x000AHours, minutes, and seconds are padded with zeros"
34539, "HH:MM Time mask ( 3:25)\x000AAllows entry of 0 through 9 plus space\x000AHours and minutes are padded with spaces (24 hour clock)"
34540, "HH:MM tt Time mask ( 3:25 pm)\x000AAllows entry of 0 through 9 plus space\x000AHours and minutes are padded with spaces"
34541, "HH:MM:SS Time mask ( 3:25: 7)\x000AAllows entry of 0 through 9 plus space\x000AHours, minutes, and seconds are padded with spaces"
SCNoneStr, "(None)"
SCccUser, "ccUser"
SCccUserNum, "ccUser%d"
;===== Translation into French starts here =====
SCDeleteTable, "Effacer la table %s ?"
SCRenameTable, "Renommer la table"
SCEnterTableName, "Entrez le nouveau nom de la table %s : "
SCNewTable, "Nouvelle table"
SCDefaultTableName, "D<>faut"
SCWordStarTableName, "WordStar"
SCUnknownTable, "(Inconnu)"
SCDefaultEntryErrorText, "Erreur de saisie"
SCGotItemWarning, "%d. *** Attention *** OnGetItem non assign<67> !"
SCSampleListItem, "%d. - Exemple d'<27>l<EFBFBD>ment de bo<62>te liste virtuelle"
SCAlphaString, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
SCTallLowChars, "Wy"
SCDefault, "D<>faut"
SCYes, "O"
SCNo, "N"
SCTrue, "V"
SCFalse, "F"
SCGridTableName, "Grid"
SCDescending, " - Desc"
SCDefaultIndex, "(D<>faut)"
SCDuplicateCommand, "Doublon lors de l'ajout d'une nouvelle commande <20> la table"
SCTableNotFound, "Table des commandes non trouv<75>e ou index de table de commandes hors gamme"
SCNotDoneYet, "Cette caract<63>ristique n'est pas impl<70>ment<6E>e actuellement"
SCNoControllerAssigned, "Aucun contr<74>leur assign<67>"
SCCantCreateCommandTable, "Impossible de cr<63>er la table de commandes"
SCCantDelete, "Cette table ne peut pas <20>tre effac<61>e. Une table de commandes au moins doit <20>tre d<>finie"
SCInvalidKeySequence, "Touche ou s<>quence de touches invalide"
SCNotWordStarCommands, "Les touches choisies ne sont pas des commandes de style WordStar"
SCNoCommandSelected, "Aucune commande s<>lectionn<6E>e"
SCDuplicateKeySequence, "S<>quence de touches dupliqu<71>e"
SCRangeError, "Valeur hors bornes"
SCInvalidNumber, "Valeur incorrecte pour ce type de champ"
SCRequiredField, "Une valeur est requise dans ce champ"
SCInvalidDate, "La valeur entr<74>e n'est pas une date correcte"
SCInvalidTime, "La valeur entr<74>e n'est pas une heure correcte"
SCBlanksInField, "Ce champ ne peut pas contenir de blancs"
SCPartialEntry, "Ce champ doit <20>tre soit vide soit compl<70>tement rempli"
SCRegionTooLarge, "R<>gion trop grande (> 64 Ko)"
SCOutOfMemoryForCopy, "Impossible d'allouer de la m<>moire pour la copie dans le presse-papiers"
SCInvalidParamValue, "La valeur pass<73>e en param<61>tre est incorrecte"
SCNoTimersAvail, "Aucun timer Windows disponible"
SCTooManyEvents, "Trop d'<27>v<EFBFBD>nements d<>clencheurs"
SCBadTriggerHandle, "Handle de d<>clencheur non valide"
SCOnSelectNotAssigned, "Ev<45>nement OnSelect non assign<67>"
SCInvalidPageIndex, "Num<75>ro de page incorrect"
SCInvalidDataType, "Type de donn<6E>es incorrect pour ce champ"
SCInvalidTabFont, "Police incorrecte. Les onglets non orient<6E>s 'toTop' requi<75>rent une police TrueType"
SCInvalidLabelFont, "Police incorrecte. Le texte 'Rotated' requiert une police TrueType"
SCOutOfMemory, "M<>moire insuffisante pour l'op<6F>ration demand<6E>e"
SCTooManyParas, "L'op<6F>ration en cours d<>passera le nombre maximum de paragraphes permis"
SCCannotJoin, "Paragraphes non joignables. La nouvelle taille de paragraphe d<>passe la taille maximum par paragraphe"
SCTooManyBytes, "L'op<6F>ration en cours d<>passera la taille maximum dans l'<27>diteur de texte"
SCParaTooLong, "L'op<6F>ration en cours d<>passera la taille maximum par paragraphe"
SCUnknownError, "Erreur inconnue"
SCInvalidPictureMask, "Masque d'image incorrect : %s"
SCInvalidRange, "Valeur hors bornes. Entrez une valeur entre (%d) et (%d)"
SCInvalidRealRange, "Valeur hors bornes. Entrez une valeur entre (-1.7e+38) et (+1.7e+38)"
SCInvalidExtendedRange, "Valeur hors bornes. Entrez une valeur entre (-1.1e+4932) et (+1.1e+4932)"
SCInvalidDoubleRange, "Valeur hors bornes. Entrez une valeur entre (-1.7e+308) et (+1.7e+308)"
SCInvalidSingleRange, "Valeur hors bornes. Entrez une valeur entre (-3.4e+38) et (+3.4e+38)"
SCInvalidCompRange, "Valeur hors bornes. Entrez une valeur entre (-9.2e+18) et (+9.2e+18)"
SCInvalidDateRange, "Gamme de dates incorrecte. Entrez une valeur suivant le format '%s'"
SCInvalidTimeRange, "Gamme d'heures incorrecte. Entrez une valeur suivant le format '%s'"
SCInvalidRangeValue, "Valeur hors bornes"
SCInvalidMinMaxValue, "Valeur incorrecte. Le maximum doit toujours <20>tre sup<75>rieurs au minimum"
SCRangeNotSupported, "Les valeurs limites pour le type de donn<6E>es s<>lectionn<6E> ne sont pas support<72>es"
SCInvalidLineOrParaIndex, "Num<75>ro de ligne ou de paragraphe incorrect"
SCNonFixedFont, "Choix de police incorrect. La police doit <20>tre <20> pas fixe"
SCInvalidFontParam, "Choix de police incorrect. La police doit <20>tre de type TFont ou TOvcFixedFont"
SCInvalidLineOrColumn, "Ligne ou colonne incorrecte"
SCSAEGeneral, "Matrice creuse : erreur inconnue"
SCSAEAtMaxSize, "La matrice creuse est <20> sa taille maximum"
SCSAEOutOfBounds, "Matrice creuse : index hors bornes"
SCInvalidFieldType, "Le type de champ demand<6E> n'est pas support<72>"
SCBadAlarmHandle, "Handle d'alarme incorrect"
SCOnIsSelectedNotAssigned, "Ev<45>nement OnIsSelected non assign<67>"
SCInvalidDateForMask, "Valeur de date incorrecte pour le masque. (Ann<6E>e hors bornes Epoch)"
SCViewerIOError, "Le visualisateur a d<>clench<63> l'erreur E/S %d"
SCViewerFileNotFound, "Visualisateur : fichier non trouv<75>"
SCViewerPathNotFound, "Visualisateur : chemin non trouv<75> ou nom de fichier incorrect"
SCViewerTooManyOpenFiles, "Visualisateur : trop de fichiers ouverts"
SCViewerFileAccessDenied, "Visualisateur : acc<63>s au fichier interdit"
SCControlAttached, "Ce contr<74>le est d<>j<EFBFBD> attach<63> <20> %s"
SCCantEdit, "Impossible d'entrer en mode <20>dition"
SCChildTableError, "Le DataSource ne peut pas <20>tre une table enfant. Le composant %s a sa propri<72>t<EFBFBD> MasterSource d<>finie"
SCNoTableAttached, "Le DataSource doit <20>tre attach<63> <20> une source TTable (ou compatible)"
SCNoCollection, "Aucune collection dans le composant propri<72>taire"
SCNotOvcDescendant, "Le propri<72>taire doit <20>tre un descendant de TOvcComponent ou TOvcCustomComponent"
SCItemIncompatible, "El<45>ment incompatible avec collection"
SCLabelNotAttached, "Label non attach<63>"
SCClassNotSet, "El<45>ment de classe non initialis<69>"
SCCollectionNotFound, "Collection introuvable pour ce type"
SCDayConvertError, "Erreur lors de la conversion du jour"
SCMonthConvertError, "Erreur lors de la conversion du mois"
SCMonthNameConvertError, "Erreur lors de la conversion du nom de mois"
SCYearConvertError, "Erreur lors de la conversion de l'ann<6E>e"
SCInvalidDay, "Jour incorrect"
SCInvalidMonth, "Mois incorrect"
SCInvalidMonthName, "Nom de mois incorrect"
SCInvalidYear, "Ann<6E>e incorrecte"
SCDayRequired, "Jour requis"
SCMonthRequired, "Mois requis"
SCYearRequired, "Ann<6E>e requise"
SCOwnerMustBeForm, "Le propri<72>taire doit <20>tre un TForm ou descendant"
SCTimeConvertError, "Erreur lors de la conversion de la valeur de l'heure"
SCCancelQuery, "Annuler et perdre les modifications ?"
SCNoPagesAssigned, "Pas de pages de notebook assign<67>es"
SCRestoreMI, "&Restaurer"
SCCutMI, "&Couper"
SCCopyMI, "Co&pier"
SCPasteMI, "C&oller"
SCDeleteMI, "&Effacer"
SCSelectAllMI, "S<>lectionner &Tout"
SCCalcBack, "Retour"
SCCalcMC, "MC"
SCCalcMR, "MR"
SCCalcMS, "MS"
SCCalcMPlus, "M+"
SCCalcMMinus, "M-"
SCCalcCT, "CT"
SCCalcCE, "CE"
SCCalcC, "C"
SCCalcSqrt, "Rac"
SCCalNext, "PROC"
SCCalLast, "DER"
SCCalPrev, "PREC"
SCCalFirst, "PREM"
SCCal1st, "1ER"
SCCalSecond, "SECOND"
SCCal2nd, "2E"
SCCalThird, "TROISIEME"
SCCal3rd, "3E"
SCCalFourth, "QUATRIEME"
SCCal4th, "4E"
SCCalFinal, "FINAL"
SCCalBOM, "DM"
SCCalBegin, "DEBUT"
SCCalEOM, "FM"
SCCalEnd, "FIN"
SCCalYesterday, "HIER"
SCCalToday, "AUJOURDHUI"
SCCalTomorrow, "DEMAIN"
SCEditingSections, "Editeur de sections de Header"
SCEditingItems, "Editeur d'<27>l<EFBFBD>ments de Folder"
SCEditingFolders, "Editeur de Folder"
SCEditingPages, "Editeur de pages Tab"
SCEditingImages, "Editeur d'Image List"
SCSectionBaseName, "Section"
SCItemBaseName, "Element"
SCFolderBaseName, "Folder"
SCPageBaseName, "Page"
SCImageBaseName, "Image"
SCHoursName, "Heures"
SCMinutesName, "Minutes"
SCSecondsName, "Secondes"
SCCloseCaption, "Fermer"
SCViewFieldNotFound, "Le champ vue %s est introuvable"
SCCantResolveField, "Impossible de r<>soudre le champ vue %s"
SCItemAlreadyExists, "Impossible d'ajouter l'<27>l<EFBFBD>ment %p - il existe d<>j<EFBFBD> dans l'index"
SCAlreadyInTempMode, "La vue est d<>j<EFBFBD> en mode index temporaire"
SCItemNotFound, "Element %p de report view introuvable"
SCUpdatePending, "Op<4F>ration sur report view incorrecte tant que des modifications ne sont pas valid<69>es"
SCOnCompareNotAssigned, "OnCompareFields non assign<67>"
SCOnFilterNotAssigned, "OnFilter non assign<67>"
SCNotInTempMode, "Report view n'est pas en mode index temporaire"
SCItemNotInIndex, "L'<27>l<EFBFBD>ment de donn<6E>e sp<73>cifi<66> (%p) n'est pas dans l'index"
SCNoActiveView, "Pas de vue active"
SCItemIsNotGroup, "L'<27>l<EFBFBD>ment en ligne %d n'est pas un groupe"
SCNotMultiSelect, "Op<4F>ration sur report view autoris<69>e seulement si multiselect activ<69>"
SCLineNoOutOfRange, "Index incorrect %d"
SCUnknownView, "Vue inconnue : %s"
SCOnKeySearchNotAssigned, "L'<27>v<EFBFBD>nement OnKeySearch n'est pas assign<67>"
SCOnEnumNotAssigned, "L'<27>v<EFBFBD>nement OnEnum n'est pas assign<67>"
SCOnEnumSelectedNA, "OnEnumSelected n'est pas assign<67>"
SCNoMenuAssigned, "Pas de menu item assign<67>"
SCNoAnchorAssigned, "Pas d'anchor item assign<67>"
SCInvalidParameter, "Param<61>tre invalide : mpAnchor"
SCInvalidOperation, "Op<4F>ration invalide : appeler AddSplit pour des menus partag<61>s"
SCFormUseOnly, "Ce composant ne peut <20>tre utilis<69> que sur des formulaires"
SCColorBlack, "Noir"
SCColorMaroon, "Marron"
SCColorGreen, "Vert"
SCColorOlive, "Olive"
SCColorNavy, "Marine"
SCColorPurple, "Pourpre"
SCColorTeal, "Teal"
SCColorGray, "Gris"
SCColorSilver, "Argent"
SCColorRed, "Rouge"
SCColorLime, "Tilleul"
SCColorYellow, "Jaune"
SCColorBlue, "Bleu"
SCColorFuchsia, "Fuchsia"
SCColorAqua, "Eau"
SCColorWhite, "Blanc"

View File

@@ -0,0 +1,15 @@
;*********************************************************
;* TurboPower String Resource Support: SRMGR.TXT 1.03 *
;* Copyright (c) TurboPower Software Co 1996-1998 *
;* All rights reserved. *
;*********************************************************
;* Error strings for the SRMGR unit *
;*********************************************************
//Compile with SRMC, then compile SRMGR.RC with BRCC[32]
1, "String not found: %d"
2, "Cannot lock resource"
3, "String resource not found: %s"
4, "Unable to open string resource: %s"
5, "Invalid TPString resource"

View File

@@ -0,0 +1,19 @@
;*********************************************************
;* TurboPower String Resource Support: SRMGR.TXT 1.03 *
;* Copyright (c) TurboPower Software Co 1996-1998 *
;* All rights reserved. *
;*********************************************************
;* Error strings for the SRMGR unit *
;*********************************************************
;* Translation into French *
;* 01/12/1999 JF Nifenecker, Bordeaux (France) *
;* v.0.01 (draft version for tests) *
;*********************************************************
//Compile with SRMC, then compile SRMGR.RC with BRCC[32]
1, "Cha<68>ne non trouv<75>e : %d"
2, "Impossible de verrouiller la ressource"
3, "Ressource cha<68>ne introuvable : %s"
4, "Impossible d'ouvrir la ressource cha<68>ne : %s"
5, "Ressource TPString incorrecte"

View File

@@ -0,0 +1,16 @@
;*********************************************************
;* TurboPower String Resource Support: SRMGR.TXT 1.03 *
;* Copyright (c) TurboPower Software Co 1996-1998 *
;* All rights reserved. *
;*********************************************************
;* Error strings for the SRMGR unit *
;*********************************************************
; translated to norwegian Bokm<6B>l by Bj<42>rn T. J<>nsson, 14.02.1999
//Compile with SRMC, then compile SRMGR.RC with BRCC[32]
1, "Streng ikke funnet: %d"
2, "Kan ikke l<>se ressurs"
3, "Strengressurs ikke funnet: %s"
4, "Kan ikke <20>pne strengressurs: %s"
5, "Ugyldig TPString-ressurs"