org.fife.rtext.plugins.macros.NewMacroDialog_nl.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.
Title.New=New Macro
Title.Edit=Edit Macro
Header.Text=A macro is a script that can be assigned a shortcut, \
and used like any other action in RText. Support for different scripting \
languages may require additional libraries.
Label.Name=Name:
Label.Name.Mnemonic=N
Label.Desc=Description:
Label.Desc.Mnemonic=D
Label.Shortcut=Shortcut:
Label.Shortcut.Mnemonic=S
Label.Type=Type:
Label.Type.Mnemonic=T
Button.Edit=Edit Script
Button.Edit.Mnemonic=E
EngineNotes.Notes=Note:
EngineNotes.Rhino=The Rhino scripting engine requires Java 6 or later.
EngineNotes.Groovy=The Groovy scripting engine uses the groovy-all.jar in this location:\n{0}.
InvalidMacroName.invalidChars=A macro name should only contain letters, numbers, spaces, '-' and '_'.
InvalidMacroName.empty=Macro name is required.
Warning.MacroNameTaken=Another macro already exists with this name.
Error.ScriptDoesntExist=Error: macro script file does not exist:\n{0}
Message.MacroOpened=Macro "{0}" opened in RText for editing.
Prompt.MacroExists=A macro with the name "{0}" already exists.\nDo you want to overwrite it?
Prompt.OverwriteFile=A file named "{0}" already exists, although it is not associated with a macro.\nDo you want to overwrite it?