From 43d65dc03325bcce8561423b9607f7e114355f7d Mon Sep 17 00:00:00 2001 From: ferbas Date: Wed, 13 Jan 2010 09:41:29 +0000 Subject: initial import git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@545 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../sources/import/API/XtnMgrEASF.h | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h (limited to 'Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h') diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h new file mode 100644 index 0000000..c54b3e5 --- /dev/null +++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h @@ -0,0 +1,48 @@ +/* +* DO NOT EDIT THIS FILE MANNUALLY. +* +* +* Header file generated AUTOMATICALLY by The batch file ...\Tools\win\makePDFLHfromASF.bat. +* The batch file calls ZBFGen2, a ZString2.0 library program, using the template ...\Tools\win\ztrings\PDFLError_Str.tmpl. +* +* DO NOT EDIT THIS FILE MANNUALLY. THIS IS CLOSELY TIED WITH THE ZString2.0 Binary +* Format. Regenerate this whenever the corresponding .asfx file changes. +* +*/ + + +DefineErr(xmErrNoError, "No error.") + +DefineErr(xmErrOutOfDateHFT, "The plug-in was compiled with an out-of-date HFT.") + +DefineErr(xmErrNoPLUGResource, "The plug-in appears to be damaged or in use.") + +DefineErr(xmErrPlugInIncompatible, "The plug-in is incompatible with this version of the Acrobat.") + +DefineErr(xmErrInitializationFailed, "The plug-in failed to initialize.") + +DefineErr(xmErrDuplicatePlugInName, "Two plug-ins are attempting to register with the same name.") + +DefineErr(xmErrCannotReplaceSelector, "Attempt to replace an unreplaceable selector.") + +DefineErr(xmErrCalledObsoleteProc, "An unimplemented or obsolete function was called.") + +DefineErr(xmErrPlugInLoadFailed, "The plug-in failed to load.") + +DefineErr(xmErrNotPrivileged, "The Adobe Reader cannot load this plug-in.") + +DefineErr(xmErr68KOnly, "Only the 68K Viewer can load this plug-in.") + +DefineErr(xmErrPPCOnly, "Only the PowerPC Viewer can load this plug-in.") + +DefineErr(xmErrPlugInNotTrusted, "This is not a trusted plug-in.") + +DefineErr(xmErrPlugInNotCarbonized, "This plugin cannot load on MacOS X.") + +DefineErr(xmErrPluginResourceMismatch, "The currently selected language resources are not supported by this plugin.") + + + +/* End of automatic generated header file */ + +/***** End of file ***********************************************************/ -- cgit v1.2.3