Module Language_English.inc

     1// Commonly used symbols.
     2    #REPLACE C_$Yes              |CS"Yes"
     3    #REPLACE C_$No               |CS"No"
     4    #REPLACE C_$OK               |CS"OK"
     5    #REPLACE C_$Cancel           |CS"Cancel"
     6    #REPLACE C_$Close            |CS"Close"
     7    #REPLACE C_$Help             |CS"Help"
     8    #REPLACE C_$Search           |CS"Search"
     9    #REPLACE C_$Next             |CS"Next"
    10    #REPLACE C_$Back             |CS"Back"
    11    #REPLACE C_$Finish           |CS"Finish"
    12    #REPLACE C_$Preview          |CS"Preview"
    13    #REPLACE C_$About            |CS"About"
    14    #REPLACE C_$File             |CS"File"
    15
    16    #REPLACE C_$FindFirst        |CS"Find First"
    17    #REPLACE C_$FindPrevious     |CS"Find Previous"
    18    #REPLACE C_$FindNext         |CS"Find Next"
    19    #REPLACE C_$FindLast         |CS"Find Last"
    20    #REPLACE C_$Prompt           |CS"Prompt"
    21    #REPLACE C_$Clear            |CS"Clear"
    22    #REPLACE C_$ClearAll         |CS"Clear All"
    23    #REPLACE C_$Save             |CS"Save"
    24    #REPLACE C_$Delete           |CS"Delete"
    25    #REPLACE C_$Cut              |CS"Cut"
    26    #REPLACE C_$Copy             |CS"Copy"
    27    #REPLACE C_$Paste            |CS"Paste"
    28
    29    #REPLACE C_$Information      |CS"Information"
    30    #REPLACE C_$Stop             |CS"Stop"
    31    #REPLACE C_$Question         |CS"Question"
    32    #REPLACE C_$Confirm          |CS"Confirm"
    33    #REPLACE C_$Select           |CS"Select"
    34
    35    #REPLACE C_$Loading          |CS"Loading"
    36    #REPLACE C_$Error            |CS"Error"
    37    #REPLACE C_$NoErrors         |CS"No errors"
    38    #REPLACE C_$UnknownError     |CS"Unknown error"
    39    #REPLACE C_$Undefined        |CS"Undefined"
    40    #REPLACE C_$Unavailable      |CS"Unavailable"
    41    #REPLACE C_$Version          |CS"Version"
    42    #REPLACE C_$Copyright        |CS"Copyright"
    43    #REPLACE C_$Bitmaps          |CS"Bitmaps"
    44    #REPLACE C_$AllFiles         |CS"All Files"
    45    #REPLACE C_$Description      |CS"Description"
    46
    47    #REPLACE C_$AM               |CS"AM"
    48    #REPLACE C_$PM               |CS"PM"
    49    #REPLACE C_$January          |CS"January"
    50    #REPLACE C_$February         |CS"February"
    51    #REPLACE C_$March            |CS"March"
    52    #REPLACE C_$April            |CS"April"
    53    #REPLACE C_$May              |CS"May"
    54    #REPLACE C_$June             |CS"June"
    55    #REPLACE C_$July             |CS"July"
    56    #REPLACE C_$August           |CS"August"
    57    #REPLACE C_$September        |CS"September"
    58    #REPLACE C_$October          |CS"October"
    59    #REPLACE C_$November         |CS"November"
    60    #Replace C_$December         |CS"December"
    61    
    62// DataDict.pkg
    63    #INCLUDE Language_DD_English.inc // this must be in its own package because DDs can be used outside of VDF
    64
    65//Batchdd.pkg
    66    #REPLACE C_$RunningProcess               |CS"Running Process"
    67    #REPLACE C_$BeginProcess                 |CS"Begin Process: %1"
    68    #REPLACE C_$EndProcessNumberOfErrors     |CS"End Process: %1 (number of errors=%2)"
    69    #REPLACE C_$ErrorNum                     |CS"Error # %1. %2"
    70    #REPLACE C_$AnErrorWasEncountered        |CS"An error was encountered. Do you wish to cancel this process?"
    71    #REPLACE C_$DoYouWishToCancelThisProcess |CS"Do you wish to cancel this process?"
    72    #REPLACE C_$ProcessInterrupt             |CS"Process Interrupt"
    73
    74//cAnimation.pkg
    75    #REPLACE C_$UnableToOpen |CS"Unable to open '%1'"
    76
    77//cApplication.pkg
    78    #REPLACE C_$TheProgramCannotRun |CS"The program cannot run as the following fatal error has occurred while initializing the '%1' Workspace"
    79
    80//cHtmlHelp.pkg
    81    #REPLACE C_$ThereIsNoHelpSystem      |CS"There is no help system."
    82    #REPLACE C_$ThereIsNoHelpfileDefined |CS"There is no helpfile defined."
    83    #REPLACE C_$SorryIsNotInTheIndex     |CS"Sorry, '%1' is not in the index of the help file"
    84
    85//cIniFile.pkg
    86    #REPLACE C_$CannotWriteToTheIniFile |CS"Cannot write to the INI file"
    87    #REPLACE C_$CanNotDeleteSection     |CS"Can not delete section"
    88
    89//cMapiHandler.Pkg
    90    #REPLACE C_$DetailsErrorCode        |CS"MAPI Details error - Errorcode:"
    91    #REPLACE C_$DetailsErrorNotLoggedIn |CS"MAPI Details error - You are not logged in currently"
    92    #REPLACE C_$SendDocumentsError      |CS"MAPI SendDocuments - Errorcode:"
    93    #REPLACE C_$DeleteMailErrorcode     |CS"MAPI DeleteMail - Errorcode:"
    94    #REPLACE C_$DeleteMailNotLoggedIn   |CS"MAPI DeleteMail - You are not logged in currently"
    95    #REPLACE C_$LogonError              |CS"MAPI Logon - Errorcode:"
    96    #REPLACE C_$LogonAlreadyLoggedIn    |CS"MAPI Logon - You are already logged into a session"
    97    #REPLACE C_$LogoffFailureError      |CS"MAPI Logoff failure - Errorcode:"
    98    #REPLACE C_$LogoffNotLoggedIn       |CS"MAPI Logoff - You are not logged in currently"
    99    #REPLACE C_$FindNextNotLoggedIn     |CS"MAPI FindNext - You are not logged in currently"
   100    #REPLACE C_$FreeBufferError         |CS"MAPI FreeBuffer - Errorcode:"
   101    #REPLACE C_$ReadMailError           |CS"MAPI ReadMail - Errorcode:"
   102    #REPLACE C_$ReadMailNotLoggedOn     |CS"MAPI ReadMail - You are currently not logged on to MAPI"
   103    #REPLACE C_$SendMailError           |CS"MAPI SendMail - Errorcode:"
   104    #REPLACE C_$SendMailNotLoggedOn     |CS"MAPI SendMail - You are currently not logged on to MAPI"
   105    #REPLACE C_$SaveMailError           |CS"MAPI SaveMail - Errorcode:"
   106    #REPLACE C_$ResolveNameNotLoggedOn  |CS"MAPI ResolveName - You are currently not logged on to MAPI"
   107    #REPLACE C_$AddressbookNotLoggedOn  |CS"MAPI Addressbook - You are currently not logged on to MAPI"
   108
   109//codecsl.pkg
   110    #REPLACE C_$PressF4ToSeeValidOptions |CS"Press F4 to see Valid options"
   111
   112//Comm.pkg
   113    #REPLACE C_$DriverNotInstalled |CS"Driver not Installed"
   114
   115//CrystalReport.pkg
   116    #REPLACE C_$ErrorNumberOutOfRange  |CS"Error number out of range"
   117    #REPLACE C_$EngineTimeoutError     |CS"Unable to close engine (timeout error)."
   118    #REPLACE C_$UnableToAllocateMemory |CS"Unable to allocate memory"
   119    #REPLACE C_$UnableToFreeMemory     |CS"Unable to free memory"
   120    #REPLACE C_$InvalidFieldNumber     |CS"Invalid field number."
   121    #REPLACE C_$UnableToGetErrorText   |CS"Unable to get error text."
   122    #REPLACE C_$LocationOfFile         |CS"Location of file %1 is %2"
   123    #REPLACE C_$PrintJobNotOpened      |CS"Print job not opened."
   124
   125//cWorkspace.pkg
   126    #REPLACE C_$WorkspaceNotUsed |CS"Workspace: Not Used"
   127    #REPLACE C_$WorkspaceDesc    |CS"Workspace: %1"
   128    #REPLACE C_$WorkspaceName    |CS"Workspace Name: %1"
   129    #REPLACE C_$Filelist         |CS"Filelist: %1"
   130    #REPLACE C_$DataPath         |CS"Data Path: %1"
   131    #REPLACE C_$ProgramPath      |CS"Program Path: %1"
   132    #REPLACE C_$HelpPath         |CS"Help Path: %1"
   133    #REPLACE C_$BitmapsPath      |CS"Bitmaps Path: %1"
   134    #REPLACE C_$SystemPaths      |CS"System Paths: %1"
   135    #REPLACE C_$FullDFPath       |CS"Full DFPath: %1"
   136    #REPLACE C_$NoWsName         |CS"The Workspace name was not found in the list of registered Workspaces"
   137    #REPLACE C_$NoWsFileFound    |CS"The Workspace file identifying the Workspace can not be found"
   138    #REPLACE C_$NoWsDataPath     |CS"The Workspace file does not have a path defined for the Data"
   139    #REPLACE C_$NoWsFileList     |CS"The Workspace file does not have a path defined for the FileList"
   140    #REPLACE C_$NoFileListCfg    |CS"The FileList.cfg file is not where the Workspace expects it to be"
   141
   142//DefaultStatusbar.pkg
   143    #REPLACE C_$View |CS"View"
   144
   145//Dfabout.pkg
   146    #REPLACE C_$CurrentDirectory        |CS"Current Directory: %1"
   147    #REPLACE C_$WindowsDirectory        |CS"Windows Directory: %1"
   148    #REPLACE C_$NetworkUserName         |CS"Network User Name: %1"
   149    #REPLACE C_$ThousandsSeparator      |CS"Thousands Separator: '%1' (%2)"
   150    #REPLACE C_$DecimalSeparator        |CS"Decimal Separator: '%1'"
   151    #REPLACE C_$CurrentFilelist         |CS"Current Filelist: %1"
   152    #REPLACE C_$DatabaseLockingDelay    |CS"Database Locking Delay: %1 Milliseconds"
   153    #REPLACE C_$DatabaseLockingTimeout  |CS"Database Locking Timeout: %1 Milliseconds"
   154    #REPLACE C_$VideoResolution         |CS"Video Resolution: %1 by %2"
   155    #REPLACE C_$PageEndFormFeed         |CS"Page End: %1 Form Feed: %2"
   156    #REPLACE C_$CurrentSystemDate       |CS"Current System Date: %1"
   157    #REPLACE C_$USA                     |CS"USA"
   158    #REPLACE C_$European                |CS"European"
   159    #REPLACE C_$Military                |CS"Military"
   160    #REPLACE C_$UnknownDateType         |CS"Unknown Date Type"
   161    #REPLACE C_$DateFormat              |CS"Date Format: %1"
   162    #REPLACE C_$AvailableMemory         |CS"Available Memory: %1"
   163    #REPLACE C_$MemoryUtilization       |CS"Current memory utilization: %1"
   164    #REPLACE C_$AvailablePhysicalMemory |CS"Percentage available physical memory: %1"
   165    #REPLACE C_$AvailablePagefileSpace  |CS"Percentage available pagefile space: %1"
   166    #REPLACE C_$AvailableVirtualMemory  |CS"Percentage available virtual memory: %1"
   167    #REPLACE C_$Serial                  |CS"Serial#: %1"
   168    #REPLACE C_$RegName                 |CS"Reg Name: %1"
   169    #REPLACE C_$RuntimeVersion          |CS"Runtime Version: %1"
   170    #REPLACE C_$PackageVersion          |CS"Package Version: %1"
   171    #REPLACE C_$FMACVersion             |CS"FMAC Version: %1"
   172    #REPLACE C_$DatabaseDriver          |CS"Database driver(s): %1"
   173    #REPLACE C_$HelpFile                |CS"Help File: %1"
   174    #REPLACE C_$EnterKeyNavForward      |CS"Enter Key navigates forward: %1"
   175    #REPLACE C_$SystemInformation       |CS"System Information"
   176    #REPLACE C_$ProductName             |CS"Product Name"
   177    #REPLACE C_$Author                  |CS"Author"
   178    #REPLACE C_$SystemInfo              |CS"System Info"
   179
   180//Dfadlg.pkg
   181    #REPLACE C_$ChangesExistExit |CS"Changes exist in %1.\n\nExit this Application?"
   182
   183//Dfbitmap.pkg
   184    #REPLACE C_$SelectBitmapFile |CS"Select a bitmap file"
   185
   186//Dfcdsl.pkg
   187    #REPLACE C_$Id     |CS"Id"
   188
   189//Dfconfrm.pkg
   190    #REPLACE C_$SaveThisRecord      |CS"Save this record?"
   191    #REPLACE C_$DeleteThisRecord    |CS"Delete this record?"
   192    #REPLACE C_$SaveThisLine        |CS"Save this Line?"
   193    #REPLACE C_$DeleteThisLine      |CS"Delete this Line?"
   194    #REPLACE C_$AbandonChanges      |CS"Abandon Changes?"
   195    #REPLACE C_$ChangesExistAbandon |CS"Changes Exist. Abandon changes and exit this window?"
   196
   197//Dfenrad.pkg
   198    #REPLACE C_$TooManyRadioObjects |CS"Too many radio objects"
   199
   200//Dferror.pkg
   201    #REPLACE C_$TechnicalDetails |CS"Technical Details\nError Number: %1\nInstruction Address: %2"
   202    #REPLACE C_$ErrorSource      |CS"Error Source"
   203    #Replace C_$UnhandledProgramError  |CS"Unhandled Program Error"
   204
   205//Dfrepky.pkg
   206    #REPLACE C_$ReportInterrupt  |CS"Report Interrupt"
   207
   208//Dfrpt.pkg
   209    #REPLACE C_$PrintingReport      |CS"Printing Report"
   210    #REPLACE C_$BeginReport         |CS"Begin Report"
   211    #REPLACE C_$EndReport           |CS"End Report"
   212    #REPLACE C_$Record              |CS"Record"
   213    #REPLACE C_$Page                |CS"Page"
   214    #REPLACE C_$AnErrorWishToCancel |CS"An error was encountered. Do you wish to cancel this report?"
   215    #REPLACE C_$CancelThisReport    |CS"Do you wish to cancel this report?"
   216
   217//Dftimer.pkg
   218    #REPLACE C_$TimerNoHandle      |CS"DFTimerManager doesn't have Window_Handle!"
   219    #REPLACE C_$TooManyTimers      |CS"Can't create timer. Too many?"
   220    #REPLACE C_$CantKillTimer      |CS"Can't kill timer! Windows error"
   221    #REPLACE C_$TimerWithoutObject |CS"OnTimer: Timer event without object!"
   222
   223//FlexCom.pkg
   224    // these were originally in FlxOleUS.inc
   225    #REPLACE DFOLEError1000 |CS"CreateDispatch failed"
   226    #REPLACE DFOLEError1001 |CS"AttachDispatch failed"
   227    #REPLACE DFOLEError1002 |CS"Failed to create client"
   228    #REPLACE DFOLEError1003 |CS"Failed to initialize OCX event message"
   229    #REPLACE DFOLEError1004 |CS"Failed to Get/Set caption of ActiveX control"
   230    // these were in the actual package
   231    #REPLACE C_$UnexpectedFlexComVersion |CS"Unexpected version of FlexCOM."
   232    #REPLACE C_$PleaseCheckVersion       |CS"Please check the version information of dfolecln.dll."
   233    #REPLACE C_$ComObjectDoesNotExist    |CS"Invalid reference, COM object does not exist"
   234
   235//Flexml.pkg
   236    #REPLACE C_$XmlMethodFailure      |CS"%1 failed."
   237    #REPLACE C_$XmlFailedNoDocObject  |CS"get_CreateXMLObject failed. No DocumentObject"
   238    #REPLACE C_$CannotLoad            |CS"Cannot load %1"
   239    #REPLACE C_$ParsingError          |CS"A Parsing Error has occurred on line %1 at pos %2."
   240    #REPLACE C_$Reason                |CS"Reason"
   241    #REPLACE C_$Source                |CS"Source"
   242    #REPLACE C_$NotCreatedParseObject |CS"Could not create ParseErrorObject"
   243
   244//GlobalFunctionsProcedures.pkg
   245    #REPLACE C_$NoErrorTextAvailable |CS"No error text available"
   246
   247//RegistryAPI.pkg
   248    #REPLACE C_$ErrorCode |CS"Error code"
   249
   250//SelectWorkspace.dg
   251    #REPLACE C_$SelectWorkspace    |CS"Select Workspace"
   252    #REPLACE C_$CurrentWorkspace   |CS"Current Workspace"
   253    #REPLACE C_$NoneSelected       |CS"None Selected"
   254    #REPLACE C_$OrderBy            |CS"Order By"
   255    #REPLACE C_$Name               |CS"Name"
   256    #REPLACE C_$SelectedWorkspace  |CS"Selected Workspace"
   257    #REPLACE C_$SelectNewWorkspace |CS"Select New Workspace"
   258    #REPLACE C_$Browse             |CS"Browse..."
   259
   260//seq_chnl.pkg
   261    #REPLACE C_$NoOpenChannels      |CS"no open channels"
   262    #REPLACE C_$ChannelNotAvailable |CS"channel not available"
   263
   264//Sercomm.pkg
   265    #REPLACE C_$UnableToConnectToPort     |CS"Unable To Connect To Port"
   266    #REPLACE C_$UnableToConfigurePort     |CS"Unable To Configure Port"
   267    #REPLACE C_$PortIsAlreadyDisconnected |CS"Port Is Already Disconnected"
   268    #Replace C_$ReadFailedTimeoutOccured  |CS"Read Failed Timeout Occurred"
   269    #REPLACE C_$CannotWriteToPort         |CS"Cannot Write To Port"
   270    #REPLACE C_$UnrecoverableCommError    |CS"Unrecoverable Communication Error"
   271
   272//VersionControl.pkg
   273    #REPLACE C_$RuntimePackageMismatch |CS"Runtime/Package Mismatch: Runtime (%1.%2.%3) Min. Required (%4.%5.%6)"
   274
   275//sql.pkg
   276    #REPLACE C_$ColumnNumber                  |CS"Column number"
   277    #REPLACE C_$BindFileShouldBeSet           |CS"piBindFile should be set"
   278    #REPLACE C_$TypeIncompatibleWithStatement |CS"type incompatible with statement"
   279    #REPLACE C_$FileNotOpenNumber             |CS"File not open (number = %1)"
   280    #REPLACE C_$AttributeIs                   |CS"Attribute is"
   281
   282// Df_Print.pkg
   283    #INCLUDE Language_Winprint_English.inc // was DFRptEUS.inc
   284    #REPLACE C_$NoInstalledPrinters           |CS"No Printers Installed"
   285
   286// cXmlHttpTransfer.pkg and cClientWebService.pkg
   287    #REPLACE C_$HttpRequestFailed             |CS"Http request failed"
   288    #REPLACE C_$BadOrMissingDataSent          |CS"Bad or missing data sent"
   289    #REPLACE C_$InvalidContentTypeReceived    |CS"Invalid contentType received (%1)"
   290    #REPLACE C_$NoDataWasReceived             |CS"No data was received"
   291    #REPLACE C_$ReceivedDataNotInXMLFormat    |CS"Received data not in proper XML format"
   292    #REPLACE C_$ReceivedDataIsBad             |CS"Received data is bad"
   293
   294    #REPLACE C_$XmlDataNotInSoapFormat        |CS"Received XML data not in proper Soap format"
   295    #REPLACE C_$SoapDataNotAsWSDL             |CS"Received SOAP data not formatted according to service description"
   296    #REPLACE C_$SoapFault                     |CS"Server Responded with a Soap Fault Error"
   297    #REPLACE C_$SoapFaultCode                 |CS"Fault Code:"
   298    #REPLACE C_$SoapFaultString               |CS"Fault String:"
   299
   300    #REPLACE C_$ParameterNotSerializedProperly |CS"Parameter %1 was not serialized properly"
   301
   302    #REPLACE C_$ReceivedDataTypeIsBad         |CS"Received XML data does not match destination data type"
   303    #REPLACE C_$CouldNotFindHRefedData        |CS"Cannot find ID for referenced HREF element"
   304
   305    #Replace C_$CannotAddSOAPRequestHeader |CS"Cannot add SOAP request header. Node is not an xml element"
   306
   307// cWebService.pkg
   308    #REPLACE C_$ParamsMustBeExtended          |CS"Registered parameters must be extended"
   309
   310// cDbTextEdit and cDbRichEdit
   311    #REPLACE C_$MaxLenAndCurrentLen           |CS"(Maximum Length=%1, Current Length=%2)"
   312
   313// cCrystal.pkg
   314    #REPLACE C_$UnableToCreateDatabaseObject      |CS"Unable to create database object."
   315    #REPLACE C_$UnableToCreateTableObject         |CS"Unable to create database table object."
   316    #REPLACE C_$UnableToCreateTableObjects        |CS"Unable to create database tables object."
   317    #REPLACE C_$NoLocationSpecifiedForTable       |CS"No location specified for table '%1'."
   318    #REPLACE C_$NoIOChannelAvailableForCDO        |CS"No Seq I/O channel available for CDO process."
   319    #REPLACE C_$ErrorCreatingCDOField             |CS"Error creating CDO for field '%1'."
   320    #REPLACE C_$UnknownFieldTypeForCDO            |CS"Unknown field type '%1' for CDO field '%2'."
   321    #REPLACE C_$UnableToLocateCDOFile             |CS"Unable to locate '%1' for generating CDO."
   322    #REPLACE C_$UnableToCreateCDOobject           |CS"Unable to create CDO object for '%1'."
   323    #REPLACE C_$UnableToCreateFormulaFieldsObject |CS"Unable to create formula fields object."
   324    #REPLACE C_$UnableToCreateFormulaFieldObject  |CS"Unable to create formula field object for '%1'."
   325    #REPLACE C_$ErrorLoadingParamFieldObjects     |CS"An error occurred while loading parameter field objects."
   326    #REPLACE C_$UnableToCreateParamFieldsObject   |CS"Unable to create parameter fields object."
   327    #REPLACE C_$UnableToCreateRecordSortObject    |CS"Unable to create record sort object."
   328    #REPLACE C_$CannotAddSortField                |CS"Cannot add sort field for table '%1' and field '%2'."
   329    #REPLACE C_$CannotAddSortFormulaField         |CS"Cannot add sort formula field '%1'."
   330    #REPLACE C_$SubreportCouldNotBeOpened         |CS"Subreport '%1' could not be opened."
   331    #REPLACE C_$ErrorCreatingExportObject         |CS"Error creating export object."
   332    #REPLACE C_$ReportIsAlreadyOpened             |CS"Failed to open report. A report is already opened."
   333    #REPLACE C_$FailedToConnectCrystalAutomation  |CS"Failed to connect Crystal Report automation object. The Crystal RDC COM runtime components may not be installed."
   334    #REPLACE C_$UnabletoLocateReport              |CS"Unable to locate report '%1'."
   335    #REPLACE C_$ErrorOpeningReport                |CS"Error opening report '%1'."
   336    #REPLACE C_$NoPrintDestinationDefined         |CS"No print destination defined."
   337    #REPLACE C_$NoMainPanelObject                 |CS"No Main Panel object defined. Previewer cannot be created."
   338    #REPLACE C_$NoClientAreaObject                |CS"No ClientArea object defined. Previewer cannot be created."
   339    #REPLACE C_$PreviewObjectAlreadyAssigned      |CS"A preview object has already been assigned."
   340
   341// cCrystalPreview.pkg
   342    #REPLACE C_$CrystalCOMPreviewerNotCreated     |CS"Crystal COM previewer not created."
   343
   344// This adds all webapp constants. 
   345    #Include Language_WebApp_English.inc
   346
   347// cCJStandardMenuItemClasses.pkg
   348    #Replace C_$CaptionCut                 "Cu&t"
   349    #Replace C_$DescCut                    "Cuts the selection and puts it on the Clipboard"
   350    #Replace C_$ToolTipCut                 "Cut"
   351    
   352    #Replace C_$CaptionCopy                "&Copy"
   353    #Replace C_$DescCopy                   "Copies the selection and puts it on the Clipboard"
   354    #Replace C_$ToolTipCopy                "Copy"
   355    
   356    #Replace C_$CaptionPaste               "&Paste"
   357    #Replace C_$DescPaste                  "Inserts Clipboard contents"
   358    #Replace C_$ToolTipPaste               "Paste"
   359    
   360    #Replace C_$CaptionDelete              "&Delete"
   361    #Replace C_$DescDelete                 "Delete Selected text"
   362    #Replace C_$ToolTipDelete              "Delete"
   363
   364    #Replace C_$CaptionSelectAll           "&SelectAll"
   365    #Replace C_$DescSelectAll              "Select all text"
   366    #Replace C_$ToolTipSelectAll           "SelectAll"
   367    
   368    #Replace C_$CaptionUndo                "&Undo"
   369    #Replace C_$DescUndo                   "Undo last action"
   370    #Replace C_$ToolTipUndo                "Undo"
   371
   372    #Replace C_$CaptionExit                "E&xit"
   373    #Replace C_$DescExit                   "Exit Application"
   374    #Replace C_$ToolTipExit                "Exit"
   375
   376    #Replace C_$CaptionHelp                "&Help"
   377    #Replace C_$DescHelp                   "Search for help on a particular subject"
   378    #Replace C_$ToolTipHelp                "Help"
   379    
   380    #Replace C_$CaptionAbout               "&About"
   381    #Replace C_$DescAbout                  "Access Information about this program"
   382    #Replace C_$ToolTipAbout               "About"
   383    
   384    #Replace C_$CaptionAddStatusbar        "&Statusbar"
   385    #Replace C_$DescAddStatusbar           "Add or Remove the statusbar"
   386    #Replace C_$ToolTipAddStatusbar        "Statusbar"
   387
   388    #Replace C_$CaptionAutoArrangeIcons    "&Auto Arrange Icons"
   389    #Replace C_$DescAutoArrangeIcons       "Automatically arrange the icons when re-sizing the Application"
   390    #Replace C_$ToolTipAutoArrangeIcons    "Auto Arrange Icons"
   391
   392    #Replace C_$CaptionRestoreMenus        "&Restore"
   393    #Replace C_$DescRestoreMenus           "Restore menus and toolbars to start up state"
   394    #Replace C_$ToolTipRestoreMenus        "Restore"
   395    
   396    #Replace C_$CaptionCascade             "&Cascade"
   397    #Replace C_$DescCascade                "Cascade all open Windows/Views"
   398    #Replace C_$ToolTipCascade             "Cascade"
   399
   400    #Replace C_$CaptionTileHorizontally    "Tile &Horizontally"
   401    #Replace C_$DescTileHorizontally       "Tile all open Windows/Views horizontally"
   402    #Replace C_$ToolTipTileHorizontally    "Tile Horizontally"
   403
   404    #Replace C_$CaptionTileVertically      "Tile &Vertically"
   405    #Replace C_$DescTileVertically         "Tile all open Windows/Views vertically"
   406    #Replace C_$ToolTipTileVertically      "Tile Vertically"
   407
   408    #Replace C_$CaptionMinimizeWindows     "&Minimize all Windows"
   409    #Replace C_$DescMinimizeWindows        "Minimize all open Windows/Views"
   410    #Replace C_$ToolTipMinimizeWindows     "Minimize all Windows"
   411
   412    #Replace C_$CaptionRestoreWindows      "&Restore all Windows"
   413    #Replace C_$DescRestoreWindows         "Restore all open Windows/Views to normal screen display mode"
   414    #Replace C_$ToolTipRestoreWindows      "Restore all Windows"
   415
   416    #Replace C_$CaptionArrangeIcons        "Arrange &Icons"
   417    #Replace C_$DescArrangeIcons           "Arrange the icons at the bottom"
   418    #Replace C_$ToolTipArrangeIcons        "Arrange Icons"
   419
   420    // Note: These are only provided to support translations that match other
   421    // keyboards for "Delete", "Ctrl", "Alt" and "Shift". Requring that the entire
   422    // shortcut be translated allows the Studio to properly translate these. Only the
   423    // absolute minimum keys are provided. We will add these as needed.
   424
   425    #Replace C_$Key_Delete                 "Delete"
   426    #Replace C_$Key_Ctrl_X                 "Ctrl+X"
   427    #Replace C_$Key_Ctrl_C                 "Ctrl+C"
   428    #Replace C_$Key_Ctrl_V                 "Ctrl+V"
   429    #Replace C_$Key_Ctrl_A                 "Ctrl+A"
   430    #Replace C_$Key_Ctrl_Z                 "Ctrl+Z"
   431    #Replace C_$Key_Alt_F4                 "Alt+F4"
   432
   433
   434// cCJDeoMenuItemClasses.pkg
   435
   436    #Replace C_$CategoryOther              "Other"
   437    #Replace C_$CategoryFile               "File"
   438    #Replace C_$CategoryEdit               "Edit"
   439    #Replace C_$CategoryWindow             "Window"
   440    #Replace C_$CategoryHelp               "Help"
   441    #Replace C_$CategoryDEO                "Data Entry"
   442    #Replace C_$CategoryNavigate           "Navigate"
   443
   444    #Replace C_$CaptionClear               "&Clear/Add"
   445    #Replace C_$DescClear                  "Clear current record / Add a new record"
   446    #Replace C_$ToolTipClear               "Clear/Add"
   447    
   448    #Replace C_$CaptionClearAll            "Clear &all"
   449    #Replace C_$DescClearAll               "Clear all data from view"
   450    #Replace C_$ToolTipClearAll            "Clear all"
   451    
   452    #Replace C_$CaptionDeleteRec           "&Delete"
   453    #Replace C_$DescDeleteRec              "Delete the current record"
   454    #Replace C_$ToolTipDeleteRec           "Delete"
   455    
   456    #Replace C_$CaptionSave                "&Save"
   457    #Replace C_$DescSave                   "Save the current record"
   458    #Replace C_$ToolTipSave                "Save"
   459    
   460    #Replace C_$CaptionPrompt              "&Prompt"
   461    #Replace C_$DescPrompt                 "Show available selections"
   462    #Replace C_$ToolTipPrompt              "Prompt"
   463    
   464    #Replace C_$CaptionZoom                "&Zoom"
   465    #Replace C_$DescZoom                   "Show appropriate Zoom"
   466    #Replace C_$ToolTipZoom                "Zoom"
   467    
   468    #Replace C_$CaptionFindGE              "&Find"
   469    #Replace C_$DescFindGE                 "Find a record"
   470    #Replace C_$ToolTipFindGE              "Find"
   471    
   472    #Replace C_$CaptionFindGT              "&Next"
   473    #Replace C_$DescFindGT                 "Find the Next record"
   474    #Replace C_$ToolTipFindGT              "Next"
   475    
   476    #Replace C_$CaptionFindLT              "Pre&vious"
   477    #Replace C_$DescFindLT                 "Find the Previous record"
   478    #Replace C_$ToolTipFindLT              "Previous"
   479    
   480    #Replace C_$CaptionFindFirst           "Find fi&rst"
   481    #Replace C_$DescFindFirst              "Find the First record"
   482    #Replace C_$ToolTipFindFirst           "Find first"
   483    
   484    #Replace C_$CaptionFindLast            "Find &last"
   485    #Replace C_$DescFindLast               "Find the Last record"
   486    #Replace C_$ToolTipFindLast            "Find last"
   487    
   488    #Replace C_$CaptionSuperFindGE         "Superfind"
   489    #Replace C_$DescSuperFindGE            "Superfind a record"
   490    #Replace C_$ToolTipSuperFindGE         "Superfind"
   491    
   492    #Replace C_$CaptionSuperFindGT         "Superfind next"
   493    #Replace C_$DescSuperFindGT            "Superfind the Next record"
   494    #Replace C_$ToolTipSuperFindGT         "Superfind next"
   495    
   496    #Replace C_$CaptionSuperFindLT         "Superfind previous"
   497    #Replace C_$DescSuperFindLT            "Superfind the Previous record"
   498    #Replace C_$ToolTipSuperFindLT         "Superfind previous"
   499    
   500    #Replace C_$CaptionNextArea            "&Next Area"
   501    #Replace C_$DescNextArea               "Move to Next Area"
   502    #Replace C_$ToolTipNextArea            "Next Area"
   503                                          
   504    #Replace C_$CaptionPriorArea           "P&revious Area"
   505    #Replace C_$DescPriorArea              "Move to Previous Area"
   506    #Replace C_$ToolTipPriorArea           "Previous Area"
   507                                          
   508    #Replace C_$CaptionNextView            "Ne&xt View"
   509    #Replace C_$DescNextView               "Move to Next View"
   510    #Replace C_$ToolTipNextView            "Next View"
   511                                          
   512    #Replace C_$CaptionPriorView           "Pre&vious View"
   513    #Replace C_$DescPriorView              "Move to Previous View"
   514    #Replace C_$ToolTipPriorView           "Previous View"
   515
   516    // Note: These are only provided to support translations that match other
   517    // keyboards for "Delete", "Ctrl", "Alt" and "Shift". Requring that the entire
   518    // shortcut be translated allows the Studio to properly translate these. Only the
   519    // absolute minimum keys are provided. We will add these as needed.
   520
   521    #Replace C_$Key_Delete                 "Delete"
   522    #Replace C_$Key_Ctrl_X                 "Ctrl+X"
   523    #Replace C_$Key_Ctrl_C                 "Ctrl+C"
   524    #Replace C_$Key_Ctrl_V                 "Ctrl+V"
   525    #Replace C_$Key_Ctrl_A                 "Ctrl+A"
   526    #Replace C_$Key_Alt_F4                 "Alt+F4"
   527    #Replace C_$Key_Ctrl_F5                "Ctrl+F5"
   528    #Replace C_$Key_Shift_F2               "Shift+F2"
   529    #Replace C_$Key_Alt_F9                 "Alt+F9"
   530    #Replace C_$Key_Ctrl_Home              "Ctrl+Home"
   531    #Replace C_$Key_Ctrl_End               "Ctrl+End"
   532    #Replace C_$Key_Shift_F6               "Shift+F6"
   533    #Replace C_$Key_Alt_F6                 "Alt+F6"
   534    #Replace C_$Key_Ctrl_F6                "Ctrl+F6"
   535
   536// cCJSkinFramework
   537
   538    #Replace C_$ApplicationObjectNotCreated "Application Object is not created yet"
   539    
   540// cCJGrid related classes
   541    
   542    #Replace C_$FieldChooser            "Field Chooser"
   543    #Replace C_$FreezeUnFreeze          "Freeze/Unfreeze Column"
   544    #Replace C_$RestoreLayout           "Restore Layout"
   545    
   546