Module Language_WebApp_English.inc
1//cHtmlreport.pkg
2 #REPLACE C_$ChildAndParentHaveSameServer |CS"Child Report and parent report have the same server"
3
4//RemoteEntryMixin.pkg
5 #REPLACE C_$ErrorsDuringSave |CS"Errors During Save"
6 #REPLACE C_$ErrorsDuringClear |CS"Errors During Clear"
7 #REPLACE C_$ErrorsDuringDelete |CS"Errors During Delete"
8 #REPLACE C_$ErrorsDuringFind |CS"Errors During Find"
9 #REPLACE C_$ErrorsDuringValidate |CS"Errors During Validate"
10
11// cAutoWebReport.pkg
12 #REPLACE C_$NoDDOForReport |CS"There is no DDO server for this report"
13
14// cVDFInternetSession.pkg
15 #REPLACE C_$FileNameAlreadyExists |CS"File Name already exists (%1)"
16 #REPLACE C_$WBONameAlreadyExists |CS"WBO Name already exists (%1)"
17 #REPLACE C_$WBONotFound |CS"WBO object not found (%1)"
18 #REPLACE C_$FieldInDataFile |CS"'%1' field in '%2' datafile"
19 #REPLACE C_$InDataFile |CS"in '%1' datafile"
20 #REPLACE C_$CriticalErrorProgramHalted |CS"VDF Critical error: Program halted"
21 #REPLACE C_$VDFErrorInLine |CS"VDF Error#: %1 in line: %2."
22
23//cInternetSessionBusinessProcess.plg
24 #REPLACE C_$MissingISO |CS"Missing Internet Session Object"
25 #REPLACE C_$MissingErrorHandlerObject |CS"Missing Error Handling Object"
26 #REPLACE C_$pVDFISDataIsNull |CS"Bad pVDFISData: pVDFISData is Null"
27 #REPLACE C_$pFieldDataIsNull |CS"Bad pVDFISData: pFieldData is Null"
28 #REPLACE C_$CouldNotAllocatepData |CS"Heap Error: Could not Allocate pData"
29 #REPLACE C_$CouldNotMemCopy |CS"Heap Error: Could not MemCopy"
30 #REPLACE C_$ChangedStateNotSupported |CS"Changed State not supported from browser: (%1.%2)"
31 #REPLACE C_$ChangedStateNotAvailable |CS"Changed State not available for file/field: %1.%2"
32 #REPLACE C_$CallErrorMessageNotRegistered |CS"Call Error: Message not registered %1"
33 #REPLACE C_$CallErrorMessageNotDefined |CS"Call Error: Message not defined %1"
34 #REPLACE C_$CallErrorTooManyParams |CS"Call Error: Too many params for %1"
35 #REPLACE C_$CallErrorBadParameterBlock |CS"Call Error: Bad parameter block"
36 #REPLACE C_$CallErrorUnknown |CS"Call Error: Unknown Error, report to technical support"
37 #REPLACE C_$InvalidFileFieldinDdValue |CS"Invalid sFileField (%1) in ddValue"
38 #REPLACE C_$InvalidFileFieldinSetDdValue |CS"Invalid sFileField (%1) in SetddValue"
39
40//cDistributedBusinessProcess.pkg
41 #REPLACE C_$BadFileName |CS"Bad Filename: %1"
42 #REPLACE C_$BadFieldNameForFile |CS"Bad Fieldname '%1' for file %2"
43 #REPLACE C_$NoDefinedMainDD |CS"You have not defined a main DD"
44 #REPLACE C_$NoFileNameSpecified |CS"No filename was specified"
45 #REPLACE C_$CouldNotFindDDForFileName |CS"Could not find DD for %1"
46
47//cWebBusinessProcess.pkg
48 #REPLACE C_$ParamCountExceeded |CS"Parameter count exceeded 1000!/n/n%1"
49
50//cWebApp.pkg
51 #REPLACE C_$Build |CS"Build"
52 #REPLACE C_$Company |CS"Company"
53 #REPLACE C_$WebBusinessObjects |CS"Web Business Objects (WBOs)"
54 #REPLACE C_$WrongDoDetachStatus |CS"Wrong status for DoDetach: DetachStatus=%1"
55 #REPLACE C_$WrongDoAttachStatus |CS"Wrong status for DoAttach: AttachStatus=%1"
56 #Replace C_$MissingApplicationObject |CS"Missing Application Object"
57
58//cWebService.pkg
59 #Replace C_$CannotAddSOAPResponseHeader1 |CS"Cannot add SOAP response header. Node is not an xml element"
60 #Replace C_$CannotAddSOAPResponseHeader2 |CS"Cannot add SOAP response header. Element node is not valid"
61 #Replace C_$InvalidSOAPRequestHeader |CS"Invalid SOAP request header, not well-formed xml"