1# Copyright (c) 1996 James Clark
2# See the file COPYING for copying permission.
3
4# CmdLineApp message definitions
5
6=4000
7E1+invalidOptionError++invalid option %1
8E1+missingOptionArgError++missing argument for option %1
9E1+ambiguousOptionError++option %1 is ambiguous
10E1+erroneousOptionArgError++option %1 doesn't allow an argument
11I1+usage++Usage: %1
12I1+usageCont++or: %1
13I1+defaultUsage++%1 [OPTION] SYSID...
14I1+usageStart++Short options need the same arguments as their long forms.
15I2+versionInfo++%1 version %2
16E1+unknownBctf++unknown BCTF %1
17E1+unknownEncoding++unknown encoding %1
18E2+openFileError++cannot open output file %1 (%2)
19E2+closeFileError++cannot close output file %1 (%2)
20I1+bHelp++Use bctf %1 for output.
21I1+eHelp++Use encoding %1 for output.
22I1+fHelp++Append error messages to file %1.
23I1+vHelp++Display the program version.
24I1+hHelp++Show this help text.
25+name++NAME
26+file++FILE
27+noArg++NOTHING
28I0+tryHelpOptionForInfo++Try the "--help" option for more information.
29+someArg++ARG
30I1+undocOption++Undocumented option (check the application's manual).
31