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.
6
6
EXTENSION_OWNER =Philipp Salvisberg
7
7
MIN_SQLDEV_VERSION =12.2.0.19.0.7
8
8
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
+
9
16
# Translatable text
10
17
PREF_LABEL =utPLSQL
11
18
PREF_USE_REALTIME_REPORTER_LABEL =Use realtime reporter?
@@ -41,3 +48,10 @@ WINDOW_EXCLUDE_OBJECS_LABEL=Exclude objects
41
48
WINDOW_RUN_BUTTON =Run
42
49
WINDOW_CANCEL_BUTTON =Cancel
43
50
WORKSHEET_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
35
35
WINDOW_RUN_BUTTON =Start
36
36
WINDOW_CANCEL_BUTTON =Abbrechen
37
37
WORKSHEET_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