blob: fcd0037b5df39846abcab62205febed0b654a315 [file] [log] [blame]
### Ant UI plugin message catalog
### wizard
wizard.title = Run Ant
wizard.executeAntScriptTitle = Execute Ant Script
wizard.availableTargetsLabel = Available Targets:
wizard.argumentsLabel = Arguments:
wizard.displayLogLabel = Display execution log to Ant console
### label provider
labelprovider.defaultTarget = Default target
antTreeLabelProvider.invalidTaskName = Invalid task name
### preferences page
preferences.savePriorToBuilding = Save all modified resources automatically prior to manual execution of an Ant script
preferences.preferedOutputLevel = Prefered output level
preferences.info = Information (normal)
preferences.verbose = Verbose
preferences.debug = Debug
preferences.description = Console text color settings.
preferences.errorColor = Error:
preferences.warningColor = Warning:
preferences.infoColor = Information:
preferences.verboseColor = Verbose:
preferences.debugColor = Debug:
preferences.font = Console font setting:
### console labels
find_action.label=Find...@Ctrl+F
find_action.tooltip=Find
find_action.image=
find_action.description=Find
### monitor
monitor.runningAnt = Running Ant.
monitor.buildStarted = Build started...
monitor.targetColumn = Target:
monitor.started = started.
### console
console.copy = &Copy@Ctrl+C
console.selectAll = Select &All@Ctrl+A
console.clearOutput = Clear &Output
console.expandAll = &Expand All
console.hideOutputStructureTree = Hide output structure tree
console.showOutputStructureTree = Show output structure tree
console.hideTree = Hide tree
console.showTree = Show tree
console.showSelectedElementOnly = Show output of selected element only
console.showCompleteOutput = Show complete output
console.antScript = Ant Script
console.project = Project
### launcher
launcher.noFile = No file recently executed.
### status
status.targetPropertyNotRead = Could not read ant targets property from resource: {0}.
status.targetPropertyNotWritten = Could not write ant targets property to resource: {0}.
status.logPropertyNotRead = Could not read log property from resource: {0}.
status.logPropertyNotWritten = Could not write log property to resource: {0}.
status.consoleNotInitialized = Could not initialize Ant console view
status.argumentPropertyNotRead = Could not read argument property from resource: {0}.
status.argumentPropertyNotWritten = Could not write argument property to resource: {0}.
### error
error.antScriptError = Ant script error.
error.antParsingError = A problem occurred parsing the Ant file.
error.antExecutionErrorTitle = Ant Execution Problems.
error.antExecutionError = A problem occurred executing the Ant file.
error.antExecutionErrorGeneral = See the output console for details.
### exception
exception.canceled = Canceled.
exception.buildException = BuildException: {0}
exception.missingResourceBundle = Missing Resource Bundle
exception.missingResourceBundle.message = The resource properties for the Ant UI plugin could not be found.