File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
sqldev/src/main/resources/org/utplsql/sqldev/resources Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ EXTENSION_DESCRIPTION=Extension for running unit tests in SQL Developer.
66EXTENSION_OWNER =Philipp Salvisberg
77MIN_SQLDEV_VERSION =12.2.0.19.0.7
88
9+ # Icons
10+ UTPLSQL_ICON =/org/utplsql/sqldev/resources/images/utPLSQL.png
11+ SUCCESS_ICON =/org/utplsql/sqldev/resources/images/success.png
12+ ERROR_ICON =/org/utplsql/sqldev/resources/images/error.png
13+ FAILURE_ICON =/org/utplsql/sqldev/resources/images/failure.png
14+ DISABLED_ICON =/org/utplsql/sqldev/resources/images/disabled.png
15+
916# Translatable text
1017PREF_LABEL =utPLSQL
1118PREF_USE_REALTIME_REPORTER_LABEL =Use realtime reporter?
@@ -41,3 +48,10 @@ WINDOW_EXCLUDE_OBJECS_LABEL=Exclude objects
4148WINDOW_RUN_BUTTON =Run
4249WINDOW_CANCEL_BUTTON =Cancel
4350WORKSHEET_TITLE =utPLSQL
51+ RUNNER_VIEW_TITLE =utPLSQL
52+ RUNNER_TESTS_LABEL =Tests
53+ RUNNER_ERRORS_LABEL =Errors
54+ RUNNER_FAILURES_LABEL =Failures
55+ RUNNER_INITIALIZING_TEXT =Initializing...
56+ RUNNER_FINNISHED_TEXT =Finished after %.3f seconds.
57+
Original file line number Diff line number Diff line change @@ -35,3 +35,9 @@ WINDOW_EXCLUDE_OBJECS_LABEL=Exkludierte Objekte
3535WINDOW_RUN_BUTTON =Start
3636WINDOW_CANCEL_BUTTON =Abbrechen
3737WORKSHEET_TITLE =utPLSQL
38+ RUNNER_VIEW_TITLE =utPLSQL
39+ RUNNER_TESTS_LABEL =Tests
40+ RUNNER_ERRORS_LABEL =Fehler
41+ RUNNER_FAILURES_LABEL =Fehlschläge
42+ RUNNER_INITIALIZING_TEXT =Initialisierung...
43+ RUNNER_FINNISHED_TEXT =Beendet nach %.3f Sekunden.
You can’t perform that action at this time.
0 commit comments