blob: e67055b416dfeb357bc05be2315aa9c91d685c77 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
CopyTrace_action_label=Copy Trace
CopyTraceAction_problem=Problem Copying to Clipboard
CopyTraceAction_clipboard_busy=There was a problem when accessing the system clipboard. Retry?
CopyFailureList_action_label=Copy Failure List
CopyFailureList_problem=Problem Copying Failure List to Clipboard
CopyFailureList_clipboard_busy=There was a problem when accessing the system clipboard. Retry?
CounterPanel_label_runs=Runs:
CounterPanel_label_errors=Errors:
CounterPanel_label_failures=Failures:
CounterPanel_runcount= {0}/{1}
EnableStackFilterAction_action_label=Filter
EnableStackFilterAction_action_description=Filter the stack trace
EnableStackFilterAction_action_tooltip=Filter Stack Trace
ScrollLockAction_action_label=Scroll Lock
ScrollLockAction_action_description=Scroll lock
ScrollLockAction_action_tooltip=Scroll Lock
FailureRunView_tab_tooltip=Failures and Errors
FailureRunView_tab_title=Failures
FailureRunView_labelfmt= {0} - {1}
FilterPatternsDialog_message_notempty=Filter must not be empty
HierarchyRunView_tab_tooltip=Test Hierarchy
HierarchyRunView_tab_title=Hierarchy
JUnitPlugin_error_cannotshow=Could not show JUnit Result View
JUnitPlugin_searching=Searching
JUnitPreferencePage_description=JUnit settings:
JUnitPreferencePage_addfilterbutton_label=Add &Filter
JUnitPreferencePage_addfilterbutton_tooltip=Type the Name of a New Stack Filter
JUnitPreferencePage_addtypebutton_label=Add &Class...
JUnitPreferencePage_addtypebutton_tooltip=Choose a Java Type and Add It to Stack Filters
JUnitPreferencePage_addpackagebutton_label=Add &Packages...
JUnitPreferencePage_addpackagebutton_tooltip=Choose Package(s) to Add to Stack Filters
JUnitPreferencePage_removefilterbutton_label=&Remove
JUnitPreferencePage_removefilterbutton_tooltip=Remove All Selected Stack Filters
JUnitPreferencePage_enableallbutton_label=&Enable All
JUnitPreferencePage_enableallbutton_tooltip=Enables All Stack Filters
JUnitPreferencePage_disableallbutton_label=Disa&ble All
JUnitPreferencePage_disableallbutton_tooltip=Disables All Stack Filters
JUnitPreferencePage_filter_label=&Stack trace filter patterns (changes only apply to new test runs):
JUnitPreferencePage_adddialog_title=Add Stack Filter Pattern
JUnitPreferencePage_addialog_prompt=Enter Filter Pattern:
JUnitPreferencePage_showcheck_label=Show the JUnit results &view only when an error or failure occurs
JUnitPreferencePage_invalidstepfilterreturnescape=Invalid stack filter. Press Enter to continue editing or Escape to cancel.
JUnitPreferencePage_addtypedialog_title=Add Class to Stack Filters
JUnitPreferencePage_addtypedialog_message=&Select a class to filter in the failure stack trace.
JUnitPreferencePage_addtypedialog_error_message=Could not open type selection dialog for stack filters.
JUnitPreferencePage_addpackagedialog_title=Add Packages to Stack Filters
JUnitPreferencePage_addpackagedialog_message=&Select a package to filter in the failure stack trace.
JUnitPreferencePage_addpackagedialog_error_message=Could not open package selection dialog for stack filters.
OpenEditorAction_action_label=&Go to File
OpenEditorAction_error_cannotopen_title=Cannot Open Editor
OpenEditorAction_error_cannotopen_message=Test class not found in selected project
OpenEditorAction_error_dialog_title=Error
OpenEditorAction_error_dialog_message=Cannot open editor
OpenEditorAction_message_cannotopen=Cannot open editor
OpenTestAction_error_title=Go To Test
OpenTestAction_error_methodNoFound=Method ''{0}'' not found. Opening the test class.
TestRunnerViewPart_jobName=Update JUnit
TestRunnerViewPart_wrapperJobName=JUnit Starter Job
TestRunnerViewPart_stopaction_text=Stop JUnit Test
TestRunnerViewPart_stopaction_tooltip=Stop JUnit Test Run
TestRunnerViewPart_rerunaction_label=Rerun Last Test
TestRunnerViewPart_rerunaction_tooltip=Rerun Last Test
TestRunnerViewPart_rerunfailuresaction_label=Rerun Last Test - Failures First
TestRunnerViewPart_rerunfailuresaction_tooltip=Rerun Failed Test - Failures First
TestRunnerViewPart_rerunLaunchConfigName=Rerun Failed Test First Configuration
TestRunnerViewPart_error_cannotrerun=Could not rerun test
TestRunnerViewPart_message_terminated=Terminated
TestRunnerViewPart_message_launching=Launching...
TestRunnerViewPart_cannotrerun_title=Rerun Test
TestRunnerViewPart_cannotrerurn_message=To rerun tests they must be launched under the debugger\nand \'Keep JUnit running\' must be set in the launch configuration.
TestRunnerViewPart_message_cannotshow=Could not show JUnit Result View
TestRunnerViewPart_label_failure=Failure Trace
TestRunnerViewPart_message_finish= Finished after {0} seconds
TestRunnerViewPart_message_stopped= Stopped
TestRunnerViewPart_message_started= {0} - {1}
TestRunnerViewPart_message_failure= {0}({1}) had a failure
TestRunnerViewPart_message_error= {0}({1}) had an error
TestRunnerViewPart_message_success= {0}({1}) was successful
TestRunnerViewPart_title= JUnit ({0})
TestRunnerViewPart_title_no_type=JUnit
TestRunnerViewPart_configName=Rerun {0}
TestRunnerViewPart_Launching=Launching {0}...
TestRunnerViewPart_toggle_vertical_label=&Vertical View Orientation
TestRunnerViewPart_toggle_horizontal_label=&Horizontal View Orientation
TestRunnerViewPart_activate_on_failure_only=Activate on &Error/Failure only
TestRunnerViewPart_toggle_automatic_label=&Automatic View Orientation
TestRunnerViewPart_terminate_title=Run Last Test
TestRunnerViewPart_terminate_message=Terminate currently running tests?
JUnitBaseLaunchConfiguration_error_invalidproject=Invalid project specified
JUnitBaseLaunchConfiguration_error_novmrunner=Internal error: JRE {0} does not specify a VM Runner
JUnitBaseLaunchConfiguration_error_notests=No tests found
JUnitBaseLaunchConfiguration_error_junitnotonpath=Cannot find class 'junit.framework.TestCase' on project build path.
JUnitMainTab_label_oneTest=Run a s&ingle test
JUnitMainTab_label_project=&Project:
JUnitMainTab_label_browse=&Browse...
JUnitMainTab_label_test=T&est class:
JUnitMainTab_label_search=&Search...
JUnitMainTab_label_containerTest=Run &all tests in the selected project, package or source folder:
JUnitMainTab_label_keeprunning=&Keep JUnit running after a test run when debugging
JUnitMainTab_testdialog_title=Test Selection
JUnitMainTab_testdialog_message=Choose a test case or test suite:
JUnitMainTab_projectdialog_title=Project Selection
JUnitMainTab_projectdialog_message=Choose a project to constrain the search for main types:
JUnitMainTab_tab_label=Test
JUnitMainTab_label_defaultpackage=(default package)
JUnitMainTab_label_method=Test method:
JUnitMainTab_folderdialog_title=Folder Selection
JUnitMainTab_folderdialog_message=Choose a Project, Source Folder or Package:
JUnitMainTab_error_projectnotdefined=Project not specified
JUnitMainTab_error_projectnotexists=Project does not exist
JUnitMainTab_error_notJavaProject=Specified project is not a Java project
JUnitMainTab_error_testnotdefined=Test not specified
JUnitMainTab_error_testcasenotonpath=Cannot find class 'junit.framework.TestCase' on project build path.
JUnitMainTab_error_testnotexists=Test class does not exist
JUnitMainTab_error_invalidTest=Specified class is not a valid test class
JUnitMainTab_error_invalidProjectName=''{0}'' is not a valid project name
JUnitMainTab_error_noContainer=No project, source folder or package is specified
TestSearchEngine_message_searching=Searching suites...
LaunchTestAction_dialog_title=JUnit Launch
LaunchTestAction_message_notests=No JUnit tests found.
LaunchTestAction_dialog_title2=Test Selection
LaunchTestAction_message_selectTestToRun=Select Test to debug
LaunchConfigChange_configDeleted=Launch configuration ''{0}'', which is affected by this change, was deleted.
LaunchConfigSetAttributeChange_name=Update attribute ''{0}'' on launch configuration ''{1}''
LaunchConfigRenameChange_name=Rename launch configuration ''{0}'' to ''{1}''
LaunchTestAction_message_selectTestToDebug=Select Test to run
LaunchTestAction_message_launchFailed=JUnit Launch Failed
LaunchTestAction_message_selectConfiguration=Select a Test Configuration
LaunchTestAction_message_selectDebugConfiguration=Select JUnit configuration to debug
LaunchTestAction_message_selectRunConfiguration=Select JUnit configuration to run
ShowNextFailureAction_label=Next Failure
ShowNextFailureAction_tooltip=Next Failed Test
ShowPreviousFailureAction_label=Previous Failure
ShowPreviousFailureAction_tooltip=Previous Failed Test
GotoReferencedTestAction_dialog_message=Select a method, type, or compilation unit to open tests that refer to them.
GotoReferencedTestAction_dialog_title=Search Referring Tests
GotoReferencedTestAction_dialog_error_nomethod=Selection is not inside a type or method.
GotoReferencedTestAction_dialog_error=Test cannot be found
GotoReferencedTestAction_selectdialog_title=Select Test
GotoReferencedTestAction_dialog_select_message=Select a test that refers to ''{0}''.
TestMethodSelectionDialog_error_title=Select Test
TestMethodSelectionDialog_no_tests_title=Go to Test
TestMethodSelectionDialog_error_notfound_title=Find Test
TestMethodSelectionDialog_error_notfound_message=Could not find test
TestMethodSelectionDialog_select_dialog_title=Select Test
TestMethodSelectionDialog_dialog_title=Go to Referring Tests
TestMethodSelectionDialog_notfound_message=No tests found that reference ''{0}''.
TestMethodSelectionDialog_test_not_found=Cannot find ''{0}'' - make sure that JUnit is on the project''s classpath.
TestMethodSelectionDialog_testproject=Multiple projects contain ''{0}''. Select one project to be used when searching for tests.
Resources_outOfSyncResources= Some resources are out of sync
Resources_outOfSync= Resource ''{0}'' is out of sync with file system.
Resources_modifiedResources= There are modified resources
Resources_fileModified= File ''{0}'' has been modified since the beginning of the operation
ExpandAllAction_text=Expand All
ExpandAllAction_tooltip=Expand All Nodes
JUnitAddLibraryProposal_info=Add the JUnit library to the project\'s build class path
JUnitAddLibraryProposal_label=Add JUnit libraries
JUnitAddLibraryProposal_title=Error
JUnitAddLibraryProposal_cannotAdd=Cannot add the JUnit library to the build path.
CompareResultsAction_label=Compare Result
CompareResultsAction_description=Compare the actual and expected test result
CompareResultsAction_tooltip=Compare Actual With Expected Test Result
CompareResultDialog_title=Result Comparison
CompareResultDialog_labelOK=OK
CompareResultDialog_expectedLabel=Expected
CompareResultDialog_actualLabel=Actual
TypeRenameParticipant_name=JUnit Launch configuration participant
TypeRenameParticipant_change_name=JUnit Launch configuration update
RerunAction_label_run=&Run
RerunAction_label_debug=&Debug