All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fife.rtext.plugins.macros.NewMacroDialog_nl.properties Maven / Gradle / Ivy

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?




© 2015 - 2025 Weber Informatics LLC | Privacy Policy