org.fife.rtext.plugins.console.Plugin_pt_BR.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=Console
DockableWindow.Title=Console
Usage.Note.SystemShell=This console acts like a system console.\nTo list built-in commands, type "$list".
Usage.CommandListing=cd : Change directories ("-" and "~" work even on Windows) \n\
clear: Clears the console \n\
cls: Synonym for "clear" \n\
edit : Edits the specified file in RText \n\
open : Synonym for "edit" \n\
pwd: Display current working directory
Usage.Note.JsShell=This console allows you to run commands in JavaScript via Java's built-in Rhino engine. You can manipulate the active RText process via the following variables:\n\
rtext: The RText instance\n\
textArea: The currently focused text area
Action.ClearAll=Clear All
Action.CopyAll=Copy All
Action.StopProcess=Stop Process
Action.StopProcess.ShortDesc=Stops the currently running process
Action.ViewConsole=Console
Action.ViewConsole.ShortDesc=Toggles the visibility of the Console window.
Action.Configure=Configure...
Action.Configure.ShortDesc=Displays the options for this plugin.
ProcessForciblyTerminated=Process terminated
Shell=Shell:
System=System
JavaScript=JavaScript
Error.IncorrectParamCount={0}: Incorrect argument count.
Error.NotADirectory={0}: Not a directory: {1}
Error.NotAFile={0}: Not a file: {1}
Error.DirDoesNotExist={0}: Directory does not exist: {1}
Error.FileDoesNotExist={0}: File does not exist: {1}
Error.CurrentDirectoryDNE=Working directory does not exist: {0}\nUse "cd" to change directories.
Error.CantFindRootDir={0}: Cannot determine the root directory for the current working directory.
Error.NotInitialized=The Rhino scripting engine did not initialize properly. Please ensure you\'re running in a Java 6 or newer JVM.
Options.Title=Console
Options.General=General:
Options.Colors=Colors:
Color.Stdout=Stdout:
Color.Stderr=Stderr:
Color.Prompts=Prompts:
Color.Exceptions=Exceptions:
RestoreDefaults=Restore Defaults