org.fife.rtext.plugins.tools.ToolPlugin_ja.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rtext Show documentation
Show all versions of rtext Show documentation
RText is a powerful, cross-platform programmer's text editor written in Java. It is designed
to be easy to use, highly customizable and flexible. Part of RText's design is for the source code
to be simple, easy to understand, and well documented, so that other programmers can look into its
inner-workings and figure out how RText ticks with ease. A good place to start (besides the source
code) is the Javadoc for all classes used in the project.
Plugin.Name=Tools
NoToolsDefined=
NewToolAction=New Tool...
NewToolAction.Mnemonic=T
NewToolAction.ShortDesc=Creates a new tool.
EditToolsAction=Edit Tools...
EditToolsAction.Mnemonic=E
EditToolsAction.ShortDesc=Edits tools already defined.
Error.LoadingTools=Error loading tools:\n{0}
Error.SavingTools=Error saving tools:\n{0}
ViewToolOutputAction=Tool Output
ViewToolOutputAction.ShortDesc=Toggles the visibility of the Tool Output window.
Error.ProgramNotFound=Program not found:\n{0}
Error.NoSuchDirectory=Working directory does not exist:\n{0}
Action.ClearAll=Clear All
Action.ClearAll.Mnemonic=A
Action.ClearAll.ShortDesc=Clears the text in the tool output window.
Action.CopyAll=Copy All
Action.CopyAll.Mnemonic=C
Action.CopyAll.ShortDesc=Copies all text in the tool output window.
Action.StopTool=Stop
Action.StopTool.ShortDesc=Stops the currently running tool