|
|
@@ -8,33 +8,33 @@ |
|
|
|
|
|
|
|
# Configure the modules that appear on the right of the UI. |
|
|
|
org.apache.tools.ant.gui.Antidote.right.modules=\ |
|
|
|
org.apache.tools.ant.gui.PropertyEditor |
|
|
|
org.apache.tools.ant.gui.modules.edit.PropertyEditor |
|
|
|
|
|
|
|
# Configure the modules that appear on the left of the UI. |
|
|
|
org.apache.tools.ant.gui.Antidote.left.modules=\ |
|
|
|
org.apache.tools.ant.gui.ProjectNavigator |
|
|
|
org.apache.tools.ant.gui.modules.edit.ElementNavigator |
|
|
|
|
|
|
|
# Configure the modules that appear on the bottom of the UI. |
|
|
|
org.apache.tools.ant.gui.Antidote.bottom.modules=\ |
|
|
|
org.apache.tools.ant.gui.Console |
|
|
|
org.apache.tools.ant.gui.modules.console.BuildConsole |
|
|
|
|
|
|
|
# Configure the modules that appear on the top of the UI. |
|
|
|
org.apache.tools.ant.gui.Antidote.top.modules=\ |
|
|
|
org.apache.tools.ant.gui.TargetMonitor |
|
|
|
org.apache.tools.ant.gui.modules.TargetMonitor |
|
|
|
|
|
|
|
org.apache.tools.ant.gui.PropertyEditor.name=Properties |
|
|
|
org.apache.tools.ant.gui.modules.PropertyEditor.name=Properties |
|
|
|
|
|
|
|
org.apache.tools.ant.gui.ProjectNavigator.name=Project |
|
|
|
org.apache.tools.ant.gui.ProjectNavigator.popupActions=\ |
|
|
|
org.apache.tools.ant.gui.modules.ElementNavigator.name=Project |
|
|
|
org.apache.tools.ant.gui.modules.ElementNavigator.popupActions=\ |
|
|
|
newTarget, newTask, newProperty |
|
|
|
|
|
|
|
org.apache.tools.ant.gui.TargetMonitor.name=Selected Target(s) |
|
|
|
org.apache.tools.ant.gui.TargetMonitor.defText=[none] |
|
|
|
org.apache.tools.ant.gui.modules.TargetMonitor.name=Selected Target(s) |
|
|
|
org.apache.tools.ant.gui.modules.TargetMonitor.defText=[none] |
|
|
|
|
|
|
|
org.apache.tools.ant.gui.Console.name=Console |
|
|
|
org.apache.tools.ant.gui.Console.logLevel=Log message level: |
|
|
|
org.apache.tools.ant.gui.modules.Console.name=Console |
|
|
|
org.apache.tools.ant.gui.modules.Console.logLevel=Log message level: |
|
|
|
|
|
|
|
org.apache.tools.ant.gui.XMLFileFilter.description=XML Files |
|
|
|
org.apache.tools.ant.gui.core.XMLFileFilter.description=XML Files |
|
|
|
|
|
|
|
org.apache.tools.ant.gui.command.LoadFileCmd.noFile=The file "{0}" was not found. |
|
|
|
org.apache.tools.ant.gui.command.LoadFileCmd.loadError=The file "{0}" could not be loaded. |
|
|
@@ -46,31 +46,6 @@ org.apache.tools.ant.gui.command.SaveCmd.noProject=No project to save. |
|
|
|
org.apache.tools.ant.gui.command.SaveCmd.title=Overwrite? |
|
|
|
org.apache.tools.ant.gui.command.SaveCmd.overwrite=Overwrite file "{0}"? |
|
|
|
|
|
|
|
org.apache.tools.ant.gui.About.title=About |
|
|
|
org.apache.tools.ant.gui.About.ok=OK |
|
|
|
org.apache.tools.ant.gui.About.message=\ |
|
|
|
<html><h1>Antidote</h1> \ |
|
|
|
<p>Copyright © 2000 The Apache Software Foundation. <br>\ |
|
|
|
All rights reserved.</p><br> \ |
|
|
|
<p>Visit http://jakarta.apache.org/ant for more information.</p><br> \ |
|
|
|
<table> \ |
|
|
|
<tr><td align="right"><b>Version</b>:</td><td>{0}</td></tr> \ |
|
|
|
<tr><td align="right"><b>Date</b>:</td><td>{1}</td></tr> \ |
|
|
|
<tr><td align="right" valign="top"><b>Contributors</b>:</td>\ |
|
|
|
<td>{2}</td></tr> \ |
|
|
|
</table> \ |
|
|
|
<hr> \ |
|
|
|
<p>Icons Copyright © 1998 Dean S. Jones (deansjones@hotmail.com)<br> \ |
|
|
|
http://jfa.javalobby.org/projects/icons</p> \ |
|
|
|
</html> |
|
|
|
|
|
|
|
|
|
|
|
org.apache.tools.ant.gui.ChangeLookAndFeel.title=Change Look and Feel |
|
|
|
org.apache.tools.ant.gui.ChangeLookAndFeel.border=Available L&F |
|
|
|
org.apache.tools.ant.gui.ChangeLookAndFeel.ok=OK |
|
|
|
org.apache.tools.ant.gui.ChangeLookAndFeel.error=Error setting look and feel: |
|
|
|
|
|
|
|
|
|
|
|
# Properties file for BeanInfo strings |
|
|
|
|
|
|
|
org.apache.tools.ant.gui.acs.ACSTargetElementBeanInfo.beanName=Target |
|
|
@@ -111,3 +86,27 @@ org.apache.tools.ant.gui.acs.ACSTaskElementBeanInfo.icon=task.gif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------------- |
|
|
|
# About Description (NB: this is only a temporary approach). |
|
|
|
#---------------------------------------------------------------------------- |
|
|
|
|
|
|
|
org.apache.tools.ant.gui.About.title=About |
|
|
|
org.apache.tools.ant.gui.About.ok=OK |
|
|
|
org.apache.tools.ant.gui.About.message=\ |
|
|
|
<html><h1>Antidote</h1> \ |
|
|
|
<p>Copyright © 2000 The Apache Software Foundation. <br>\ |
|
|
|
All rights reserved.</p><br> \ |
|
|
|
<p>Visit http://jakarta.apache.org/ant for more information.</p><br> \ |
|
|
|
<table> \ |
|
|
|
<tr><td align="right"><b>Version</b>:</td><td>{0}</td></tr> \ |
|
|
|
<tr><td align="right"><b>Date</b>:</td><td>{1}</td></tr> \ |
|
|
|
<tr><td align="right" valign="top"><b>Contributors</b>:</td>\ |
|
|
|
<td>{2}</td></tr> \ |
|
|
|
</table> \ |
|
|
|
<hr> \ |
|
|
|
<p>Icons Copyright © 1998 Dean S. Jones (deansjones@hotmail.com)<br> \ |
|
|
|
http://jfa.javalobby.org/projects/icons</p> \ |
|
|
|
</html> |
|
|
|
|
|
|
|
|
|
|
|
|