org.fife.rtext.plugins.macros.MacrosPlugin_fr.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=Macros
NewMacroAction=New Macro...
NewMacroAction.ShortDesc=Creates a new macro.
NewMacroAction.Mnemonic=M
EditMacrosAction=Edit Macros...
EditMacrosAction.ShortDesc=Edits macros already defined.
EditMacrosAction.Mnemonic=E
Error.LoadingMacros=Error loading macros:\n{0}
Error.SavingMacros=Error saving macros:\n{0}
Error.NoGroovyJar=In order to run Groovy macros, place a copy of the embeddable\nGroovy jar in this location (renamed as necessary):\n\n{0}\n\nRestarting RText will also be required.
Error.ScriptDoesNotExist=The script associated with this macro no longer exists:\n\n{0}\n\nDo you want to remove this macro?
Error.LoadingEngine=Script engine not found: {0}
Error.Initializing=An error occurred initializing scripting.\nPlease ensure you are running RText with Java 6 or later.
Error.Java6Required=Macros require Java 6 or newer to function.\nPlease update to a newer version of Java.
Options.Section.MacroList=Macros:
Options.TableHeader.Macro=Macro
Options.TableHeader.Shortcut=Shortcut
Options.TableHeader.Description=Description
Options.Button.AddExampleMacros=Add Examples
NoMacrosDefined=No Macros Defined