Address some edge cases related to bootstrapping a fresh system.
[cfb.git] / prod / cfb.properties
1 analysis.failed=Attempt to analyze source code failed.  Will now stop.
2 analyzed.at=Analyzed at {0}
3 bug.category.unknown=Internal error:  The bug category {0} is unknown.  Perhaps the Findbugs versions used to generate the report, and the FindBugs messages.xml, do not match?
4 bug.type.unknown=Internal error:  The bug pattern type {0} is unknown.  Perhaps the Findbugs versions used to generate the report, and eth FindBugs messages.xml, do not match?
5 cannot.connect.to.db=Unable to connect to, or to initialize, database {2} on {0}:{1} as user "{3}".
6 cannot.exec=Got result code {1} when attempting to execute command-line:  {0}
7 cannot.load.fbmsg.file=Unable to load the FindBugs messages file (messages.xml).
8 cannot.send.mail=Attempt to send email to {0} failed:  {1}
9 cfb=Comparative FindBugs
10 cfb.mail.subject=CFB:  {0} vs. {1}
11 cfb.report=Comparative FindBugs Report
12 findbugs.home.is.not.set=The environment variable FINDBUGS_HOME is not set.  Please set it to the path where FindBugs is installed.
13 findbugs.home.is.set.to=The environment variable FINDBUGS_HOME is set to {0}.  Please ensure that it points to the path where FindBugs is installed.
14 fixed.bugs=Fixed Bugs
15 invoke.with.help.for.help=Use the command-line option "--help" for help.
16 must.specify.fbp.file=No FindBugs Project (.fbp) file was specified.  Unable to continue.
17 new.bugs=New Bugs
18 new.version=New Version
19 no.earlier.run=(none)
20 num.bugs={0}
21 num.bugs.old={0} (common to both versions)
22 old.bugs=Old Bugs
23 old.version=Old Version
24 stderr.was=-----8<------ Error (stderr) output was: ------8<-----
25 stdout.was=-----8<----- Console (stdout) output was: -----8<-----
26 version.num={1} (analyzed at {0})