8000 add stop icon and text regarding stop utPLSQL run in realtime reporter · utPLSQL/utPLSQL-SQLDeveloper@b25cdc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b25cdc9

Browse files
add stop icon and text regarding stop utPLSQL run in realtime reporter
1 parent 2e8cf80 commit b25cdc9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
# Externally used constants (pom.xml, bundle.xml, extension.xml, sqldeveloper.xml)
44
EXTENSION_NAME=utPLSQL for SQL Developer
5+
# suppress inspection "UnusedProperty"
56
EXTENSION_DESCRIPTION=Extension for running unit tests in SQL Developer.
67
EXTENSION_OWNER=Philipp Salvisberg
8+
# suppress inspection "UnusedProperty"
79
MIN_SQLDEV_VERSION=12.2.0.19.0.7
810

911
# Icons
@@ -18,6 +20,7 @@ REFRESH_ICON=/org/utplsql/sqldev/resources/images/refresh.png
1820
RUN_ICON=/org/utplsql/sqldev/resources/images/run.png
1921
RUN_WORKSHEET_ICON=/org/utplsql/sqldev/resources/images/run_worksheet.png
2022
DEBUG_ICON=/org/utplsql/sqldev/resources/images/debug.png
23+
STOP_ICON=/org/utplsql/sqldev/resources/images/stop.png
2124
CLEAR_ICON=/org/utplsql/sqldev/resources/images/clear.png
2225
CHECKMARK_ICON=/org/utplsql/sqldev/resources/images/checkmark.png
2326
STATUS_ICON=/org/utplsql/sqldev/resources/images/status.png
@@ -26,6 +29,7 @@ PROGRESS_ICON=/org/utplsql/sqldev/resources/images/progress.png
2629
CODE_COVERAGE_ICON=/org/utplsql/sqldev/resources/images/coverage.png
2730

2831
# Translatable text
32+
# suppress inspection "UnusedProperty"
2933
PREF_LABEL=utPLSQL
3034
PREF_USE_REALTIME_REPORTER_LABEL=Use realtime reporter?
3135
PREF_USE_REALTIME_REPORTER_HINT=Requires utPLSQL v3.1.4 or later. Opens a worksheet for older versions.
@@ -83,6 +87,9 @@ RUNNER_RERUN_TOOLTIP=Rerun all tests
8387
RUNNER_RERUN_WORKSHEET_TOOLTIP=Rerun all tests in a new worksheet
8488
RUNNER_DEBUG_TOOLTIP=Rerun all tests with PL/SQL Debugger
8589
RUNNER_CODE_COVERAGE_TOOLTIP=Rerun all tests with code coverage
90+
RUNNER_STOP_TOOLTIP=Stops the consumer session of the current test run immediately, the JDBC connection might be closed delayed
91+
RUNNER_STOP_TEST_MESSAGE=Test disabled due to abortion of the test run.
92+
RUNNER_STOP_RUN_MESSAGE=Test run aborted.
8693
RUNNER_CLEAR_BUTTON=Clear run history
8794
RUNNER_TESTS_LABEL=Tests
8895
RUNNER_FAILURES_LABEL=Failures
@@ -92,7 +99,7 @@ RUNNER_WARNINGS_LABEL=Warnings
9299
RUNNER_INFO_LABEL=Info
93100
RUNNER_INITIALIZING_TEXT=Initializing...
94101
RUNNER_RUNNING_TEXT=Running tests...
95-
RUNNER_FINNISHED_TEXT=Finished.
102+
RUNNER_FINISHED_TEXT=Finished.
96103
RUNNER_NO_TESTS_FOUND_TEXT=No tests found.
97104
RUNNER_RUN_MENUITEM=Run test
98105
RUNNER_RUN_WORKSHEET_MENUITEM=Run test in new worksheet

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# UTF-8 file works, as long as Umlaut are escaped, see https://www.utf8-chartable.de/
33

44
# Translatable text
5+
# suppress inspection "UnusedProperty"
56
PREF_LABEL=utPLSQL
67
PREF_USE_REALTIME_REPORTER_LABEL=Realtime Reporter verwenden?
78
PREF_USE_REALTIME_REPORTER_HINT=Ben\u00f6tigt utPLSQL v3.1.4 oder neuer. \u00d6ffnet ein Arbeitsblatt f\u00fcr \u00e4ltere Versionen.
@@ -59,6 +60,9 @@ RUNNER_RERUN_TOOLTIP=Alle Tests erneut ausf\u00fchren
5960
RUNNER_RERUN_WORKSHEET_TOOLTIP=Alle Tests in einem neuen Arbeitsblatt erneut ausf\u00fchren
6061
RUNNER_DEBUG_TOOLTIP=Alle Tests erneut mit dem PL/SQL Debugger ausf\u00fchren
6162
RUNNER_CODE_COVERAGE_TOOLTIP=Alle Tests mit Codeabdeckung ausf\u00fchren
63+
RUNNER_STOP_TOOLTIP=Stoppt die Verbrauchersitzung des aktuellen Testlaufs, die JDBC-Verbindung wird m\00f6glicherweise verz\00fgert geschlossen
64+
RUNNER_STOP_TEST_MESSAGE=Test wurde aufgrund eines Abbruchs des Testlaufs deaktiviert.
65+
RUNNER_STOP_RUN_MESSAGE=Testlauf abgebrochen.
6266
RUNNER_CLEAR_BUTTON=Run History l\u00f6schen
6367
RUNNER_TESTS_LABEL=Tests
6468
RUNNER_FAILURES_LABEL=Fehlschl\u00e4ge
@@ -68,7 +72,7 @@ RUNNER_WARNINGS_LABEL=Warnungen
6872
RUNNER_INFO_LABEL=Info
6973
RUNNER_INITIALIZING_TEXT=Initialisierung...
7074
RUNNER_RUNNING_TEXT=Starte Tests...
71-
RUNNER_FINNISHED_TEXT=Beendet.
75+
RUNNER_FINISHED_TEXT=Beendet.
7276
RUNNER_NO_TESTS_FOUND_TEXT=Keine Tests gefunden.
7377
RUNNER_RUN_MENUITEM=Run testTest ausf\u00fchren
7478
RUNNER_RUN_WORKSHEET_MENUITEM=Test in neuem Arbeitsblatt ausf\u00fchren

0 commit comments

Comments
 (0)
0