|
1 |
| -# English (default) resources for extension org.utplsql.sqldev |
2 |
| - |
3 |
| -# Externally used constants (pom.xml, bundle.xml, extension.xml, sqldeveloper.xml) |
4 |
| -EXTENSION_NAME=utPLSQL for SQL Developer |
5 |
| -EXTENSION_DESCRIPTION=Extension for running unit tests in SQL Developer. |
6 |
| -EXTENSION_OWNER=Philipp Salvisberg |
7 |
| -MIN_SQLDEV_VERSION=12.2.0.19.0.7 |
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 |
| -WARNING_ICON=/org/utplsql/sqldev/resources/images/warning.png |
16 |
| -INFO_ICON=/org/utplsql/sqldev/resources/images/info.png |
17 |
| -REFRESH_ICON=/org/utplsql/sqldev/resources/images/refresh.png |
18 |
| -RUN_ICON=/org/utplsql/sqldev/resources/images/run.png |
19 |
| -RUN_WORKSHEET_ICON=/org/utplsql/sqldev/resources/images/run_worksheet.png |
20 |
| -CLEAR_ICON=/org/utplsql/sqldev/resources/images/clear.png |
21 |
| -CHECKMARK_ICON=/org/utplsql/sqldev/resources/images/checkmark.png |
22 |
| -STATUS_ICON=/org/utplsql/sqldev/resources/images/status.png |
23 |
| -# progress.gif - the animated version - does not work |
24 |
| -PROGRESS_ICON=/org/utplsql/sqldev/resources/images/progress.png |
25 |
| -CODE_COVERAGE_ICON=/org/utplsql/sqldev/resources/images/coverage.png |
26 |
| - |
27 |
| -# Translatable text |
28 |
| -PREF_LABEL=utPLSQL |
29 |
| -PREF_USE_REALTIME_REPORTER_LABEL=Use realtime reporter? |
30 |
| -PREF_USE_REALTIME_REPORTER_HINT=Requires utPLSQL v3.1.4 or later. Opens a worksheet for older versions. |
31 |
| -PREF_UNSHARED_WORKSHEET_LABEL=Open an unshared worksheet? |
32 |
| -PREF_RESET_PACKAGE_LABEL=Reset package before running utPLSQL? |
33 |
| -PREF_CLEAR_SCREEN_LABEL=Clear script output panel before running utPLSQL? |
34 |
| -PREF_AUTO_EXECUTE_LABEL=Execute unit test automatically? |
35 |
| -PREF_CHECK_RUN_UTPLSQL_TEST_LABEL=Check availability of menu option? |
36 |
| -PREF_USE_SMART_TIMES_LABEL=Use smart times? |
37 |
| -PREF_IMPORT_SNIPPETS_BUTTON_LABEL=Import Snippets |
38 |
| -MENU_REALTIME_REPORTER_LABEL=Realtime Reporter |
39 |
| -PREF_NUMBER_OF_RUNS_IN_HISTORY_LABEL=Number of runs in history |
40 |
| -PREF_SHOW_DISABLED_COUNTER_LABEL=Show disabled counter? |
41 |
| -PREF_SHOW_WARNINGS_COUNTER_LABEL=Show warnings counter? |
42 |
| -PREF_SHOW_INFO_COUNTER_LABEL=Show info counter? |
43 |
| -PREF_SHOW_WARNING_INDICATOR_LABEL=Show warning indicator? |
44 |
| -PREF_SHOW_INFO_INDICATOR_LABEL=Show info indicator? |
45 |
| -PREF_SHOW_SUCCESSFUL_TESTS_LABEL=Show successful tests? |
46 |
| -PREF_SHOW_DISABLED_TESTS_LABEL=Show disabled tests? |
47 |
| -PREF_SHOW_TEST_DESCRIPTION_LABEL=Show description (if present)? |
48 |
| -PREF_SYNC_DETAIL_TAB_LABEL=Synchronize detail tab based on test status? |
49 |
| -PREF_TEST_PACKAGE_PREFIX_LABEL=Test package prefix |
50 |
| -PREF_TEST_PACKAGE_SUFFIX_LABEL=Test package suffix |
51 |
| -PREF_TEST_UNIT_PREFIX_LABEL=Test unit prefix |
52 |
| -PREF_TEST_UNIT_SUFFIX_LABEL=Test unit suffix |
53 |
| -PREF_NUMBER_OF_TESTS_PER_UNIT_LABEL=Number of tests to generate per unit |
54 |
| -PREF_GENERATE_COMMENTS_LABEL=Generate comments? |
55 |
| -PREF_DISABLE_TESTS_LABEL=Disable tests? |
56 |
| -PREF_SUITE_PATH_LABEL=Suite path |
57 |
| -PREF_INDENT_SPACES_LABEL=Indent spaces |
58 |
| -PREF_CHECK_GENERATE_UTPLSQL_TEST_LABEL=Check availability of menu option? |
59 |
| -PREF_CREATE_CODE_TEMPLATES_BUTTON_LABEL=Create code templates |
60 |
| -PREF_ROOT_FOLDER_IN_ODDGEN_VIEW_LABEL=Root folder in Generators view |
61 |
| -PREF_GENERATE_FILES_LABEL=Generate files? |
62 |
| -PREF_OUTPUT_DIRECTORY_LABEL=Output directory |
63 |
| -PREF_OUTPUT_DIRECTORY_BUTTON_LABEL=Browse |
64 |
| -PREF_DELETE_EXISTING_FILES_LABEL=Delete existing files in output directory? |
65 |
| -PREF_CONFIRM_IMPORT_TITLE=Snippets imported |
66 |
| -PREF_CONFIRM_IMPORT_MESSAGE=Snippets imported into %s. Please restart SQL Developer for this change to take effect. |
67 |
| -MENU_RUN_TEST_LABEL=Run utPLSQL test |
68 |
| -MENU_CODE_COVERAGE_LABEL=Code coverage... |
69 |
| -MENU_GENERATE_TEST_LABEL=Generate utPLSQL test |
70 |
| -WINDOW_CODE_COVERAGE_REPORT_LABEL=Code coverage report |
71 |
| -WINDOW_PATHS_LABEL=utPLSQL paths |
72 |
| -WINDOW_SCHEMAS_LABEL=Schemas under test |
73 |
| -WINDOW_INCLUDE_OBJECS_LABEL=Include objects |
74 |
| -WINDOW_EXCLUDE_OBJECS_LABEL=Exclude objects |
75 |
| -WINDOW_RUN_BUTTON=Run |
76 |
| -WINDOW_CANCEL_BUTTON=Cancel |
77 |
| -WORKSHEET_TITLE=utPLSQL |
78 |
| -RUNNER_VIEW_TITLE=utPLSQL |
79 |
| -RUNNER_REFRESH_TOOLTIP=Reset ordering and refresh |
80 |
| -RUNNER_RERUN_TOOLTIP=Rerun all tests |
81 |
| -RUNNER_CLEAR_BUTTON=Clear run history |
82 |
| -RUNNER_RERUN_WORKSHEET_TOOLTIP=Rerun all tests in a new worksheet |
83 |
| -RUNNER_CODE_COVERAGE_TOOLTIP=Rerun all tests with code coverage |
84 |
| -RUNNER_TESTS_LABEL=Tests |
85 |
| -RUNNER_FAILURES_LABEL=Failures |
86 |
| -RUNNER_ERRORS_LABEL=Errors |
87 |
| -RUNNER_DISABLED_LABEL=Disabled |
88 |
| -RUNNER_WARNINGS_LABEL=Warnings |
89 |
| -RUNNER_INFO_LABEL=Info |
90 |
| -RUNNER_INITIALIZING_TEXT=Initializing... |
91 |
| -RUNNER_RUNNING_TEXT=Running tests... |
92 |
| -RUNNER_FINNISHED_TEXT=Finished. |
93 |
| -RUNNER_NO_TESTS_FOUND_TEXT=No tests found. |
94 |
| -RUNNER_RUN_MENUITEM=Run test |
95 |
| -RUNNER_RUN_WORKSHEET_MENUITEM=Run test in new worksheet |
96 |
| -RUNNER_TEST_ID_COLUMN=Suitepath |
97 |
| -RUNNER_TEST_EXECUTION_TIME_COLUMN=Time |
98 |
| -RUNNER_OWNER_LABEL=Owner |
99 |
| -RUNNER_PACKAGE_LABEL=Package |
100 |
| -RUNNER_PROCEDURE_LABEL=Procedure |
101 |
| -RUNNER_DESCRIPTION_LABEL=Description |
102 |
| -RUNNER_START_LABEL=Start |
103 |
| -RUNNER_ASSERT_DESCRIPTION_COLUMN=Assert description (failed line) |
104 |
| -RUNNER_TEST_TAB_LABEL=Test |
105 |
| -RUNNER_FAILURES_TAB_LABEL=Failures |
106 |
| -RUNNER_ERRORS_TAB_LABEL=Errors |
107 |
| -RUNNER_WARNINGS_TAB_LABEL=Warnings |
108 |
| -RUNNER_INFO_TAB_LABEL=Info |
| 1 | +# English (default) resources for extension org.utplsql.sqldev |
| 2 | + |
| 3 | +# Externally used constants (pom.xml, bundle.xml, extension.xml, sqldeveloper.xml) |
| 4 | +EXTENSION_NAME=utPLSQL for SQL Developer |
| 5 | +EXTENSION_DESCRIPTION=Extension for running unit tests in SQL Developer. |
| 6 | +EXTENSION_OWNER=Philipp Salvisberg |
| 7 | +MIN_SQLDEV_VERSION=12.2.0.19.0.7 |
| 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 | +WARNING_ICON=/org/utplsql/sqldev/resources/images/warning.png |
| 16 | +INFO_ICON=/org/utplsql/sqldev/resources/images/info.png |
| 17 | +REFRESH_ICON=/org/utplsql/sqldev/resources/images/refresh.png |
| 18 | +RUN_ICON=/org/utplsql/sqldev/resources/images/run.png |
| 19 | +RUN_WORKSHEET_ICON=/org/utplsql/sqldev/resources/images/run_worksheet.png |
| 20 | +CLEAR_ICON=/org/utplsql/sqldev/resources/images/clear.png |
| 21 | +CHECKMARK_ICON=/org/utplsql/sqldev/resources/images/checkmark.png |
| 22 | +STATUS_ICON=/org/utplsql/sqldev/resources/images/status.png |
| 23 | +# progress.gif - the animated version - does not work |
| 24 | +PROGRESS_ICON=/org/utplsql/sqldev/resources/images/progress.png |
| 25 | +CODE_COVERAGE_ICON=/org/utplsql/sqldev/resources/images/coverage.png |
| 26 | + |
| 27 | +# Translatable text |
| 28 | +PREF_LABEL=utPLSQL |
| 29 | +PREF_USE_REALTIME_REPORTER_LABEL=Use realtime reporter? |
| 30 | +PREF_USE_REALTIME_REPORTER_HINT=Requires utPLSQL v3.1.4 or later. Opens a worksheet for older versions. |
| 31 | +PREF_UNSHARED_WORKSHEET_LABEL=Open an unshared worksheet? |
| 32 | +PREF_RESET_PACKAGE_LABEL=Reset package before running utPLSQL? |
| 33 | +PREF_CLEAR_SCREEN_LABEL=Clear script output panel before running utPLSQL? |
| 34 | +PREF_AUTO_EXECUTE_LABEL=Execute unit test automatically? |
| 35 | +PREF_CHECK_RUN_UTPLSQL_TEST_LABEL=Check availability of menu option? |
| 36 | +PREF_USE_SMART_TIMES_LABEL=Use smart times? |
| 37 | +PREF_IMPORT_SNIPPETS_BUTTON_LABEL=Import Snippets |
| 38 | +MENU_REALTIME_REPORTER_LABEL=Realtime Reporter |
| 39 | +PREF_NUMBER_OF_RUNS_IN_HISTORY_LABEL=Number of runs in history |
| 40 | +PREF_SHOW_DISABLED_COUNTER_LABEL=Show disabled counter? |
| 41 | +PREF_SHOW_WARNINGS_COUNTER_LABEL=Show warnings counter? |
| 42 | +PREF_SHOW_INFO_COUNTER_LABEL=Show info counter? |
| 43 | +PREF_SHOW_WARNING_INDICATOR_LABEL=Show warning indicator? |
| 44 | +PREF_SHOW_INFO_INDICATOR_LABEL=Show info indicator? |
| 45 | +PREF_SHOW_SUCCESSFUL_TESTS_LABEL=Show successful tests? |
| 46 | +PREF_SHOW_DISABLED_TESTS_LABEL=Show disabled tests? |
| 47 | +PREF_SHOW_TEST_DESCRIPTION_LABEL=Show description (if present)? |
| 48 | +PREF_SYNC_DETAIL_TAB_LABEL=Synchronize detail tab based on test status? |
| 49 | +PREF_TEST_PACKAGE_PREFIX_LABEL=Test package prefix |
| 50 | +PREF_TEST_PACKAGE_SUFFIX_LABEL=Test package suffix |
| 51 | +PREF_TEST_UNIT_PREFIX_LABEL=Test unit prefix |
| 52 | +PREF_TEST_UNIT_SUFFIX_LABEL=Test unit suffix |
| 53 | +PREF_NUMBER_OF_TESTS_PER_UNIT_LABEL=Number of tests to generate per unit |
| 54 | +PREF_GENERATE_COMMENTS_LABEL=Generate comments? |
| 55 | +PREF_DISABLE_TESTS_LABEL=Disable tests? |
| 56 | +PREF_SUITE_PATH_LABEL=Suite path |
| 57 | +PREF_INDENT_SPACES_LABEL=Indent spaces |
| 58 | +PREF_CHECK_GENERATE_UTPLSQL_TEST_LABEL=Check availability of menu option? |
| 59 | +PREF_CREATE_CODE_TEMPLATES_BUTTON_LABEL=Create code templates |
| 60 | +PREF_ROOT_FOLDER_IN_ODDGEN_VIEW_LABEL=Root folder in Generators view |
| 61 | +PREF_GENERATE_FILES_LABEL=Generate files? |
| 62 | +PREF_OUTPUT_DIRECTORY_LABEL=Output directory |
| 63 | +PREF_OUTPUT_DIRECTORY_BUTTON_LABEL=Browse |
| 64 | +PREF_DELETE_EXISTING_FILES_LABEL=Delete existing files in output directory? |
| 65 | +PREF_CONFIRM_IMPORT_TITLE=Snippets imported |
| 66 | +PREF_CONFIRM_IMPORT_MESSAGE=Snippets imported into %s. Please restart SQL Developer for this change to take effect. |
| 67 | +MENU_RUN_TEST_LABEL=Run utPLSQL test |
| 68 | +MENU_CODE_COVERAGE_LABEL=Code coverage... |
| 69 | +MENU_GENERATE_TEST_LABEL=Generate utPLSQL test |
| 70 | +WINDOW_CODE_COVERAGE_REPORT_LABEL=Code coverage report |
| 71 | +WINDOW_PATHS_LABEL=utPLSQL paths |
| 72 | +WINDOW_SCHEMAS_LABEL=Schemas under test |
| 73 | +WINDOW_INCLUDE_OBJECS_LABEL=Include objects |
| 74 | +WINDOW_EXCLUDE_OBJECS_LABEL=Exclude objects |
| 75 | +WINDOW_RUN_BUTTON=Run |
| 76 | +WINDOW_CANCEL_BUTTON=Cancel |
| 77 | +WORKSHEET_TITLE=utPLSQL |
| 78 | +RUNNER_VIEW_TITLE=utPLSQL |
| 79 | +RUNNER_REFRESH_TOOLTIP=Reset ordering and refresh |
| 80 | +RUNNER_RERUN_TOOLTIP=Rerun all tests |
| 81 | +RUNNER_CLEAR_BUTTON=Clear run history |
| 82 | +RUNNER_RERUN_WORKSHEET_TOOLTIP=Rerun all tests in a new worksheet |
| 83 | +RUNNER_CODE_COVERAGE_TOOLTIP=Rerun all tests with code coverage |
| 84 | +RUNNER_TESTS_LABEL=Tests |
| 85 | +RUNNER_FAILURES_LABEL=Failures |
| 86 | +RUNNER_ERRORS_LABEL=Errors |
| 87 | +RUNNER_DISABLED_LABEL=Disabled |
| 88 | +RUNNER_WARNINGS_LABEL=Warnings |
| 89 | +RUNNER_INFO_LABEL=Info |
| 90 | +RUNNER_INITIALIZING_TEXT=Initializing... |
| 91 | +RUNNER_RUNNING_TEXT=Running tests... |
| 92 | +RUNNER_FINNISHED_TEXT=Finished. |
| 93 | +RUNNER_NO_TESTS_FOUND_TEXT=No tests found. |
| 94 | +RUNNER_RUN_MENUITEM=Run test |
| 95 | +RUNNER_RUN_WORKSHEET_MENUITEM=Run test in new worksheet |
| 96 | +RUNNER_TEST_ID_COLUMN=Suitepath |
| 97 | +RUNNER_TEST_EXECUTION_TIME_COLUMN=Time |
| 98 | +RUNNER_OWNER_LABEL=Owner |
| 99 | +RUNNER_PACKAGE_LABEL=Package |
| 100 | +RUNNER_PROCEDURE_LABEL=Procedure |
| 101 | +RUNNER_DESCRIPTION_LABEL=Description |
| 102 | +RUNNER_START_LABEL=Start |
| 103 | +RUNNER_ASSERT_DESCRIPTION_COLUMN=Assert description (failed line) |
| 104 | +RUNNER_TEST_TAB_LABEL=Test |
| 105 | +RUNNER_FAILURES_TAB_LABEL=Failures |
| 106 | +RUNNER_ERRORS_TAB_LABEL=Errors |
| 107 | +RUNNER_WARNINGS_TAB_LABEL=Warnings |
| 108 | +RUNNER_INFO_TAB_LABEL=Info |
0 commit comments