org.fife.rtext.OptionsDialog.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.
Browse=Browse...
OptBOMInUtf8Files=Include a BOM when writing UTF-8 files
OptFFName=File Filters
OptFFLabel=File Filters:
OptFFCol1=File type
OptFFCol2=Filter
OptFFDesc=These file filters will determine how text documents
will be syntax highlighted when opened.
OptGenName=General
OptGenFileSizeError=Maximum file size before warning must be greater than 0.
OptNewFileTitle=New Files:
OptNewFileWD=Directory:
OptNewFileEncoding=Encoding:
OptOtherTitle=Other:
OptWarnIfFileLargerThan=Warn before opening files larger than (MB):
OptPrName=Printing
OptPrFTitle=Printing Font:
OptPrPH=Print a header with the file name
OptPrPF=Print a footer with the date and page number
OptPrHFL=Headers and Footers:
OptUIName=User Interface
OptUIViewT=View Style:
OptUITV=Tabbed view
OptUISPV=Split pane view
OptUIMDIV=MDI view
OptUIDSPT=Document Selection:
OptUISBT=Status Bar Style:
OptUILT=Layout:
OptUITop=Top
OptUILeft=Left
OptUIBottom=Bottom
OptUIRight=Right
OptUIAT=Appearance:
OptUIIAT=Icon Appearance:
OptUILnFT=Look & Feel:
OptUIW95A=Windows 95/98/NT
OptUIWXPA=Windows XP
OptUIHMDN=Highlight modified documents' names:
OptUIShowHostName=Show hostname in title bar
OptLaName=Language
OptLaLabel=Language:
OptLaDesc=NOTE: Language choice changes will take place upon shutdown/restart.
OptSCName=Shortcuts
OptSCLabel=Shortcuts:
OptSCCol1=Action
OptSCCol2=Shortcut/Accelerator
RemoveButtonLabel=Remove
RestoreDefaults=Restore Defaults
LineTerminator=Line terminator:
CR=Macintosh (\\r)
LF=UNIX (\\n)
CRLF=Windows (\\r\\n)
SysDef=System Default
GuessContentType=In files with no extension, check for "#!" and highlight appropriately
IgnoreTheseExtensions=Ignore extensions ".bak", ".old" and ".orig" when determining file types
OptExperimentalTitle=Experimental:
ExperimentalDisclaimer=Note: These options are experimental and may have bugs, perform poorly, or not work at all.
An up-to-date JVM is recommended.
TranslucentSearchBoxes=Use translucent Find and Replace dialogs (requires Java 6 Update 10+)
TranslucencyRule=Translucency Rule:
Translucency.Never=Never
Translucency.WhenNotFocused=When not focused
Translucency.WhenOverlappingApp=When overlapping main application window
Translucency.Always=Always
Opacity=Opacity:
DropShadowsInEditor=Use drop shadows in editor popup windows where possible (requires Java 6 Update 10+)