blob: cd71ad51f1189981f534f1a9bdb33dc3b63e9906 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-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.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.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.toggle.vertical.label=&Vertical View Orientation
TestRunnerViewPart.toggle.horizontal.label=&Horizontal View Orientation
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
JUnitMainTab.label.oneTest=&Run a single 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.testnotexists=Test class does not exist
JUnitMainTab.error.invalidTest=Specified class is not a valid test class
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
LaunchConfigProjectChange.configDeleted=A launch configuration affected by this change was deleted.
LaunchConfigTypeChange.configDeleted=A launch configuration affected by this change was deleted.
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