aboutsummaryrefslogtreecommitdiff
path: root/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDModEASF.h
diff options
context:
space:
mode:
authorferbas <ferbas@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-01-13 09:41:29 +0000
committerferbas <ferbas@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-01-13 09:41:29 +0000
commit43d65dc03325bcce8561423b9607f7e114355f7d (patch)
tree7bef4e532a43f4e98ee16b012dca7499ab547e5b /Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDModEASF.h
parentf1288ff2082a3330b62b60ee80521c37576ff9cc (diff)
downloadpdf-as-3-43d65dc03325bcce8561423b9607f7e114355f7d.tar.gz
pdf-as-3-43d65dc03325bcce8561423b9607f7e114355f7d.tar.bz2
pdf-as-3-43d65dc03325bcce8561423b9607f7e114355f7d.zip
initial import
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@545 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDModEASF.h')
-rw-r--r--Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDModEASF.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDModEASF.h b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDModEASF.h
new file mode 100644
index 0000000..45bb2ca
--- /dev/null
+++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDModEASF.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(pdModErrNoError, "No error.")
+
+DefineErr(pdModErrEncTablesFailed, "Unable to initialize font encoding tables.")
+
+DefineErr(pdModErrDuplicateCryptName, "A security plug-in is already registered with this name.")
+
+DefineErr(pdModErrDuplicatePermName, "A permission handler is already registered with this name.")
+
+DefineErr(pdModErrBadNavigator, "This navigator file cannot be read. Ensure that the mimetype file exists and is the first file in the package.")
+
+DefineErr(pdModErrNewNavigator, "This navigator requires a new version of Acrobat.")
+
+DefineErr(pdModErrNavUnknownExtension, "This navigator does not have a valid file extension. The only valid file extension for a navigator is either \"nav\" or \"swf\".")
+
+DefineErr(pdModErrNavInvalidMimeType, "This navigator has an invalid mimetype file. The navigator mimetype must be \"application/vnd.adobe.pdf-navigator\".")
+
+DefineErr(pdModErrNavMissingSwf, "This navigator is missing its swf file. Check the spelling of the file name (it is case sensitive).")
+
+DefineErr(pdModErrNavMissingNavigatorXML, "This navigator is missing its navigator xml file.")
+
+DefineErr(pdModErrNavMissingLocalesXML, "This navigator is missing its locales xml file. Check the spelling of the file name (it is case sensitive).")
+
+DefineErr(pdModErrNavMissingStringsXML, "This navigator is missing one or more of its localization xml files. Check the spelling of the file name (it is case sensitive).")
+
+DefineErr(pdModErrNavInvalidNavigatorXML, "This navigator's navigator xml file is malformed. Verify that your xml file is valid per the navigator schema.")
+
+DefineErr(pdModErrNavInvalidLocalesXML, "This navigator's locales xml file is malformed. Verify that your xml file is valid per the navigator schema.")
+
+DefineErr(pdModErrNavInvalidStringsXML, "One or more of this navigator's localization xml files is malformed. Verify that your xml file is valid per the navigator schema.")
+
+
+
+/* End of automatic generated header file */
+
+/***** End of file ***********************************************************/