mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
Also makes it so the update uses string content replacement instead of PSI literal replacement. GitOrigin-RevId: 43f8a0b5712e3807e1b0a043e33e2711d99412ef
46 lines
2.4 KiB
Properties
46 lines
2.4 KiB
Properties
test.interrupted.progress.text=Tests were interrupted
|
|
# "Tests Failed" case
|
|
tests.failed.0.passed.1.ignored.2.not.started.3=Tests failed: {0}, passed: {1}{2,choice,0#|1#, ignored: {2}}{3,choice,0#|1#, not started: {3}}
|
|
0.failed.1.passed.2.ignored.3.not.started={0} failed, {1} passed{2,choice,0#|1#, {2} ignored}{3,choice,0#|1#, {3} not started}
|
|
0.failed.1.passed.2.ignored.3.not.started.with.comment={0} failed, {1} passed{2,choice,0#|1#, {2} ignored}{3,choice,0#|1#, {3} not started} {4}
|
|
# "Tests Ignored" case
|
|
tests.ignored.error.message=Tests Ignored
|
|
tests.ignored.0.passed.1=Tests ignored: {0}, passed: {1}
|
|
0.ignored.1.passed={0} ignored, {1} passed
|
|
0.ignored.1.passed.with.comment={0} ignored, {1} passed {2}
|
|
# "Failed to Start" case
|
|
failed.to.start.0.passed.1=Failed to start: {0}, passed: {1}
|
|
0.not.started.1.passed={0} not started, {1} passed
|
|
0.not.started.1.passed.with.comment={0} not started, {1} passed {2}
|
|
# "Tests Passed" case
|
|
tests.passed.0=Tests passed: {0}
|
|
0.passed={0} passed
|
|
0.passed.with.comment={0} passed {1}
|
|
popup.title.restart.failed.tests=Restart Failed Tests
|
|
dialog.message.comparison.error.was.found=Comparison error was not found
|
|
dialog.title.no.comparison.data.found=No Comparison Data Found
|
|
action.AdjustAutotestDelayActionGroup.set.autotest.delay.text=Set AutoTest Delay
|
|
action.seconds.text={0}s
|
|
export.test.results.overwrite.button.text=Overwrite
|
|
test.stopped=Stopped.
|
|
tests.result.prefix=Tests
|
|
tests.result.failed.count=failed: {0}
|
|
tests.result.passed.count=passed: {0}
|
|
tests.result.ignored.count=ignored: {0}
|
|
tests.result.failure.summary={0, choice, 1#1 test|2#{0} tests} failed
|
|
tests.result.ignore.summary={0, choice, 1#1 test|2#{0} tests} ignored
|
|
tests.result.total.count=\ of {0} test{0, choice, 1#|2#s}
|
|
action.toggle.visibility.test.duration.in.tree.description=Show/hide the test duration in the tree
|
|
action.show.inline.statistics.text=Show Inline Statistics
|
|
action.show.ignored.description=Show ignored
|
|
action.show.ignored.text=Show Ignored
|
|
radio.button.custom.apply.xsl.template=&Custom, apply XSL template:
|
|
label.folder=&Folder:
|
|
border.title.export.format=Export format
|
|
label.file.name=File &name:
|
|
border.title.output=Output
|
|
default.package.presentable.name=<default>
|
|
test.config.first.pattern.and.few.more={0} and {1} more
|
|
all.tests.scope.presentable.text=All Tests
|
|
failed.to.start.message=Failed to start ''{0}''
|
|
notification.group.test.runner=Test execution finished |