All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.epubcheck.util.messages.properties Maven / Gradle / Ivy

Go to download

EPUBCheck is a tool to validate the conformance of EPUB publications against the EPUB specifications. EPUBCheck can be run as a standalone command-line tool or used as a Java library.

There is a newer version: 5.1.0
Show newest version
single_file=File is validated as a single file of type %1$s, for EPUB version %2$s using the %3$s validation profile. Only a subset of the available tests is run.
opv_version_test=*** Candidate for msg deletion *** Tests are performed only for the OPF version.
mode_version_not_supported=The checker doesn’t validate type %1$s and version %2$s.

no_errors__or_warnings=No errors or warnings detected.
there_were_errors=\nCheck finished with errors
there_were_warnings=\nCheck finished with warnings

messages=Messages
counter_fatal_zero=0 fatals
counter_fatal_one=1 fatal
counter_fatal_many=%1$d fatals
counter_error_zero=0 errors
counter_error_one=1 error
counter_error_many=%1$d errors
counter_warn_zero=0 warnings
counter_warn_one=1 warning
counter_warn_many=%1$d warnings
counter_info_zero=0 infos
counter_info_one=1 info
counter_info_many=%1$d infos
counter_usage_zero=0 usages
counter_usage_one=1 usage
counter_usage_many=%1$d usages

error_processing_unexpanded_epub=\nThis check cannot process expanded epubs\n
deleting_archive=\nEpub creation cancelled due to detected errors.\n
display_help=-help displays help
argument_needed=At least one argument expected
version_argument_expected=Version number omitted from the -v argument.
mode_argument_expected=Type omitted from the -mode argument.
profile_argument_expected=Profile name omitted after the -profile argument.
profile_unknown=Unknown profile "%1$s", using default validation profile.
no_file_specified=No file specified in the arguments. Exiting.
mode_version_ignored=The mode and version arguments are ignored for epubs. They are retrieved from the files.
mode_required=Mode required for non-epub files. Default version is 3.0.
validating_version_message=Validating using EPUB version %1$s rules.
output_type_conflict=Only one output format can be specified at a time.
validating_against_epub_version=Validating against EPUB version %1$s - custom validation
file_not_found=File not found: "%1$s"
directory_not_found=Directory not found: "%1$s"
epubcheck_completed=EPUBCheck completed
error_creating_config_file=Error creating config file "%1$s".
expected_message_filename=Expected the Custom message file name, but found "%1$s"
unrecognized_argument=Unrecognized argument: "%1$s"
epubcheck_version_text=EPUBCheck v%1$s
incorrect_locale=Argument "%1$s" to the --locale option is incorrect.
missing_locale=Argument to the --locale option is missing.

help_text = \
          EPUBCheck v%1$s\n\n\
          When running this tool, the first argument should be the name (with the path)\n\
          of the file to check.\n\
          \n\
          To specify a validation profile (to run checks against a specific EPUB 3 profile\n\
          or extension specification), use the -profile option:\n\
          \n\
          Validation profiles supported:\n\
          --profile default        = the default validation profile\n\
          --profile dict           = validates against the EPUB Dictionaries and Glossaries specification\n\
          --profile edupub         = validates against the EDUPUB Profile\n\
          --profile idx            = validates against the EPUB Indexes specification\n\
          --profile preview        = validates against the EPUB Previews specification\n\
          \n\
          If checking a non-epub file, the epub version of the file must\n\
          be specified using -v and the type of the file using -mode.\n\
          The default version is: 3.0.\n\
          \n\
          Modes and versions supported:\n\
          --mode opf -v 2.0\n\
          --mode opf -v 3.0\n\
          --mode xhtml -v 2.0\n\
          --mode xhtml -v 3.0\n\
          --mode svg -v 2.0\n\
          --mode svg -v 3.0\n\
          --mode nav -v 3.0\n\
          --mode mo  -v 3.0        = for Media Overlays validation\n\
          --mode exp               = for expanded EPUB archives\n\
          \n\
          This tool also accepts the following options:\n\
          --save                   = saves the epub created from the expanded epub\n\
          --out              = output an assessment XML document file (use - to output to console)\n\
          --xmp              = output an assessment XMP document file (use - to output to console)\n\
          --json             = output an assessment JSON document file (use - to output to console)\n\
          -m                 = same as --mode\n\
          -p              = same as --profile\n\
          -o                 = same as --out\n\
          -x                 = same as --xmp\n\
          -j                 = same as --json\n\
          --failonwarnings[+|-]    = By default, the tool returns a 1 if errors are found in the file or 0 if no errors\n\
          \                           are found.  Using --failonwarnings will cause the process to exit with a status of\n\
          \                           1 if either warnings or errors are present and 0 only when there are no errors or warnings.\n\
          -q, --quiet              = no message on console, except errors, only in the output\n\
          -f, --fatal              = include only fatal errors in the output\n\
          -e, --error              = include only error and fatal severity messages in ouput\n\
          -w, --warn               = include fatal, error, and warn severity messages in output\n\
          -u, --usage              = include ePub feature usage information in output\n\
          \                           (default is OFF); if enabled, usage information will\n\
          \                           always be included in the output file\n\
          --locale         = output localized messages according to the provided IETF BCP 47 language tag string.\n\
          \n\
          -l, --listChecks []       = list message ids and severity levels to the custom message file named \n\
          \                                  or the console\n\
          -c, --customMessages []   = override message severity levels as defined in the custom message file named \n\
          \n\
          --version                = displays the EPUBCheck version\n\
          \n\
          -h, -? or --help         = displays this help message\n




© 2015 - 2024 Weber Informatics LLC | Privacy Policy