File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
sqldev/src/main/resources/org/utplsql/sqldev/resources Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ SUCCESS_ICON=/org/utplsql/sqldev/resources/images/success.png
1212ERROR_ICON =/org/utplsql/sqldev/resources/images/error.png
1313FAILURE_ICON =/org/utplsql/sqldev/resources/images/failure.png
1414DISABLED_ICON =/org/utplsql/sqldev/resources/images/disabled.png
15+ WARNING_ICON =/org/utplsql/sqldev/resources/images/warning.png
1516
1617# Translatable text
1718PREF_LABEL =utPLSQL
@@ -53,6 +54,7 @@ RUNNER_TESTS_LABEL=Tests
5354RUNNER_FAILURES_LABEL =Failures
5455RUNNER_ERRORS_LABEL =Errors
5556RUNNER_DISABLED_LABEL =Disabled
57+ RUNNER_WARNINGS_LABEL =Warnings
5658RUNNER_INITIALIZING_TEXT =Initializing...
5759RUNNER_RUNNING_TEXT =Running tests...
5860RUNNER_FINNISHED_TEXT =Finished after %.3f seconds.
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ RUNNER_TESTS_LABEL=Tests
4040RUNNER_FAILURES_LABEL =Fehlschläge
4141RUNNER_ERRORS_LABEL =Fehler
4242RUNNER_DISABLED_LABEL =Deaktiviert
43+ RUNNER_WARNINGS_LABEL =Warnungen
4344RUNNER_INITIALIZING_TEXT =Initialisierung...
4445RUNNER_RUNNING_TEXT =Starte Tests...
4546RUNNER_FINNISHED_TEXT =Beendet nach %.3f Sekunden.
You can’t perform that action at this time.
0 commit comments