File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
sqldev/src/main/resources/org/utplsql/sqldev/resources Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ CHECKMARK_ICON=/org/utplsql/sqldev/resources/images/checkmark.png
2222STATUS_ICON =/org/utplsql/sqldev/resources/images/status.png
2323# progress.gif - the animated version - does not work
2424PROGRESS_ICON =/org/utplsql/sqldev/resources/images/progress.png
25+ CODE_COVERAGE_ICON =/org/utplsql/sqldev/resources/images/coverage.png
2526
2627# Translatable text
2728PREF_LABEL =utPLSQL
@@ -79,6 +80,7 @@ RUNNER_REFRESH_TOOLTIP=Reset ordering and refresh
7980RUNNER_RERUN_TOOLTIP =Rerun all tests
8081RUNNER_CLEAR_BUTTON =Clear run history
8182RUNNER_RERUN_WORKSHEET_TOOLTIP =Rerun all tests in a new worksheet
83+ RUNNER_CODE_COVERAGE_TOOLTIP =Rerun all tests with code coverage
8284RUNNER_TESTS_LABEL =Tests
8385RUNNER_FAILURES_LABEL =Failures
8486RUNNER_ERRORS_LABEL =Errors
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ RUNNER_VIEW_TITLE=utPLSQL
5555RUNNER_REFRESH_TOOLTIP =Sortierung zurücksetzen und aktualisieren
5656RUNNER_RERUN_TOOLTIP =Alle Tests erneut ausführen
5757RUNNER_RERUN_WORKSHEET_TOOLTIP =Alle Tests in einem neuen Arbeitsblatt erneut ausführen
58+ RUNNER_CODE_COVERAGE_TOOLTIP =Alle Tests mit Codeabdeckung ausführen
5859RUNNER_CLEAR_BUTTON =Run History löschen
5960RUNNER_TESTS_LABEL =Tests
6061RUNNER_FAILURES_LABEL =Fehlschläge
You can’t perform that action at this time.
0 commit comments