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

org.fife.rtext.plugins.tools.NewToolDialog_hu.properties Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 2.0.7
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy