org.fife.rtext.plugins.tools.NewToolDialog_hu.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=Edit a Tool
OK=OK
Cancel=Cancel
Browse=Browse...
Tab.Main=Main
Name=Name:
Description=Description:
Program=Program:
Directory=Directory:
Shortcut=Shortcut:
CommandLineArgs=Command Line Arguments:
Tab.Environment=Environment
VariableName=Name
VariableValue=Value
AppendEnvVars=Append environment to native environment
ReplaceEnvVars=Replace native environment with specified environment
ArgumentDialog.Title=Modify Command Line Argument
ArgumentDialog.Argument=Argument:
EnvVarDialog.Title=Modify an Environment Variable
EnvVarDialog.Name=Name:
EnvVarDialog.Value=Value:
Variables=Variables...
Variable.FileName=${file_name} - Current file's name
Variable.FileNameNoExt=${file_name_no_ext} - Current file's name without extension
Variable.FileDir=${file_dir} - Current file's directory
Variable.FileFullPath=${file_full_path} - Current file's full path
Error.InvalidName=Invalid tool name: "{0}"
Error.ToolAlreadyExists=A tool already exists with the name "{0}"
Error.NoProgramSpecified=A program to run must be specified
Error.Title=RText - Error