asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2000, 2007 IBM Corporation and others. |
| 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
| 11 | CopyTrace_action_label=Copy Trace |
| 12 | CopyTraceAction_problem=Problem Copying to Clipboard |
| 13 | CopyTraceAction_clipboard_busy=There was a problem when accessing the system clipboard. Retry? |
| 14 | |
| 15 | CopyFailureList_action_label=Copy Failure List |
| 16 | CopyFailureList_problem=Problem Copying Failure List to Clipboard |
| 17 | CopyFailureList_clipboard_busy=There was a problem when accessing the system clipboard. Retry? |
| 18 | |
| 19 | CounterPanel_label_runs=Runs: |
| 20 | CounterPanel_label_errors=Errors: |
| 21 | CounterPanel_label_failures=Failures: |
| 22 | CounterPanel_runcount= {0}/{1} |
| 23 | CounterPanel_runcount_ignored= {0}/{1} ({2} ignored) |
| 24 | |
| 25 | EnableStackFilterAction_action_label=Filter |
| 26 | EnableStackFilterAction_action_description=Filter the stack trace |
| 27 | EnableStackFilterAction_action_tooltip=Filter Stack Trace |
| 28 | |
| 29 | ScrollLockAction_action_label=Scroll Lock |
| 30 | ScrollLockAction_action_tooltip=Scroll Lock |
| 31 | |
| 32 | |
| 33 | |
| 34 | JUnitPreferencePage_description=JUnit settings (changes only apply to new test runs): |
| 35 | JUnitPreferencePage_addfilterbutton_label=Add &Filter |
| 36 | JUnitPreferencePage_addfilterbutton_tooltip=Type the Name of a New Stack Filter |
| 37 | JUnitPreferencePage_addtypebutton_label=Add &Class... |
| 38 | JUnitPreferencePage_addtypebutton_tooltip=Choose a Java Type and Add It to Stack Filters |
| 39 | JUnitPreferencePage_addpackagebutton_label=Add &Packages... |
| 40 | JUnitPreferencePage_addpackagebutton_tooltip=Choose Package(s) to Add to Stack Filters |
| 41 | JUnitPreferencePage_removefilterbutton_label=&Remove |
| 42 | JUnitPreferencePage_removefilterbutton_tooltip=Remove All Selected Stack Filters |
| 43 | JUnitPreferencePage_enableallbutton_label=&Enable All |
| 44 | JUnitPreferencePage_enableallbutton_tooltip=Enables All Stack Filters |
| 45 | JUnitContainerWizardPage_wizard_description=Select the JUnit version to use in this project. |
| 46 | JUnitContainerInitializer_description_junit4=JUnit 4 |
| 47 | JUnitContainerInitializer_description_junit3=JUnit 3 |
| 48 | JUnitPreferencePage_disableallbutton_label=Disa&ble All |
| 49 | JUnitPreferencePage_disableallbutton_tooltip=Disables All Stack Filters |
| 50 | JUnitPreferencePage_filter_label=&Stack trace filter patterns: |
| 51 | JUnitPreferencePage_invalidstepfilterreturnescape=Invalid stack filter. Press Enter to continue editing or Escape to cancel. |
| 52 | JUnitPreferencePage_addtypedialog_title=Add Class to Stack Filters |
| 53 | JUnitPreferencePage_addtypedialog_message=&Select a class to filter in the failure stack trace: |
| 54 | JUnitPreferencePage_addtypedialog_error_message=Could not open type selection dialog for stack filters. |
| 55 | JUnitContainerWizardPage_warning_java5_required=JUnit 4 requires a Java 5 project |
| 56 | JUnitPreferencePage_addpackagedialog_title=Add Packages to Stack Filters |
| 57 | JUnitPreferencePage_addpackagedialog_message=&Select a package to filter in the failure stack trace: |
| 58 | JUnitPreferencePage_enableassertionscheckbox_label=Enable assertions for new &JUnit launch configurations |
| 59 | JUnitPreferencePage_enableassertionscheckbox_tooltip=Defaults new JUnit test launch configurations with the VM Argument to enable assertions. |
| 60 | JUnitContainerWizardPage_error_version_not_available=The selected JUnit version is not available. |
| 61 | |
| 62 | OpenEditorAction_action_label=&Go to File |
| 63 | OpenEditorAction_error_cannotopen_title=Cannot Open Editor |
apanchenk | aee7e23 | 2008-09-05 06:31:20 +0000 | [diff] [blame] | 64 | OpenEditorAction_error_cannotopen_message=Test element not found in selected project |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 65 | OpenEditorAction_error_dialog_title=Error |
| 66 | OpenEditorAction_error_dialog_message=Cannot open editor |
| 67 | OpenEditorAction_message_cannotopen=Cannot open editor |
| 68 | |
| 69 | OpenTestAction_error_title=Go To Test |
| 70 | OpenTestAction_error_methodNoFound=Method ''{0}'' not found. Opening the test class. |
| 71 | |
| 72 | |
| 73 | TestRunnerViewPart_jobName=Update JUnit |
| 74 | TestRunnerViewPart_history=&History... |
| 75 | TestRunnerViewPart_wrapperJobName=JUnit Starter Job |
apanchenk | 76e839b | 2008-08-22 08:52:53 +0000 | [diff] [blame] | 76 | TestRunnerViewPart_stopaction_text=Stop Unit Test |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 77 | TestRunnerViewPart_select_test_run=&Select a test run: |
apanchenk | 76e839b | 2008-08-22 08:52:53 +0000 | [diff] [blame] | 78 | TestRunnerViewPart_stopaction_tooltip=Stop Unit Test Run |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 79 | TestRunnerViewPart_show_failures_only=Show Failures Only |
Johan Compagner | 15af04a | 2013-03-18 16:41:33 +0100 | [diff] [blame] | 80 | TestRunnerViewPart_show_execution_time=Show Execution &Time |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 81 | TestRunnerViewPart_rerunaction_label=Rerun Test |
| 82 | TestRunnerViewPart_rerunaction_tooltip=Rerun Test |
| 83 | TestRunnerViewPart_hierarchical_layout=Show Tests in &Hierarchy |
apanchenk | 8ba8325 | 2009-01-12 10:50:07 +0000 | [diff] [blame] | 84 | TestRunnerViewPart_rerunfailuresaction_label=Rerun Failures |
| 85 | TestRunnerViewPart_rerunfailuresaction_tooltip=Rerun Failures |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 86 | TestRunnerViewPart_rerunFailedFirstLaunchConfigName={0} (Failed Tests first) |
| 87 | TestRunnerViewPart_ImportTestRunSessionAction_name=&Import... |
| 88 | TestRunnerViewPart_ImportTestRunSessionAction_title=Import Test Run |
| 89 | TestRunnerViewPart_ImportTestRunSessionAction_error_title=Import Test Run |
| 90 | TestRunnerViewPart_ExportTestRunSessionAction_name=&Export... |
| 91 | TestRunnerViewPart_ExportTestRunSessionAction_title=Export Test Run |
| 92 | TestRunnerViewPart_ExportTestRunSessionAction_error_title=Export Test Run |
| 93 | TestRunnerViewPart_error_cannotrerun=Could not rerun test |
| 94 | TestRunnerViewPart_message_terminated=Terminated |
| 95 | TestRunnerViewPart_cannotrerun_title=Rerun Test |
| 96 | TestRunnerViewPart_cannotrerurn_message=To rerun tests they must be launched under the debugger\nand \'Keep JUnit running\' must be set in the launch configuration. |
| 97 | TestRunnerViewPart_clear_history_label=&Clear Terminated |
| 98 | TestRunnerViewPart_label_failure=Failure Trace |
| 99 | TestRunnerViewPart_message_finish= Finished after {0} seconds |
| 100 | TestRunnerViewPart_max_remembered=&Maximum count of remembered test runs: |
| 101 | TestRunnerViewPart_message_stopped= Stopped |
| 102 | TestRunnerViewPart_message_stopping=Stopping... |
| 103 | TestRunnerViewPart_message_started= {0} - {1} |
| 104 | TestRunnerViewPart_configName=Rerun {0} |
| 105 | TestRunnerViewPart_layout_menu=Layout |
| 106 | TestRunnerViewPart_Launching=Launching {0}... |
| 107 | TestRunnerViewPart_test_runs=Test Runs |
| 108 | TestRunSession_unrootedTests=Unrooted Tests |
| 109 | TestRunnerViewPart_toggle_vertical_label=&Vertical View Orientation |
| 110 | TestRunnerViewPart_toggle_horizontal_label=&Horizontal View Orientation |
| 111 | TestRunnerViewPart_activate_on_failure_only=Activate on &Error/Failure Only |
| 112 | TestRunnerViewPart_toggle_automatic_label=&Automatic View Orientation |
| 113 | TestRunnerViewPart_terminate_title=Rerun Test |
| 114 | TestRunnerViewPart_terminate_message=Terminate currently running tests? |
| 115 | TestRunnerViewPart_test_run_history=Test Run History... |
| 116 | TestRunnerViewPart_testName_startTime={0} ({1}) |
Ovidiu Buligan | 32b75b9 | 2013-05-13 17:47:54 +0200 | [diff] [blame^] | 117 | TestRunnerViewPart_sort_direction_menu=Sort Direction |
| 118 | TestRunnerViewPart_toggle_sort_no_sort=No sort |
| 119 | TestRunnerViewPart_toggle_sort_ascending=Ascending |
| 120 | TestRunnerViewPart_toggle_sort_descending=Descending |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 121 | |
| 122 | # The first parameter is the test name and the second is the JUnit version |
apanchenk | 5bea2bc | 2008-08-28 11:22:38 +0000 | [diff] [blame] | 123 | TestRunnerViewPart_titleToolTip={0} - {1} |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 124 | TestSessionLabelProvider_testName_JUnitVersion={0} [Runner: {1}] |
Johan Compagner | 15af04a | 2013-03-18 16:41:33 +0100 | [diff] [blame] | 125 | TestSessionLabelProvider_testName_elapsedTimeInSeconds = {0} ({1} s) |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 126 | TestSessionLabelProvider_testMethodName_className={0} - {1} |
| 127 | |
apanchenk | 76e839b | 2008-08-22 08:52:53 +0000 | [diff] [blame] | 128 | JUnitLaunchConfigurationDelegate_dialog_title=Problems Launching Unit Tests |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 129 | JUnitLaunchConfigurationDelegate_error_invalidproject=Invalid project specified. |
| 130 | JUnitLaunchConfigurationDelegate_error_input_element_deosn_not_exist=The input element of the launch configuration does not exist |
| 131 | JUnitLaunchConfigurationDelegate_verifying_attriburtes_description=Verifying launch attributes... |
| 132 | JUnitLaunchConfigurationDelegate_create_source_locator_description=Creating source locator... |
| 133 | JUnitBaseLaunchConfiguration_error_novmrunner=Internal error: JRE {0} does not specify a VM Runner |
| 134 | JUnitBaseLaunchConfiguration_error_notests=No tests found. |
| 135 | JUnitLaunchConfigurationDelegate_error_notests_kind=No tests found with test runner ''{0}''. |
| 136 | JUnitLaunchConfigurationDelegate_error_wrong_input=Can only run types or single method |
| 137 | JUnitLaunchConfigurationDelegate_error_junitnotonpath=Cannot find 'junit.framework.TestCase' on project build path. JUnit 3 tests can only be run if JUnit is on the build path. |
| 138 | JUnitLaunchConfigurationDelegate_error_junit4notonpath=Cannot find 'org.junit.Test' on project build path. JUnit 4 tests can only be run if JUnit 4 is on the build path. |
| 139 | JUnitLaunchConfigurationDelegate_erro_unknowtestrunner=Could not evaluate test runner |
| 140 | JUnitLaunchConfigurationTab_error_test_class_not_found=Can not find test class ''{0}'' in project ''{1}'' |
| 141 | JUnitLaunchConfigurationDelegate_input_type_does_not_exist=The input type of the launch configuration does not exist |
| 142 | JUnitLaunchConfigurationTab_label_oneTest=Run a s&ingle test |
| 143 | JUnitLaunchConfigurationTab_label_project=&Project: |
| 144 | JUnitClasspathFixProcessor_progress_desc=Adding JUnit library |
| 145 | JUnitLaunchConfigurationTab_label_browse=&Browse... |
| 146 | JUnitLaunchConfigurationTab_label_test=T&est class: |
| 147 | JUnitLaunchConfigurationTab_label_search=&Search... |
| 148 | JUnitLaunchConfigurationTab_label_containerTest=Run &all tests in the selected project, package or source folder: |
| 149 | JUnitLaunchConfigurationTab_label_keeprunning=&Keep JUnit running after a test run when debugging |
| 150 | JUnitLaunchConfigurationTab_testdialog_title=Test Selection |
| 151 | JUnitLaunchConfigurationTab_testdialog_message=Choose a test case or test suite: |
| 152 | JUnitLaunchConfigurationTab_projectdialog_title=Project Selection |
| 153 | JUnitLaunchConfigurationTab_projectdialog_message=Choose a project to constrain the search for main types: |
| 154 | JUnitLaunchConfigurationTab_tab_label=Test |
| 155 | JUnitMainTab_label_defaultpackage=(default package) |
| 156 | JUnitLaunchConfigurationTab_label_method=Test method: |
| 157 | JUnitLaunchConfigurationTab_Test_Loader=&Test runner: |
| 158 | JUnitLaunchConfigurationTab_folderdialog_title=Folder Selection |
| 159 | JUnitLaunchConfigurationTab_folderdialog_message=Choose a Project, Source Folder or Package: |
| 160 | JUnitLaunchConfigurationTab_error_projectnotdefined=Project not specified |
| 161 | JUnitLaunchConfigurationTab_error_projectnotexists=Project does not exist |
| 162 | JUnitLaunchConfigurationTab_error_notJavaProject=Specified project is not a Java project |
| 163 | JUnitLaunchConfigurationTab_error_testnotdefined=Test not specified |
| 164 | JUnitLaunchConfigurationTab_error_testcasenotonpath=Cannot find class 'junit.framework.TestCase' on project build path. |
| 165 | JUnitContainerWizardPage_error_title=JUnit Library |
| 166 | JUnitContainerWizardPage_combo_label=&JUnit library version: |
| 167 | JUnitLaunchConfigurationTab_error_invalidProjectName=''{0}'' is not a valid project name |
| 168 | JUnitContainerWizardPage_wizard_title=JUnit Library |
| 169 | JUnitContainerWizardPage_option_junit3=JUnit 3 |
| 170 | JUnitContainerWizardPage_option_junit4=JUnit 4 |
| 171 | JUnitContainerWizardPage_resolved_label=Current location: |
apanchenk | 76e839b | 2008-08-22 08:52:53 +0000 | [diff] [blame] | 172 | JUnitLaunchShortcut_message_launchfailed=Launching of Unit tests unexpectedly failed. Check log for details. |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 173 | JUnitLaunchConfigurationTab_error_noContainer=No project, source folder or package is specified |
| 174 | TestSearchEngine_message_searching=Searching for tests and suites... |
| 175 | JUnitLaunchShortcut_dialog_title=JUnit Launch |
apanchenk | 76e839b | 2008-08-22 08:52:53 +0000 | [diff] [blame] | 176 | JUnitLaunchShortcut_message_notests=No Unit tests found. |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 177 | JUnitLaunchShortcut_dialog_title2=Test Selection |
| 178 | JUnitLaunchShortcut_message_selectTestToRun=Select Test to run |
| 179 | LaunchConfigChange_configDeleted=Launch configuration ''{0}'', which is affected by this change, was deleted. |
| 180 | LaunchConfigSetAttributeChange_name=Update attribute ''{0}'' on launch configuration ''{1}'' |
| 181 | LaunchConfigRenameChange_name=Rename launch configuration ''{0}'' to ''{1}'' |
| 182 | JUnitLaunchShortcut_message_selectTestToDebug=Select Test to debug |
| 183 | JUnitLaunchShortcut_message_selectConfiguration=Select a Test Configuration |
| 184 | JUnitLaunchConfigurationDelegate_error_no_socket=No socket available |
| 185 | JUnitLaunchShortcut_message_selectDebugConfiguration=Select JUnit configuration to debug |
| 186 | JUnitLaunchShortcut_message_selectRunConfiguration=Select JUnit configuration to run |
| 187 | ShowNextFailureAction_label=Next Failure |
| 188 | ShowNextFailureAction_tooltip=Next Failed Test |
| 189 | ShowPreviousFailureAction_label=Previous Failure |
| 190 | ShowPreviousFailureAction_tooltip=Previous Failed Test |
| 191 | |
| 192 | GotoReferencedTestAction_dialog_message=Select a method, type, or compilation unit to open tests that refer to them. |
| 193 | GotoReferencedTestAction_dialog_title=Search Referring Tests |
| 194 | GotoReferencedTestAction_dialog_error_nomethod=Selection is not inside a type or method. |
| 195 | GotoReferencedTestAction_dialog_error=Test cannot be found |
| 196 | GotoReferencedTestAction_selectdialog_title=Select Test |
| 197 | GotoReferencedTestAction_dialog_select_message=Select a test that refers to ''{0}''. |
| 198 | |
| 199 | TestMethodSelectionDialog_error_title=Select Test |
| 200 | TestMethodSelectionDialog_no_tests_title=Go to Test |
| 201 | TestMethodSelectionDialog_error_notfound_title=Find Test |
| 202 | TestMethodSelectionDialog_error_notfound_message=Could not find test |
| 203 | TestMethodSelectionDialog_select_dialog_title=Select Test |
| 204 | TestMethodSelectionDialog_dialog_title=Go to Referring Tests |
| 205 | TestMethodSelectionDialog_notfound_message=No tests found that reference ''{0}''. |
| 206 | TestMethodSelectionDialog_test_not_found=Cannot find ''{0}'' - make sure that JUnit is on the project''s classpath. |
| 207 | TestMethodSelectionDialog_testproject=Multiple projects contain ''{0}''. Select one project to be used when searching for tests. |
| 208 | |
| 209 | Resources_outOfSyncResources= Some resources are out of sync |
| 210 | Resources_outOfSync= Resource ''{0}'' is out of sync with file system. |
| 211 | Resources_modifiedResources= There are modified resources |
| 212 | Resources_fileModified= File ''{0}'' has been modified since the beginning of the operation |
| 213 | |
| 214 | ExpandAllAction_text=Expand All |
| 215 | ExpandAllAction_tooltip=Expand All Nodes |
| 216 | |
| 217 | JUnitQuickFixProcessor_add_assert_description=Add static import ''org.junit.Assert.{0}'' |
| 218 | JUnitQuickFixProcessor_add_assert_info=Adds a static import ''org.junit.Assert.{0}''. |
| 219 | JUnit4TestFinder_searching_description=Searching for JUnit 4 tests... |
| 220 | |
| 221 | JUnitAddLibraryProposal_info=Adds JUnit 3 to the build path. |
| 222 | JUnitAddLibraryProposa_junit4_label=Add JUnit 4 to the build path |
| 223 | JUnitAddLibraryProposal_junit4_info=Adds JUnit 4 to the build path. |
| 224 | JUnitAddLibraryProposal_label=Add JUnit 3 to the build path |
| 225 | JUnitAddLibraryProposal_title=Add JUnit Library |
| 226 | JUnitAddLibraryProposal_cannotAdd=Cannot add the JUnit library to the build path. |
| 227 | |
| 228 | CompareResultsAction_label=Compare Result |
| 229 | CompareResultsAction_description=Compare the actual and expected test result |
| 230 | CompareResultsAction_tooltip=Compare Actual With Expected Test Result |
| 231 | |
| 232 | CompareResultDialog_title=Result Comparison |
| 233 | CompareResultDialog_labelOK=OK |
| 234 | CompareResultDialog_expectedLabel=Expected |
| 235 | CompareResultDialog_actualLabel=Actual |
| 236 | |
| 237 | TypeRenameParticipant_name=JUnit Launch configuration participant |
| 238 | TypeRenameParticipant_change_name=JUnit Launch configuration update |
| 239 | |
| 240 | RerunAction_label_rerun=&Rerun |
| 241 | RerunAction_label_run=&Run |
| 242 | RerunAction_label_debug=&Debug |
apanchenk | c56408a | 2008-08-28 04:55:55 +0000 | [diff] [blame] | 243 | MainLaunchConfigurationTab_detectEngine=Detect |
| 244 | MainLaunchConfigurationTab_ErrorEngineNotSelected=Testing engine not selected |
asobolev | 79b419d | 2007-09-20 11:44:29 +0000 | [diff] [blame] | 245 | JUnitContainerWizardPage_error_problem_configuring_container=Problem while configuring the JUnit container. |
| 246 | JUnitContainerInitializer_description_initializer_junit3=JUnit 3 |
| 247 | JUnitContainerInitializer_description_initializer_junit4=JUnit 4 |
| 248 | JUnitContainerInitializer_description_initializer_unresolved=Unresolved JUnit container |
| 249 | ClasspathVariableMarkerResolutionGenerator_use_JUnit3=Use the JUnit 3 library |
| 250 | ClasspathVariableMarkerResolutionGenerator_use_JUnit3_desc=Changes the classpath variable entry to use the JUnit 3 library |
apanchenk | ae5354d | 2008-08-27 13:06:45 +0000 | [diff] [blame] | 251 | |
| 252 | InternalError=Internal Error |
| 253 | TestingNoEngineConfigured=Testing Engine not configured for this launch configuration |