Skip to content

Commit e9e6a81

Browse files
add info resource
1 parent 409c8b8 commit e9e6a81

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
@@ -13,6 +13,7 @@ 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
1515
WARNING_ICON=/org/utplsql/sqldev/resources/images/warning.png
16+
INFO_ICON=/org/utplsql/sqldev/resources/images/info.png
1617

1718
# Translatable text
1819
PREF_LABEL=utPLSQL
@@ -55,6 +56,7 @@ RUNNER_FAILURES_LABEL=Failures
5556
RUNNER_ERRORS_LABEL=Errors
5657
RUNNER_DISABLED_LABEL=Disabled
5758
RUNNER_WARNINGS_LABEL=Warnings
59+
RUNNER_INFO_LABEL=Info
5860
RUNNER_INITIALIZING_TEXT=Initializing...
5961
RUNNER_RUNNING_TEXT=Running tests...
6062
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
@@ -41,6 +41,7 @@ RUNNER_FAILURES_LABEL=Fehlschl
4141
RUNNER_ERRORS_LABEL=Fehler
4242
RUNNER_DISABLED_LABEL=Deaktiviert
4343
RUNNER_WARNINGS_LABEL=Warnungen
44+
RUNNER_INFO_LABEL=Info
4445
RUNNER_INITIALIZING_TEXT=Initialisierung...
4546
RUNNER_RUNNING_TEXT=Starte Tests...
4647
RUNNER_FINNISHED_TEXT=Beendet nach %.3f Sekunden.
727 Bytes
Loading

0 commit comments

Comments
 (0)