| Jean-Baptiste Queru | b56ea2a | 2013-01-08 11:11:20 -0800 | [diff] [blame^] | 1 | form.preview.title=Form Preview |
| 2 | form.menu.preview=Preview |
| 3 | form.menu.preview.mnemonic=P |
| 4 | form.menu.file.exit=Exit |
| 5 | form.menu.laf=Look and Feel |
| 6 | form.menu.laf.mnemonic=L |
| 7 | form.menu.view.pack=Pack |
| 8 | error.cannot.change.look.feel=Cannot change LookAndFeel.\nReason: {0} |
| 9 | error.title=Error |
| 10 | junit.runner.error=Error: {0} |
| 11 | junit.class.not.found=Class not found: "{0}" |
| 12 | junit.cannot.instantiate.tests=Cannot instantiate test(s): {0} |
| 13 | junit.class.not.derived={0} is not derived from TestCase. Do not provide method name. |
| 14 | junit.suite.must.be.static=''{0}.suite()'' method must be static |
| 15 | junit.failed.to.invoke.suite=Failed to invoke suite(): {0} |
| 16 | junit.method.not.found=Method ''{0}'' not found |
| 17 | tests.found.in.package={0} test {0, choice, 1#class|2#classes} found in package ''{1}'' |