blob: 78af53befbd6c1ea4a13396fc0cc06475ef00133 [file] [log] [blame]
# ======================================================================
# Copyright (c) 2002 IBM Corp. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v0.5
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v05.html
#
# Contributors:
# ======================================================================
ClasspathPage.addFolderButtonTitle = Add &Folder...
ClasspathPage.addJarButtonTitle = Add &Jar...
ClasspathPage.removeButtonTitle = &Remove
ClasspathPage.title = C&lasspath
ConfigurationDialog.shellTitle = External Tools Configuration
ConfigurationDialog.dialogTitle = External Tools
ConfigurationDialog.dialogMessage = Configure an external tool to run a program, batch file, or Ant build file.
ConfigurationDialog.toolList = &Tools:
ConfigurationDialog.newButton = &New...
ConfigurationDialog.editButton = &Edit...
ConfigurationDialog.removeButton = &Remove
ConfigurationDialog.upButton = &Up
ConfigurationDialog.downButton = &Down
ConfigurationDialog.details = Det&ails:
ConfigurationDialog.detailMessage = Location: {0}\nArguments: {1}\nDirectory: {2}
EditDialog.newShellTitle = New External Tool
EditDialog.editShellTitle = Edit External Tool
EditDialog.dialogTitle = External Tool
EditDialog.newDialogMessage = Create an external tool to run a program, batch file, or Ant build file.
EditDialog.editDialogMessage = Edit an external tool to run a program, batch file, or Ant build file.
EditDialog.howToSelectAntTargets = To choose Ant targets, press the ''Browse Variables'' button and select ''Ant targets''.
EditDialog.nameLabel = &Name:
EditDialog.locationLabel = Tool &Location:
EditDialog.argumentLabel = Tool &Arguments:
EditDialog.dirLabel = Working &Directory:
EditDialog.refreshOption = After running, &refresh:
EditDialog.browseWkspButton1 = Browse &Workspace...
EditDialog.browseFileSysButton1 = Browse &File System...
EditDialog.browseVarsButton = Browse &Variables...
EditDialog.directoryBrowseButton = Browse &Options...
EditDialog.refreshOptionButton = Browse O&ptions...
EditDialog.browseWorkspaceTitle = Browse Workspace
EditDialog.selectTool = &Select the external tool to use:
EditDialog.selectResource = &Select the resource to use:
EditDialog.selectContainer = &Select the container to use:
EditDialog.selectDirectory = &Select the working directory to use:
EditDialog.selectTargets = &Select the Ant targets to use:
EditDialog.selectFolder = &Select the folder to use:
EditDialog.browseVarTitle = Browse Variables
EditDialog.browseDirTitle = Browse Working Directory Options
EditDialog.selectVar = &Select a variable to use:
EditDialog.selectDir = &Select a working directory option:
EditDialog.dirBrowseWorkspace = Browse workspace
EditDialog.dirBrowseFileSystem = Browse file system
EditDialog.varWorkspaceLocLabel = Workspace location
EditDialog.varProjectLocLabel = Selected resource's project location
EditDialog.varContainerLocLabel = Selected resource's container location
EditDialog.varResourceLocLabel = Selected resource location
EditDialog.varProjectPathLabel = Selected resource's project full path
EditDialog.varContainerPathLabel = Selected resource's container full path
EditDialog.varResourcePathLabel = Selected resource full path
EditDialog.varProjectNameLabel = Selected resource's project name
EditDialog.varContainerNameLabel = Selected resource's container name
EditDialog.varResourceNameLabel = Selected resource name
EditDialog.varProjectXLocLabel = Specific resource's project location
EditDialog.varContainerXLocLabel = Specific resource's container location
EditDialog.varResourceXLocLabel = Specific resource location
EditDialog.varProjectXPathLabel = Specific resource's project full path
EditDialog.varContainerXPathLabel = Specific resource's container full path
EditDialog.varResourceXPathLabel = Specific resource full path
EditDialog.varProjectXNameLabel = Specific resource's project name
EditDialog.varContainerXNameLabel = Specific resource's container name
EditDialog.varResourceXNameLabel = Specific resource name
EditDialog.varBuildTypeNameLabel = Build type
EditDialog.varAntTargetLabel = Ant targets
EditDialog.browseProjectTitle = Browse Projects
EditDialog.selectProject = &Select a project to use:
EditDialog.noToolName = Enter a name for the tool
EditDialog.noToolLocation = Enter a location for the tool
EditDialog.missingToolLocation = Tool location does not exist or is invalid
EditDialog.missingToolDirectory = Tool working directory does not exist or is invalid
EditDialog.refreshScopeNone = Nothing
EditDialog.refreshScopeWorkspace = Workspace
EditDialog.refreshScopeProject = Current project
EditDialog.refreshScopeProjectX = Project named {0}
EditDialog.refreshScopeWorkingSet = Working set named {0}
EditDialog.browseRefreshTitle = Browse Refresh Scopes
EditDialog.selectRefresh = &Select the refresh scope to use:
EditDialog.refreshNothingLabel = Nothing
EditDialog.refreshWorkspaceLabel = Current workspace
EditDialog.refreshProjectLabel = Current project
EditDialog.refreshProjectXLabel = Specific project
EditDialog.refreshWorkingSetLabel = Specific working set
EditDialog.showLogLabel = S&how execution log on console
EditDialog.errorTitle = Edit External Tool Problem
EditDialog.errorReadAntFile = Problems reading Ant build file: {0}
EditDialog.noAntTargets = Could not find any targets in Ant build file: {0}
ExternalToolsRegistry.saveStateErrorTitle = Problem Saving External Tool
ExternalToolsRegistry.saveStateError = Could not write external tool configurations to disk.\n\nPlease try again.
BuilderPropertyPage.description = Add external tools to the build order.
BuilderPropertyPage.newButton = &New...
BuilderPropertyPage.editButton = &Edit...
BuilderPropertyPage.removeButton = &Remove
BuilderPropertyPage.upButton = &Up
BuilderPropertyPage.downButton = &Down
BuilderPropertyPage.statusMessage = Internal error
BuilderPropertyPage.errorTitle = External Tool Builder Problem
BuilderPropertyPage.errorMessage = Internal error
BuilderPropertyPage.invalidBuildTool = Invalid External Tool Builder
BuilderPropertyPage.missingBuilder = Missing builder ({0})
DefaultRunnerContext.runningExternalTool = Running external tool...
DefaultRunnerContext.invalidLocation = The tool''s file does not exist for the external tool named {0}.
DefaultRunnerContext.invalidDirectory = The tool''s working directory does not exist for the external tool named {0}.
DefaultRunnerContext.refreshWorkingSet = Refreshing...
DefaultRunnerContext.errorShellTitle = Problem Running External Tool
DefaultRunnerContext.errorMessage = External tool failed to run.
ExternalToolsRunner.runningToolLabel = Running external tool: {0}
ExternalToolsRunner.internalErrorMessage = Internal error
ExternalToolsAction.runProblem = A problem occurred running the external tool. See the log console for details.
ExternalToolsAction.runErrorTitle = Run Tool Problem
ExternalToolsAction.internalError = External tool runner internal error
ExternalToolsAction.configure = &Configure...
LogConsoleDocument.externalTool = External Tool
LogConsoleView.copy = &Copy@Ctrl+C
LogConsoleView.expandAll = &Expand All
LogConsoleView.selectAll = Select &All@Ctrl+A
LogConsoleView.clearOutput = Clear Output
LogConsoleView.hideOutputStructureTree = Hide Output Structure Tree
LogConsoleView.showOutputStructureTree = Show Output Structure Tree
LogConsoleView.showTree = &Show Tree
LogConsoleView.showSelectedElementOnly = Show Output of Selected Element Only
LogConsoleView.showCompleteOutput = Show Complete Output
LogConsoleView.findAction.label = Find/Replace
LogTreeLabelProvider.invalidItemName = Invalid item name
ToolsPreferencePage.errorColor = &Error:
ToolsPreferencePage.warningColor = &Warning:
ToolsPreferencePage.infoColor = I&nformation:
ToolsPreferencePage.verboseColor = Ve&rbose:
ToolsPreferencePage.debugColor = Deb&ug:
ToolsPreferencePage.font = Console font setting:
ToolsPreferencePage.description = Console text color settings.
ToolsPreferencePage.savePriorToBuilding = &Save all modified resources before running an external tool
ToolsPreferencePage.preferedOutputLevel = Preferred output level
ToolsPreferencePage.info = &Information (normal)
ToolsPreferencePage.verbose = &Verbose
ToolsPreferencePage.debug = De&bug
BuildCanceledException.canceled = Canceled
AntUtil.antFileNotFound = Could not open Ant build file.
AntUtil.parserConfigError = Internal parser configuration error.
AntUtil.ioError = Could not read content of Ant build file.
AntUtil.formatError = Could not parse content of Ant build file.
AntUtil.invalidAntBuildFile = Invalid content format of Ant build file.
AntAction.runErrorTitle = Run Ant Problem
AntAction.errorReadAntFile = Problems reading Ant build file: {0}
AntAction.noAntTargets = Could not find any targets in Ant build file: {0}
AntLaunchWizard.shellTitle = Run Ant
AntLaunchWizard.dialogTitle = Run
AntLaunchWizard.dialogDescription = Run an Ant build file
AntLaunchWizard.runningAnt = Running Ant
AntLaunchWizard.runAntProblem = A problem occurred executing the Ant file. See the log console for details.
AntLaunchWizard.runErrorTitle = Run Ant Problem
AntLaunchWizard.internalAntError = Ant runner internal error
AntLaunchWizardPage.targetLabel = Available &targets:
AntLaunchWizardPage.argsLabel = &Arguments:
AntLaunchWizardPage.showLogLabel = S&how execution log in console
AntTargetLabelProvider.defaultTarget = Default
AntBuildLogger.buildException = Build exception: {0}
AddTaskDialog.name = &Name:
AddTaskDialog.class = &Class:
AddTaskDialog.library = &Library:
AntTasksPage.addTaskButtonTitle = Add &Task...
AntTasksPage.editTaskButtonTitle = &Edit Task...
AntTasksPage.removeButtonTitle = &Remove
AntTasksPage.addTaskDialogDescription = Enter a name, java class, and library for your custom task.
AntTasksPage.addTaskDialogTitle = Add Task
AntTasksPage.title = Ta&sks
AntTasksPage.editTaskDialogDescription = Modify the name, java class, and library of your custom task
AntTasksPage.editTaskDialogTitle = Edit Task
AntTypesPage.removeButtonTitle = &Remove
AntTypesPage.addTypeButtonTitle = Add &Type...
AntTypesPage.editTypeButtonTitle = &Edit Type...
AntTypesPage.typesPageTitle = T&ypes
AntTypesPage.addTypeDialogDescription = Enter a name, java class, and library for your custom type.
AntTypesPage.addTypeDialogTitle = Add Type
AntTypesPage.editTypeDialogDescription = Modify the name, java class, and library of your custom type
AntTypesPage.editTypeDialogTitle = Edit Type
AntPreferencePage.description = &Customize the classpath, tasks and types used when running Ant files from Eclipse.