blob: dea9943b615c9c62d20d5b7d79817a27a21d8a72 [file] [log] [blame]
###############################################################################
# Copyright (c) 2000, 2003 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
###############################################################################
Plugin.name = External Tools
Plugin.providerName = Eclipse.org
AntLaunchShortcut.label = &Ant Build
ExtPoint.configurationDuplicationMaps = Launch Configuration Duplication Maps
ExtPoint.toolTypes = External Tool Types
ExtPoint.toolVariables = External Tool Variables
ExtPoint.refreshVariables = Refresh Scope Variables
ExternalToolsLaunchGroup.label = &External Tools
ToolType.programName = Program
ToolType.programDescription = An external tool that runs an application, a batch file, etc.
ToolType.antBuildName = Ant Build
ToolType.antBuildDescription = An external tool that runs an Ant buildfile.
Menu.run = &Run
ActionSet.externalTools = External Tools
Action.externalTools = &External Tools
Action.externalToolsTip = Run Last Tool
PropertyPage.main = Main
PropertyPage.option = Options
PropertyPage.refresh = Refresh Scope
PropertyPage.antTargets = Targets
PropertyPage.externalToolsBuilders = External Tools Builders
CategoryView.antViews = Ant
Builder.externalTools = Integrated External Tool Builder
View.externalToolView = External Tools
View.logConsole = Log Console
View.antView = Ant
PreferencePage.externalToolsPreferences = External Tools
PreferencePage.antPreferences = Ant
PreferencePage.antRuntimePreferences = Runtime
PreferencePage.antEditorPreferences = Editor
PopupMenu.runAnt = Run &Ant...
PopupMenu.runAntTip = Run Ant With The Selected File
AntBuild.externalTools = Ant Build
Program.externalTools = Program
#tool variables
workspace_loc.description= Expands to the workspace root's absolute file system path.
project_loc.description= Expands to the absolute file system path of the selected resource's project.
project_path.description= Expands to the full path, relative to the workspace root, of the selected resource's project.
project_name.description= Expands to the name of the selected resource's project.
resource_loc.description= Expands to the absolute file system path of the selected resource.
resource_path.description= Expands to the full path, relative to the workspace root, of the selected resource.
resource_name.description= Expands to the name of the selected resource.
container_loc.description= Expands to the absolute file system path of the folder containing the selected resource.
container_path.description= Expands to the full path, relative to the workspace root, of the folder containing the selected resource.
container_name.description= Expands to the name of the folder containing selected resource.
build_type.description= Expands to the type of build, one of "incremental", "full", "auto", or "none".
#refresh variables
workspace.description= Expands to the workspace root.
project.description= Expands to the project of the selected resource.
container.description= Expands to the folder containing the selected resource.
resource.description= Expands to a resource.
working_set.description= Expands to the group of resources in a working set.
ActionDefinition.externalToolMenuDelegateToolbar.name=Run Last Launched External Tool
ActionDefinition.externalToolMenuDelegateToolbar.description=Runs the last launched external Tool
ActionDefinition.antContentAssistProposals.name=Ant Content Assist
ActionDefinition.antContentAssistProposals.description=Content Assist in the Ant Editor
AntEditor.name=Ant Editor
AddBookmark.label=Add Boo&kmark...
AddBookmark.tooltip=Add Bookmark...
AddTask.label=Add &Task...
AddTask.tooltip=Add Task...