Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created October 19, 2017 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/3942e00a916ac7a16a63b7494a5f36a7 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/3942e00a916ac7a16a63b7494a5f36a7 to your computer and use it in GitHub Desktop.
<?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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment