Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 50275bc

Browse filesBrowse files
add label and button tooltip for show suites in resource bundle
1 parent 3c95d41 commit 50275bc
Copy full SHA for 50275bc

File tree

Expand file treeCollapse file tree

2 files changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-0
lines changed

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

Copy file name to clipboardExpand all lines: sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlResources.properties
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ PREF_SHOW_SUCCESSFUL_TESTS_LABEL=Show successful tests?
5656
PREF_SHOW_DISABLED_TESTS_LABEL=Show disabled tests?
5757
PREF_SHOW_TEST_DESCRIPTION_LABEL=Show description (if present)?
5858
PREF_SYNC_DETAIL_TAB_LABEL=Synchronize detail tab based on test status?
59+
PREF_SHOW_SUITES_LABEL=Show suites (hierarchical view of tests)?
5960
PREF_TEST_PACKAGE_PREFIX_LABEL=Test package prefix
6061
PREF_TEST_PACKAGE_SUFFIX_LABEL=Test package suffix
6162
PREF_TEST_UNIT_PREFIX_LABEL=Test unit prefix
@@ -96,6 +97,7 @@ RUNNER_STOP_TOOLTIP=Stops the consumer session of the current test run immediate
9697
RUNNER_STOP_TEST_MESSAGE=Test disabled due to abortion of the test run.
9798
RUNNER_STOP_RUN_MESSAGE=Test run aborted.
9899
RUNNER_MISSING_TEST_RESULT_MESSAGE=Missing test results.
100+
RUNNER_SHOW_SUITES_BUTTON=Switch between hierarchical view (shows suites and tests) and tabular view (shows tests only).
99101
RUNNER_CLEAR_BUTTON=Clear run history
100102
RUNNER_TESTS_LABEL=Tests
101103
RUNNER_FAILURES_LABEL=Failures

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

Copy file name to clipboardExpand all lines: sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlResources_de.properties
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ PREF_SHOW_SUCCESSFUL_TESTS_LABEL=Erfolgreiche Tests anzeigen?
2424
PREF_SHOW_DISABLED_TESTS_LABEL=Deaktivierte Tests anzeigen?
2525
PREF_SHOW_TEST_DESCRIPTION_LABEL=Beschreibung anzeigen (falls vorhanden)?
2626
PREF_SYNC_DETAIL_TAB_LABEL=Detailansicht basierend auf dem Teststatus synchronisieren?
27+
PREF_SHOW_SUITES_LABEL=Suiten anzeigen (hierarchische Ansicht der Tests)?
2728
PREF_TEST_PACKAGE_PREFIX_LABEL=Test Package Pr\u00e4fix
2829
PREF_TEST_PACKAGE_SUFFIX_LABEL=Test Package Suffix
2930
PREF_TEST_UNIT_PREFIX_LABEL=Test Unit Pr\u00e4fix
@@ -64,6 +65,7 @@ RUNNER_STOP_TOOLTIP=Stoppt die Verbrauchersitzung des aktuellen Testlaufs, die J
6465
RUNNER_STOP_TEST_MESSAGE=Test wurde aufgrund eines Abbruchs des Testlaufs deaktiviert.
6566
RUNNER_STOP_RUN_MESSAGE=Testlauf abgebrochen.
6667
RUNNER_MISSING_TEST_RESULT_MESSAGE=Testergebnis fehlt.
68+
RUNNER_SHOW_SUITES_BUTTON=Zwischen hierarchischer Ansicht (zeigt Suites und Tests) und tabellarischer Ansicht (zeigt nur Tests) wechseln.
6769
RUNNER_CLEAR_BUTTON=Run History l\u00f6schen
6870
RUNNER_TESTS_LABEL=Tests
6971
RUNNER_FAILURES_LABEL=Fehlschl\u00e4ge

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.