localization.LocalizedStrings-en-US.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groupdocs-viewer Show documentation
Show all versions of groupdocs-viewer Show documentation
GroupDocs.Viewer for Java is a powerful document viewer component
that allows you to display over 50 document formats in your Java applications.
The viewer can both rasterize documents and convert them to SVG+HTML+CSS, delivering true-text high-fidelity rendering.
Supported file formats include: Microsoft Office, Microsoft Visio, Microsoft Project, Outlook documents, PDF, AutoCAD, Image files (JPG, BMP, GIF, TIFF, etc.) and many more formats.
<?xml version="1.0" encoding="utf-8" ?> <root> <data name="EXC_TMPL_CORRUPTED_OR_DAMAGED_FILE"> <value>Could not load file '{0}', file is corrupted or damaged.</value> </data> <data name="EXC_TMPL_FILE_TYPE_NOT_SUPPORTED"> <value>File type '{0}' is not supported.</value> </data> <data name="EXC_TMPL_INVALID_PASSWORD"> <value>Unable to decrypt file '{0}'. Password is invalid.</value> </data> <data name="EXC_TMPL_PASSWORD_PROTECTED_FILE"> <value>Unable to open encrypted file '{0}'. Please provide password.</value> </data> <data name="EXC_TMPL_STORAGE_PATH_NOT_SPECIFIED"> <value>The storage path is not specified. Please provide storage path.</value> </data> <data name="EXC_TMPL_CACHE_FILE_NOT_FOUND"> <value>Could not find cached file '{0}'.</value> </data> <data name="EXC_TMPL_GUID_NOT_SPECIFIED"> <value>The file GUID is not specified. Please provide file GUID.</value> </data> <data name="EXC_TMPL_TRANSFORMATION_FAILED_PAGE_NOT_EXIST"> <value>Unable to transform file '{0}'. Page number '{1}' does not exist.</value> </data> </root>