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 @@ -13,6 +13,7 @@ ERROR_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
1515WARNING_ICON =/org/utplsql/sqldev/resources/images/warning.png
16+ INFO_ICON =/org/utplsql/sqldev/resources/images/info.png
1617
1718# Translatable text
1819PREF_LABEL =utPLSQL
@@ -55,6 +56,7 @@ RUNNER_FAILURES_LABEL=Failures
5556RUNNER_ERRORS_LABEL =Errors
5657RUNNER_DISABLED_LABEL =Disabled
5758RUNNER_WARNINGS_LABEL =Warnings
59+ RUNNER_INFO_LABEL =Info
5860RUNNER_INITIALIZING_TEXT =Initializing...
5961RUNNER_RUNNING_TEXT =Running tests...
6062RUNNER_FINNISHED_TEXT =Finished after %.3f seconds.
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ RUNNER_FAILURES_LABEL=Fehlschl
4141RUNNER_ERRORS_LABEL =Fehler
4242RUNNER_DISABLED_LABEL =Deaktiviert
4343RUNNER_WARNINGS_LABEL =Warnungen
44+ RUNNER_INFO_LABEL =Info
4445RUNNER_INITIALIZING_TEXT =Initialisierung...
4546RUNNER_RUNNING_TEXT =Starte Tests...
4647RUNNER_FINNISHED_TEXT =Beendet nach %.3f Sekunden.
You can’t perform that action at this time.
0 commit comments