1 # ======================================================================
 
   2 # Copyright (c) 2002 IBM Corp. and others. All rights reserved.
 
   3 # This file is made available under the terms of the Common Public License v1.0
 
   4 # which accompanies this distribution, and is available at
 
   5 # http://www.eclipse.org/legal/cpl-v10.html
 
   8 # ======================================================================
 
  10 # =======================================================================
 
  12 # =======================================================================
 
  14 ExternalTool.nameMustContainOneChar = The external tool name must contain at least one letter or number.
 
  15 ExternalTool.nameContainsInvalidChar = The external tool name must contain only letters, numbers, hyphens, and spaces.
 
  17 ToolUtil.dirLocVarBetweenText = The variable for the directory location cannot have any other text before or after itself.
 
  18 ToolUtil.dirLocVarFormatWrong = The variable for the directory location is not in a valid format.
 
  19 ToolUtil.dirLocVarMissing = The variable named ''{0}'' for the directory location does not exist.
 
  20 ToolUtil.dirLocVarExpandFailed = The variable named ''{0}'' for the directory location could not be expanded.
 
  21 ToolUtil.fileLocVarBetweenText = The variable for the file location cannot have any other text before or after itself.
 
  22 ToolUtil.fileLocVarFormatWrong = The variable for the file location is not in a valid format.
 
  23 ToolUtil.fileLocVarMissing = The variable named ''{0}'' for the file location does not exist.
 
  24 ToolUtil.fileLocVarExpandFailed = The variable named ''{0}'' for the file location could not be expanded.
 
  25 ToolUtil.argumentVarFormatWrong = A variable for the arguments is not in a valid format.
 
  26 ToolUtil.argumentVarMissing = The variable named ''{0}'' for the arguments does not exist.
 
  27 ToolUtil.argumentVarExpandFailed = The variable named ''{0}'' for the arguments could not be expanded.
 
  29 ExternalToolRegistry.loadToolFailure = Press the Details button for more information.
 
  30 ExternalToolRegistry.fileNotFoundError = Could not find external tool storage file.
 
  31 ExternalToolRegistry.ioLoadError = Problems reading external tool storage file.
 
  32 ExternalToolRegistry.ioSaveError = Problems writing external tool storage file.
 
  33 ExternalToolRegistry.loadErrorTitle = Problem Loading External Tools.
 
  34 ExternalToolRegistry.loadErrorMessage = Could not load all external tools.
 
  35 ExternalToolRegistry.noToolFilename = External tool filename for storage not specified.
 
  36 ExternalToolRegistry.deleteToolFileFailed = Could not delete external tool file ''{0}''.
 
  38 ExternalToolStorage.deleteErrorTitle = Problem Deleting External Tool.
 
  39 ExternalToolStorage.deleteErrorMessage = Could not delete external tool. Refresh list and try again.
 
  40 ExternalToolStorage.reloadErrorTitle = Problem Refreshing External Tools
 
  41 ExternalToolStorage.reloadErrorMessage = Could not load all external tools.
 
  42 ExternalToolStorage.saveErrorTitle = Problem Saving External Tool.
 
  43 ExternalToolStorage.saveErrorMessage = Could not save external tool. Please try again.
 
  45 NewExternalToolAction.text = &New
 
  46 NewExternalToolAction.toolTip = New External Tool Wizard
 
  48 CopyExternalToolAction.text = &Copy
 
  49 CopyExternalToolAction.toolTip = Copy External Tool
 
  51 PasteExternalToolAction.text = &Paste
 
  52 PasteExternalToolAction.toolTip = Paste External Tool
 
  54 DeleteExternalToolAction.text = &Delete
 
  55 DeleteExternalToolAction.toolTip = Delete External Tool
 
  56 DeleteExternalToolAction.confirmToolDeleteTitle = Confirm External Tool Delete
 
  57 DeleteExternalToolAction.confirmToolDeleteMsg = Are you sure want to delete ''{0}''?
 
  59 RenameExternalToolAction.text = Rena&me
 
  60 RenameExternalToolAction.toolTip = Rename External Tool
 
  62 RefreshViewAction.text = Re&fresh
 
  63 RefreshViewAction.toolTip = Refresh External Tool View
 
  65 RunExternalToolAction.text = R&un
 
  66 RunExternalToolAction.toolTip = Run External Tool
 
  68 RunWithExternalToolAction.text = Run &With...
 
  69 RunWithExternalToolAction.toolTip = Prompt for Arguments and Run External Tool
 
  71 EditExternalToolPropertiesAction.text = P&roperties
 
  72 EditExternalToolPropertiesAction.toolTip = Edit External Tool Properties
 
  74 ExternalToolMainGroup.locationLabel = &Location:
 
  75 ExternalToolMainGroup.locationBrowseLabel = B&rowse...
 
  76 ExternalToolMainGroup.descriptionLabel = D&escription:
 
  77 ExternalToolMainGroup.nameLabel = Na&me:
 
  78 ExternalToolMainGroup.workDirLabel = &Working Directory:
 
  79 ExternalToolMainGroup.workDirBrowseLabel = Br&owse...
 
  80 ExternalToolMainGroup.nameRequired = External tool name cannot be empty.
 
  81 ExternalToolMainGroup.nameAlreadyExist = Another external tool exists with the same name.
 
  82 ExternalToolMainGroup.locationRequired = External tool location cannot be empty.
 
  83 ExternalToolMainGroup.invalidLocation = External tool location does not exist or is invalid.
 
  84 ExternalToolMainGroup.invalidWorkDir = External tool working directory does not exist or is invalid.
 
  86 ExternalToolOptionGroup.captureOutputLabel = &Capture output messages from running tool
 
  87 ExternalToolOptionGroup.showConsoleLabel = &Show console when tool is run
 
  88 ExternalToolOptionGroup.runBackgroundLabel = &Run tool in background
 
  89 ExternalToolOptionGroup.openPerspLabel = &Open perspective when tool is run:
 
  90 ExternalToolOptionGroup.argumentLabel = Ar&guments:
 
  91 ExternalToolOptionGroup.argumentInstruction = Note: Enclose an argument containing spaces using double-quotes ("). Not\napplicable for variables.
 
  92 ExternalToolOptionGroup.argumentVariableLabel = &Variables...
 
  93 ExternalToolOptionGroup.promptArgLabel = &Prompt for arguments before running tool
 
  94 ExternalToolOptionGroup.showInMenuLabel = S&how in Run > External Tools menu
 
  95 ExternalToolOptionGroup.saveDirtyEditorsLabel = Save dirty &editors before running tool
 
  97 ExternalToolRefreshGroup.refreshLabel = &Refresh resources after running tool
 
  98 ExternalToolRefreshGroup.recursiveLabel = Recursively &include sub-folders
 
  99 ExternalToolRefreshGroup.scopeLabel = Choose &Scope Variable:
 
 101 ExternalToolNewWizard.shellTitle = New External Tool
 
 102 ExternalToolNewWizard.optionPageTitle = Options
 
 103 ExternalToolNewWizard.optionPageDescription = Configure the options when the external tool is run.
 
 104 ExternalToolNewWizard.refreshPageTitle = Refresh Scope
 
 105 ExternalToolNewWizard.refreshPageDescription = Specify which resources to refresh after the external tool is run.
 
 107 ExternalToolVariable.componentErrorMessage = Problem displaying UI component of selected variable.
 
 109 ResourceComponent.selectedResLabel = &Use selected resource
 
 110 ResourceComponent.specificResLabel = Us&e specific resource:
 
 111 ResourceComponent.selectionRequired = A specific resource must be selected from the list.
 
 113 RunExternalToolAction.openPerspProblem = Failed to open the perspective.
 
 114 RunExternalToolAction.openPerspTitle = Open Perspective Problem
 
 115 RunExternalToolAction.runProblem = Could not run the external tool.
 
 116 RunExternalToolAction.runErrorTitle = Run Tool Problem
 
 117 RunExternalToolAction.internalError = External tool runner internal error
 
 119 DefaultRunnerContext.runningExternalTool = Running external tool...
 
 120 DefaultRunnerContext.invalidLocation = The file does not exist for the external tool named {0}.
 
 121 DefaultRunnerContext.invalidDirectory = The working directory does not exist for the external tool named {0}.
 
 122 DefaultRunnerContext.refreshResources = Refresh resources...
 
 123 DefaultRunnerContext.noToolRunner = The no valid runner provided for the external tool named {0}.
 
 124 DefaultRunnerContext.invalidRefreshVarFormat = Invalid refresh scope variable format for the external tool named {0}.
 
 125 DefaultRunnerContext.noRefreshVarNamed = Could not find refresh scope variable called ''{1}'' for the external tool named {0}.
 
 127 ExternalToolMenuDelegate.showView = Show External Tools View
 
 128 ExternalToolMenuDelegate.runRecent = Run Last Tool
 
 129 ExternalToolMenuDelegate.configure = Configure...
 
 132 # =======================================================================
 
 133 # Program External Tool Type
 
 134 # =======================================================================
 
 136 ProgramRunner.runningToolLabel = Running external tool: {0}
 
 137 ProgramRunner.internalErrorMessage = Internal error
 
 138 ProgramRunner.callingRuntimeExec = Calling runtime exec with:\n
 
 139 ProgramRunner.program = Program: {0}\n
 
 140 ProgramRunner.argument = Argument: {0}\n
 
 141 ProgramRunner.workDir = Working Directory: {0}\n
 
 144 # =======================================================================
 
 145 # Ant Build File External Tool Type
 
 146 # =======================================================================
 
 148 AntFileRunner.callingAntRunner = Calling Ant runner with:\n
 
 149 AntFileRunner.antFile = Ant build file: {0}\n
 
 150 AntFileRunner.argument = Argument: {0}\n
 
 151 AntFileRunner.target = Target: {0}\n
 
 153 AntTargetsGroup.availableTargetsLabel = A&vailable targets:
 
 154 AntTargetsGroup.activeTargetsLabel = A&ctive targets:
 
 155 AntTargetsGroup.addLabel = >
 
 156 AntTargetsGroup.removeLabel = <
 
 157 AntTargetsGroup.addAllLabel = >>
 
 158 AntTargetsGroup.removeAllLabel = <<
 
 159 AntTargetsGroup.descriptionLabel = &Target description:
 
 160 AntTargetsGroup.upLabel = U&p
 
 161 AntTargetsGroup.downLabel = D&own
 
 162 AntTargetsGroup.getTargetsTitle = Problem retrieving targets
 
 163 AntTargetsGroup.getTargetsProblem = Could not retrieve targets.
 
 164 AntTargetsGroup.runDefaultTargetLabel = R&un default target ({0})
 
 165 AntTargetsGroup.runDefaultTargetUnknownLabel = R&un default target
 
 166 AntTargetsGroup.showSubTargetsLabel = S&how sub-targets
 
 168 AntExternalToolNewWizard.antTargetsPageTitle = Ant Targets
 
 169 AntExternalToolNewWizard.antTargetsPageDescription = Specify which Ant targets to execute when the external tool is run.
 
 170 AntExternalToolNewWizard.promptForArgumentLabel = &Prompt for targets and arguments before running tool
 
 172 AntOptionGroupPropertyPage.promptForArgumentLabel = &Prompt for targets and arguments before running tool
 
 176 # =======================================================================
 
 178 # =======================================================================
 
 180 ConfigurationDialog.shellTitle = External Tools Configuration
 
 181 ConfigurationDialog.dialogTitle = External Tools
 
 182 ConfigurationDialog.dialogMessage = Configure an external tool to run a program, batch file, or Ant build file.
 
 183 ConfigurationDialog.toolList = &Tools:
 
 184 ConfigurationDialog.newButton = &New...
 
 185 ConfigurationDialog.editButton = &Edit...
 
 186 ConfigurationDialog.removeButton = &Remove
 
 187 ConfigurationDialog.upButton = &Up
 
 188 ConfigurationDialog.downButton = &Down
 
 189 ConfigurationDialog.details = Det&ails:
 
 190 ConfigurationDialog.detailMessage = Location: {0}\nArguments: {1}\nDirectory: {2}
 
 192 EditDialog.newShellTitle = New External Tool
 
 193 EditDialog.editShellTitle = Edit External Tool
 
 194 EditDialog.dialogTitle = External Tool
 
 195 EditDialog.newDialogMessage = Create an external tool to run a program, batch file, or Ant build file.
 
 196 EditDialog.editDialogMessage = Edit an external tool to run a program, batch file, or Ant build file.
 
 197 EditDialog.howToSelectAntTargets = To choose Ant targets, press the ''Browse Variables'' button and select ''Ant targets''.
 
 198 EditDialog.nameLabel = &Name:
 
 199 EditDialog.locationLabel = Tool &Location:
 
 200 EditDialog.argumentLabel = Tool &Arguments:
 
 201 EditDialog.dirLabel = Working &Directory:
 
 202 EditDialog.refreshOption = After running, &refresh:
 
 203 EditDialog.browseWkspButton1 = Browse &Workspace...
 
 204 EditDialog.browseFileSysButton1 = Browse &File System...
 
 205 EditDialog.browseVarsButton = Browse &Variables...
 
 206 EditDialog.directoryBrowseButton = Browse &Options...
 
 207 EditDialog.refreshOptionButton = Browse O&ptions...
 
 208 EditDialog.browseWorkspaceTitle = Browse Workspace
 
 209 EditDialog.selectTool = &Select the external tool to use:
 
 210 EditDialog.selectResource = &Select the resource to use:
 
 211 EditDialog.selectContainer = &Select the container to use:
 
 212 EditDialog.selectDirectory = &Select the working directory to use:
 
 213 EditDialog.selectTargets = &Select the Ant targets to use:
 
 214 EditDialog.selectFolder = &Select the folder to use:
 
 215 EditDialog.browseVarTitle = Browse Variables
 
 216 EditDialog.browseDirTitle = Browse Working Directory Options
 
 217 EditDialog.selectVar = &Select a variable to use:
 
 218 EditDialog.selectDir = &Select a working directory option:
 
 219 EditDialog.dirBrowseWorkspace = Browse workspace
 
 220 EditDialog.dirBrowseFileSystem = Browse file system
 
 221 EditDialog.varWorkspaceLocLabel = Workspace location
 
 222 EditDialog.varProjectLocLabel = Selected resource's project location
 
 223 EditDialog.varContainerLocLabel = Selected resource's container location
 
 224 EditDialog.varResourceLocLabel = Selected resource location
 
 225 EditDialog.varProjectPathLabel = Selected resource's project full path
 
 226 EditDialog.varContainerPathLabel = Selected resource's container full path
 
 227 EditDialog.varResourcePathLabel = Selected resource full path
 
 228 EditDialog.varProjectNameLabel = Selected resource's project name
 
 229 EditDialog.varContainerNameLabel = Selected resource's container name
 
 230 EditDialog.varResourceNameLabel = Selected resource name
 
 231 EditDialog.varProjectXLocLabel = Specific resource's project location
 
 232 EditDialog.varContainerXLocLabel = Specific resource's container location
 
 233 EditDialog.varResourceXLocLabel = Specific resource location
 
 234 EditDialog.varProjectXPathLabel = Specific resource's project full path
 
 235 EditDialog.varContainerXPathLabel = Specific resource's container full path
 
 236 EditDialog.varResourceXPathLabel = Specific resource full path
 
 237 EditDialog.varProjectXNameLabel = Specific resource's project name
 
 238 EditDialog.varContainerXNameLabel = Specific resource's container name
 
 239 EditDialog.varResourceXNameLabel = Specific resource name
 
 240 EditDialog.varBuildTypeNameLabel = Build type
 
 241 EditDialog.varAntTargetLabel = Ant targets
 
 242 EditDialog.browseProjectTitle = Browse Projects
 
 243 EditDialog.selectProject = &Select a project to use:
 
 244 EditDialog.noToolName = Enter a name for the tool
 
 245 EditDialog.noToolLocation = Enter a location for the tool
 
 246 EditDialog.missingToolLocation = Tool location does not exist or is invalid
 
 247 EditDialog.missingToolDirectory = Tool working directory does not exist or is invalid
 
 248 EditDialog.refreshScopeNone = Nothing
 
 249 EditDialog.refreshScopeWorkspace = Workspace
 
 250 EditDialog.refreshScopeProject = Current project
 
 251 EditDialog.refreshScopeProjectX = Project named {0}
 
 252 EditDialog.refreshScopeWorkingSet = Working set named {0}
 
 253 EditDialog.browseRefreshTitle = Browse Refresh Scopes
 
 254 EditDialog.selectRefresh = &Select the refresh scope to use:
 
 255 EditDialog.refreshNothingLabel = Nothing
 
 256 EditDialog.refreshWorkspaceLabel = Current workspace
 
 257 EditDialog.refreshProjectLabel = Current project
 
 258 EditDialog.refreshProjectXLabel = Specific project
 
 259 EditDialog.refreshWorkingSetLabel = Specific working set
 
 260 EditDialog.showLogLabel = S&how execution log on console
 
 261 EditDialog.errorTitle = Edit External Tool Problem
 
 262 EditDialog.errorReadAntFile = Problems reading Ant build file: {0}
 
 263 EditDialog.noAntTargets = Could not find any targets in Ant build file: {0}
 
 265 ExternalToolsRegistry.saveStateErrorTitle = Problem Saving External Tool
 
 266 ExternalToolsRegistry.saveStateError = Could not write external tool configurations to disk.\n\nPlease try again.
 
 268 BuilderPropertyPage.description = Add external tools to the build order.
 
 269 BuilderPropertyPage.newButton = &New...
 
 270 BuilderPropertyPage.editButton = &Edit...
 
 271 BuilderPropertyPage.removeButton = &Remove
 
 272 BuilderPropertyPage.upButton = &Up
 
 273 BuilderPropertyPage.downButton = &Down
 
 274 BuilderPropertyPage.statusMessage = Internal error
 
 275 BuilderPropertyPage.errorTitle = External Tool Builder Problem
 
 276 BuilderPropertyPage.errorMessage = Internal error
 
 277 BuilderPropertyPage.invalidBuildTool = Invalid External Tool Builder
 
 278 BuilderPropertyPage.missingBuilder = Missing builder ({0})
 
 280 ExternalToolsAction.configure = &Configure...
 
 282 LogConsoleDocument.externalTool = External Tool
 
 284 LogConsoleView.copy = &Copy@Ctrl+C
 
 285 LogConsoleView.expandAll = &Expand All
 
 286 LogConsoleView.selectAll = Select &All@Ctrl+A
 
 287 LogConsoleView.clearOutput = Clear Output
 
 288 LogConsoleView.hideOutputStructureTree = Hide Output Structure Tree
 
 289 LogConsoleView.showOutputStructureTree = Show Output Structure Tree
 
 290 LogConsoleView.showTree = &Show Tree
 
 291 LogConsoleView.showSelectedElementOnly = Show Output of Selected Element Only
 
 292 LogConsoleView.showCompleteOutput = Show Complete Output
 
 293 LogConsoleView.findAction.label = Find/Replace
 
 295 LogTreeLabelProvider.invalidItemName = Invalid item name
 
 297 ToolsPreferencePage.errorColor = &Error:
 
 298 ToolsPreferencePage.warningColor = &Warning:
 
 299 ToolsPreferencePage.infoColor = I&nformation:
 
 300 ToolsPreferencePage.verboseColor = Ve&rbose:
 
 301 ToolsPreferencePage.debugColor = Deb&ug:
 
 302 ToolsPreferencePage.font = Console font setting:
 
 303 ToolsPreferencePage.description = Console text color settings.
 
 305 BuildCanceledException.canceled = Canceled
 
 307 AntUtil.antFileNotFound = Could not open Ant build file.
 
 308 AntUtil.parserConfigError = Internal parser configuration error.
 
 309 AntUtil.ioError = Could not read content of Ant build file.
 
 310 AntUtil.formatError = Could not parse content of Ant build file.
 
 311 AntUtil.invalidAntBuildFile = Invalid content format of Ant build file.
 
 313 AntAction.runErrorTitle = Run Ant Problem
 
 314 AntAction.errorReadAntFile = Problems reading Ant build file: {0}
 
 315 AntAction.noAntTargets = Could not find any targets in Ant build file: {0}
 
 317 AntLaunchWizard.shellTitle = Run Ant
 
 318 AntLaunchWizard.dialogTitle = Run
 
 319 AntLaunchWizard.dialogDescription = Run an Ant build file
 
 320 AntLaunchWizard.runningAnt = Running Ant
 
 321 AntLaunchWizard.runAntProblem = A problem occurred executing the Ant file. See the log console for details.
 
 322 AntLaunchWizard.runErrorTitle = Run Ant Problem
 
 323 AntLaunchWizard.internalAntError = Ant runner internal error
 
 325 AntLaunchWizardPage.targetLabel = Available &targets:
 
 326 AntLaunchWizardPage.argsLabel = &Arguments:
 
 327 AntLaunchWizardPage.showLogLabel = S&how execution log in console
 
 329 AntTargetLabelProvider.defaultTarget = Default
 
 331 ExternalToolsDialog.External_Tools_1=External Tools
 
 332 ExternalToolsDialog.Create,_manage,_and_run_external_tools_2=Create, manage, and run external tools