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
22
22
STATUS_ICON =/org/utplsql/sqldev/resources/images/status.png
23
23
# progress.gif - the animated version - does not work
24
24
PROGRESS_ICON =/org/utplsql/sqldev/resources/images/progress.png
25
+ CODE_COVERAGE_ICON =/org/utplsql/sqldev/resources/images/coverage.png
25
26
26
27
# Translatable text
27
28
PREF_LABEL =utPLSQL
@@ -79,6 +80,7 @@ RUNNER_REFRESH_TOOLTIP=Reset ordering and refresh
79
80
RUNNER_RERUN_TOOLTIP =Rerun all tests
80
81
RUNNER_CLEAR_BUTTON =Clear run history
81
82
RUNNER_RERUN_WORKSHEET_TOOLTIP =Rerun all tests in a new worksheet
83
+ RUNNER_CODE_COVERAGE_TOOLTIP =Rerun all tests with code coverage
82
84
RUNNER_TESTS_LABEL =Tests
83
85
RUNNER_FAILURES_LABEL =Failures
84
86
RUNNER_ERRORS_LABEL =Errors
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ RUNNER_VIEW_TITLE=utPLSQL
55
55
RUNNER_REFRESH_TOOLTIP =Sortierung zurücksetzen und aktualisieren
56
56
RUNNER_RERUN_TOOLTIP =Alle Tests erneut ausführen
57
57
RUNNER_RERUN_WORKSHEET_TOOLTIP =Alle Tests in einem neuen Arbeitsblatt erneut ausführen
58
+ RUNNER_CODE_COVERAGE_TOOLTIP =Alle Tests mit Codeabdeckung ausführen
58
59
RUNNER_CLEAR_BUTTON =Run History löschen
59
60
RUNNER_TESTS_LABEL =Tests
60
61
RUNNER_FAILURES_LABEL =Fehlschläge
You can’t perform that action at this time.
0 commit comments