Skip to content

Commit 04d8376

Browse files
adding warning resource
1 parent fc7883b commit 04d8376

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlResources.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ SUCCESS_ICON=/org/utplsql/sqldev/resources/images/success.png
1212
ERROR_ICON=/org/utplsql/sqldev/resources/images/error.png
1313
FAILURE_ICON=/org/utplsql/sqldev/resources/images/failure.png
1414
DISABLED_ICON=/org/utplsql/sqldev/resources/images/disabled.png
15+
WARNING_ICON=/org/utplsql/sqldev/resources/images/warning.png
1516

1617
# Translatable text
1718
PREF_LABEL=utPLSQL
@@ -53,6 +54,7 @@ RUNNER_TESTS_LABEL=Tests
5354
RUNNER_FAILURES_LABEL=Failures
5455
RUNNER_ERRORS_LABEL=Errors
5556
RUNNER_DISABLED_LABEL=Disabled
57+
RUNNER_WARNINGS_LABEL=Warnings
5658
RUNNER_INITIALIZING_TEXT=Initializing...
5759
RUNNER_RUNNING_TEXT=Running tests...
5860
RUNNER_FINNISHED_TEXT=Finished after %.3f seconds.

sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlResources_de.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUNNER_TESTS_LABEL=Tests
4040
RUNNER_FAILURES_LABEL=Fehlschläge
4141
RUNNER_ERRORS_LABEL=Fehler
4242
RUNNER_DISABLED_LABEL=Deaktiviert
43+
RUNNER_WARNINGS_LABEL=Warnungen
4344
RUNNER_INITIALIZING_TEXT=Initialisierung...
4445
RUNNER_RUNNING_TEXT=Starte Tests...
4546
RUNNER_FINNISHED_TEXT=Beendet nach %.3f Sekunden.
724 Bytes
Loading

0 commit comments

Comments
 (0)