/jEdit/tags/jedit-4-2-pre5/org/gjt/sp/jedit/jedit_gui.props
# · MSBuild · 2180 lines · 1949 code · 231 blank · 0 comment · 0 complexity · 4911389b36bbe419b298c52e5b9532d9 MD5 · raw file
Large files are truncated click here to view the full file
- ###
- ### jEdit user interface definitions,
- ### :tabSize=8:indentSize=8:noTabs=false:
- ### :folding=explicit:collapseFolds=1:
- ###
- ### Copyright (C) 1998, 2003 Slava Pestov
- ###
- #{{{ Default user catalog file
- defaultCatalog=<?xml version="1.0"?>\n\
- <!DOCTYPE MODES SYSTEM "catalog.dtd">\n\
- \n\
- <MODES>\n\
- \n\
- <!-- Add lines like the following, one for each edit mode you add: -->\n\
- <!-- <MODE NAME="foo" FILE="foo.xml" FILE_NAME_GLOB="*.foo" /> -->\n\
- \n\
- </MODES>
- #}}}
- #{{{ Common strings
- common.ok=OK
- common.cancel=Cancel
- common.close=Close
- common.apply=Apply
- common.more=More
- common.insert=Insert
- lineSep.unix=Unix (\\n)
- lineSep.windows=DOS/Windows (\\r\\n)
- lineSep.mac=MacOS (\\r)
- #}}}
- #{{{ Miscellaneous
- encodings=ASCII Cp850 Cp1251 Cp1252 ISO8859_1 ISO8859_2 ISO8859_15 \
- MacRoman Big5 GBK KOI8_R SJIS Unicode UTF8
- history.caption=Previously entered strings:
- action-set.jEdit=Built-in Commands
- action-set.macros=Macros
- action-set.plugin=Plugin: {0}
- macro-handler.beanshell.label=BeanShell script
- macro-handler.beanshell.glob=*.bsh
- # Plugin activation hooks
- defer=false
- startup=true
- #}}}
- #{{{ Tool bar
- view.toolbar=new-file open-file close-buffer save - print page-setup - \
- undo redo cut copy paste - find find-next - new-view unsplit \
- split-horizontal split-vertical - buffer-options global-options - \
- plugin-manager - help
- new-file.icon=New.png
- open-file.icon=Open.png
- save.icon=Save.png
- close-buffer.icon=Cancel.png
- print.icon=Print.png
- page-setup.icon=PageSetup.png
- undo.icon=Undo.png
- redo.icon=Redo.png
- cut.icon=Cut.png
- copy.icon=Copy.png
- paste.icon=Paste.png
- find.icon=Find.png
- find-next.icon=FindAgain.png
- new-view.icon=NewView.png
- unsplit.icon=UnSplit.png
- split-horizontal.icon=SplitHorizontal.png
- split-vertical.icon=SplitVertical.png
- buffer-options.icon=Properties.png
- global-options.icon=Preferences.png
- plugin-manager.icon=Plugins.png
- help.icon=Help.png
- #{{{ Icon list for tool bar editor
- icons=AdjustWidth.png \
- ArrowD.png \
- ArrowL.png \
- ArrowR.png \
- ArrowU.png \
- BrokenImage.png \
- ButtonProperties.png \
- Cancel.png \
- Clear.png \
- Copy.png \
- CopyToBuffer.png \
- CurrentDir.png \
- Cut.png \
- Delete.png \
- Drive.png \
- FindAgain.png \
- FindInDir.png \
- Find.png \
- Floppy.png \
- Help.png \
- Home.png \
- Load.png \
- Minus.png \
- MultipleResults.png \
- NewDir.png \
- New.png \
- NewView.png \
- NextFile.png \
- Open.png \
- PageSetup.png \
- ParentDir.png \
- Parse.png \
- Paste.png \
- Pause.png \
- Play.png \
- Plugins.png \
- Plus.png \
- Preferences.png \
- PreviousFile.png \
- Print.png \
- Properties.png \
- Redo.png \
- Reload.png \
- Run.png \
- RunAgain.png \
- RunToBuffer.png \
- Save.png \
- SaveAll.png \
- SaveAs.png \
- SingleResult.png \
- SplitHorizontal.png \
- SplitVertical.png \
- Stop.png \
- Undo.png \
- UnSplit.png \
- ZoomIn.png \
- ZoomOut.png \
- Blank24.gif
- #}}}
- view.search.find=Search for:
- view.search.close-tooltip=Hide search bar
- view.action.prompt=Action:
- view.action.no-completions=No matching actions found
- view.action.close-tooltip=Hide action bar
- #}}}
- #{{{ Context menu
- view.context=cut copy paste paste-previous paste-deleted - insert-file - \
- select-block to-upper to-lower - hypersearch-word - \
- add-marker - collapse-fold expand-fold narrow-to-fold
- view.context.customize=Customize This Menu...
- #}}}
- #{{{ Menu bar
- view.mbar=file edit search markers folds view utils macros plugins help-menu
- #{{{ File menu
- file=new-file \
- open-file \
- %recent-files \
- insert-file \
- - \
- reload \
- reload-all \
- - \
- close-buffer \
- close-all \
- - \
- save \
- save-as \
- save-a-copy-as \
- save-all \
- - \
- print \
- page-setup \
- - \
- exit
- file.label=$File
- new-file.label=$New
- open-file.label=$Open...
- insert-file.label=$Insert...
- reload.label=$Reload
- reload-all.label=Reloa$d All...
- close-buffer.label=$Close
- close-all.label=Clos$e All
- save.label=$Save
- save-as.label=S$ave As...
- save-a-copy-as.label=Save a Cop$y As...
- save-all.label=Save A$ll...
- print.label=$Print...
- page-setup.label=Pa$ge Setup...
- # Print selection not yet implemented
- #print-selection.label=Prin$t Selection...
- exit.label=E$xit
- #{{{ Recent Files menu
- recent-files.code=new RecentFilesProvider();
- recent-files.label=Recent Files
- no-recent-files.label=No Recent Files
- #}}}
- #}}}
- #{{{ Edit menu
- edit=undo \
- redo \
- - \
- cut \
- copy \
- paste \
- %clipboard \
- - \
- select-all \
- %selection \
- - \
- word-count \
- complete-word \
- expand-abbrev \
- - \
- goto-line \
- - \
- %text \
- %indent \
- %source
- edit.label=$Edit
- undo.label=$Undo
- redo.label=$Redo
- cut.label=$Cut
- copy.label=C$opy
- paste.label=$Paste
- select-all.label=Select $All
- word-count.label=$Word Count...
- complete-word.label=Co$mplete Word
- expand-abbrev.label=E$xpand Abbreviation
- goto-line.label=$Go to Line...
- #{{{ More Clipboard menu
- clipboard=cut-append \
- copy-append \
- vertical-paste \
- - \
- paste-previous \
- paste-deleted \
- - \
- cut-string-register \
- copy-string-register \
- paste-string-register \
- - \
- cut-append-string-register \
- copy-append-string-register \
- vertical-paste-string-register \
- - \
- view-registers
- clipboard.label=More Clip$board
- cut-append.label=$Cut Append
- copy-append.label=C$opy Append
- vertical-paste.label=$Vertical Paste
- paste-previous.label=Paste Previo$us...
- paste-deleted.label=Paste $Deleted...
- cut-string-register.label=Cu$t to Register
- copy-string-register.label=Co$py to Register
- paste-string-register.label=Paste $Register
- cut-append-string-register.label=Cut Appe$nd to Register
- copy-append-string-register.label=Copy $Append to Register
- vertical-paste-string-register.label=V$ertical Paste Register
- view-registers.label=Vie$w Registers...
- #}}}
- #{{{ More Selection menu
- selection=select-none \
- select-word \
- select-line \
- select-paragraph \
- - \
- invert-selection \
- toggle-multi-select \
- toggle-rect-select \
- - \
- select-line-range
- selection.label=More $Selection
- select-none.label=Select $None
- select-word.label=Select $Word
- select-line.label=Select $Line
- select-paragraph.label=Select $Paragraph
- invert-selection.label=$Invert Selection
- toggle-multi-select.label=$Multiple Selection
- toggle-rect-select.label=$Rectangular Selection
- select-line-range.label=Sele$ct Line Range...
- #}}}
- #{{{ Text menu
- text=delete-line \
- delete-start-line \
- delete-end-line \
- join-lines \
- - \
- format-paragraph \
- delete-paragraph \
- - \
- to-lower \
- to-upper
- text.label=$Text
- delete-line.label=$Delete Line
- delete-start-line.label=Delete to $Start of Line
- delete-end-line.label=Delete to $End of Line
- join-lines.label=$Join Lines
- delete-paragraph.label=Delete $Paragraph
- format-paragraph.label=$Format Paragraph
- to-lower.label=To $Lower Case
- to-upper.label=To $Upper Case
- #}}}
- #{{{ Indent menu
- indent=indent-lines \
- shift-left \
- shift-right \
- - \
- remove-trailing-ws \
- spaces-to-tabs \
- tabs-to-spaces
- indent.label=$Indent
- indent-lines.label=$Indent Selected Lines
- shift-left.label=Shift Indent $Left
- shift-right.label=Shift Indent $Right
- remove-trailing-ws.label=Remove Trailing $Whitespace
- spaces-to-tabs.label=$Spaces to Tabs
- tabs-to-spaces.label=$Tabs to Spaces
- #}}}
- #{{{ Source menu
- source=range-comment \
- line-comment \
- - \
- select-block \
- match-bracket \
- prev-bracket \
- next-bracket
- source.label=Sourc$e
- range-comment.label=$Range Comment
- line-comment.label=$Line Comment
- select-block.label=$Select Code Block
- match-bracket.label=Go to $Matching Bracket
- prev-bracket.label=Go to $Previous Bracket
- next-bracket.label=Go to $Next Bracket
- #}}}
- #}}}
- #{{{ Search menu
- search=find \
- find-next \
- find-prev \
- - \
- search-in-open-buffers \
- search-in-directory \
- - \
- replace-in-selection \
- replace-and-find-next \
- replace-all \
- - \
- quick-search \
- hypersearch \
- quick-search-word \
- hypersearch-word \
- - \
- ignore-case \
- regexp \
- - \
- hypersearch-results
- search.label=$Search
- find.label=$Find...
- find-next.label=Fi$nd Next
- find-prev.label=Find Pre$vious
- search-in-open-buffers.label=Search in Open $Buffers...
- search-in-directory.label=Search in $Directory...
- replace-in-selection.label=$Replace in Selection
- replace-and-find-next.label=Re$place and Find Next
- replace-all.label=Replace $All
- quick-search.label=$Incremental Search Bar
- hypersearch.label=$HyperSearch Bar
- quick-search-word.label=Incremental Search for $Word
- hypersearch-word.label=H$yperSearch for Word
- ignore-case.label=Ignore $Case
- regexp.label=Regular E$xpressions
- hypersearch-results.label=HyperSearch Results
- #}}}
- #{{{ Markers menu
- markers=add-marker \
- add-marker-shortcut \
- - \
- remove-all-markers \
- - \
- goto-marker \
- select-marker \
- swap-marker \
- - \
- prev-marker \
- next-marker \
- -
- markers.code=new MarkersProvider();
- markers.label=$Markers
- add-marker.label=$Add/Remove Marker
- add-marker-shortcut.label=Add Marker $With Shortcut
- remove-all-markers.label=Re$move All Markers
- goto-marker.label=$Go to Marker
- select-marker.label=$Select to Marker
- swap-marker.label=Swa$p Caret and Marker
- prev-marker.label=Go to $Previous Marker
- next-marker.label=Go to $Next Marker
- no-markers.label=No Markers
- markers.blank-line=[Blank line]
- #}}}
- #{{{ Folding menu
- folds=collapse-fold \
- expand-one-level \
- expand-fold \
- - \
- collapse-all-folds \
- expand-folds \
- expand-all-folds \
- - \
- select-fold \
- - \
- add-explicit-fold \
- - \
- narrow-to-fold \
- narrow-to-selection \
- - \
- parent-fold \
- prev-fold \
- next-fold
- folds.label=F$olding
- collapse-fold.label=$Collapse Fold
- expand-one-level.label=$Expand Fold One Level
- expand-fold.label=Expand $Fold Fully
- collapse-all-folds.label=Collapse $All Folds
- expand-folds.label=Expand Fo$lds With Level
- expand-all-folds.label=E$xpand All Folds
- select-fold.label=$Select Fold
- add-explicit-fold.label=A$dd Explicit Fold
- narrow-to-fold.label=Na$rrow to Fold
- narrow-to-selection.label=Narro$w to Selection
- parent-fold.label=$Go to Parent Fold
- prev-fold.label=Go to $Previous Fold
- next-fold.label=Go to $Next Fold
- #}}}
- #{{{ View menu
- view=new-view \
- new-plain-view \
- close-view \
- - \
- prev-buffer \
- next-buffer \
- recent-buffer \
- show-buffer-switcher \
- - \
- toggle-line-numbers \
- - \
- %scrolling \
- %splitting \
- %docking
- view.label=$View
- new-view.label=New $View
- new-plain-view.label=Ne$w Plain View
- close-view.label=$Close View
- prev-buffer.label=Go to $Previous Buffer
- next-buffer.label=Go to $Next Buffer
- recent-buffer.label=Go to $Recent Buffer
- show-buffer-switcher.label=Show $Buffer Switcher
- toggle-line-numbers.label=$Line Numbers
- #{{{ Scrolling menu
- scrolling=scroll-to-current-line \
- center-caret \
- - \
- scroll-up-line \
- scroll-down-line \
- - \
- scroll-up-page \
- scroll-down-page
- scrolling.label=Scrollin$g
- scroll-to-current-line.label=Scroll $to Current Line
- center-caret.label=$Center Caret on Screen
- scroll-up-line.label=Line Scroll $Up
- scroll-down-line.label=Line Scroll $Down
- scroll-up-page.label=Page Scroll U$p
- scroll-down-page.label=Page Scroll D$own
- #}}}
- #{{{ Splitting menu
- splitting=unsplit-current \
- unsplit \
- split-horizontal \
- split-vertical \
- prev-textarea \
- next-textarea
- splitting.label=$Splitting
- split-horizontal.label=Split $Horizontally
- split-vertical.label=Split $Vertically
- unsplit-current.label=$Unsplit Current
- unsplit.label=Unsplit $All
- prev-textarea.label=Go to $Previous Text Area
- next-textarea.label=Go to $Next Text Area
- #}}}
- #{{{ Docking menu
- docking=left-docking-area \
- top-docking-area \
- right-docking-area \
- bottom-docking-area \
- - \
- close-docking-area
- docking.label=$Docking
- left-docking-area.label=Go to $Left Docking Area
- top-docking-area.label=Go to $Top Docking Area
- right-docking-area.label=Go to $Right Docking Area
- bottom-docking-area.label=Go to $Bottom Docking Area
- close-docking-area.label=$Close Current Docking Area
- #}}}
- #}}}
- #{{{ Utilities menu
- utils=vfs.browser \
- %recent-directories \
- - \
- %favorites \
- %current-directory \
- %jedit-directory \
- %settings-directory \
- - \
- %beanshell \
- %troubleshooting \
- - \
- action-bar \
- last-action \
- - \
- buffer-options \
- global-options
- utils.label=$Utilities
- vfs.browser.label=$File System Browser
- action-bar.label=$Action Bar
- last-action.label=Re$peat Last Action
- buffer-options.label=$Buffer Options...
- global-options.label=$Global Options...
- #{{{ Recent Directories menu
- recent-directories.label=$Recent Directories
- recent-directories.code=new RecentDirectoriesProvider();
- no-recent-dirs.label=No Recent Directories
- #}}}
- #{{{ Favorites menu
- favorites=add-buffer-to-favorites add-dir-to-favorites edit-favorites -
- favorites.label=Fa$vorites
- favorites.code=new FavoritesProvider();
- add-buffer-to-favorites.label=Add Buffer to Favorites
- add-dir-to-favorites.label=Add Directory to Favorites
- edit-favorites.label=Edit Favorites
- #}}}
- #{{{ Current Directory menu
- current-directory.label=$Current Directory
- current-directory.code=new DirectoryProvider(null)
- #}}}
- #{{{ jEdit Home Directory menu
- jedit-directory.label=$jEdit Home Directory
- jedit-directory.code=new DirectoryProvider(jEdit.getJEditHome())
- #}}}
- #{{{ Settings Directory menu
- settings-directory.label=$Settings Directory
- settings-directory.code=settings = jEdit.getSettingsDirectory(); \
- if(settings == null) settings = jEdit.getJEditHome(); \
- new DirectoryProvider(settings);
- #}}}
- #{{{ BeanShell menu
- beanshell=eval \
- eval-for-selected-lines \
- eval-selection
- beanshell.label=B$eanShell
- eval.label=$Evaluate BeanShell Expression...
- eval-for-selected-lines.label=Evaluate $For Selected Lines...
- eval-selection.label=Evaluate $Selection
- #}}}
- #{{{ Troubleshooting menu
- troubleshooting=log-viewer \
- update-log \
- - \
- io-progress-monitor \
- keyboard-tester \
- memory-status \
- reload-modes
- troubleshooting.label=$Troubleshooting
- log-viewer.label=$Activity Log
- update-log.label=$Update Activity Log on Disk
- io-progress-monitor.label=$I/O Progress Monitor
- keyboard-tester.label=$Keyboard Tester...
- memory-status.label=$Memory Status...
- reload-modes.label=$Reload Edit Modes
- #}}}
- #}}}
- #{{{ Macros menu
- macros=record-macro \
- stop-recording \
- - \
- record-temp-macro \
- run-temp-macro \
- - \
- run-other-macro \
- rescan-macros \
- -
- macros.code=new MacrosProvider();
- macros.label=Ma$cros
- record-macro.label=$Record Macro...
- record-temp-macro.label=Record $Temporary Macro
- stop-recording.label=$Stop Recording
- run-temp-macro.label=Run Tem$porary Macro
- run-other-macro.label=Run $Other Macro...
- rescan-macros.label=Resca$n Macros
- no-macros.label=No Macros
- #}}}
- #{{{ Plugins menu
- plugins=plugin-manager plugin-options -
- plugins.label=$Plugins
- plugins.code=new PluginsProvider();
- plugin-manager.label=Plugin $Manager...
- plugin-options.label=Plugin $Options...
- no-plugins.label=No Plugins Installed
- #}}}
- #{{{ Help menu
- help-menu=about \
- help \
- tip-of-the-day
- help-menu.label=$Help
- about.label=$About jEdit...
- help.label=jEdit $Help
- tip-of-the-day.label=$Tip of the Day
- #}}}
- #}}}
- #{{{ Macro strings
- macro.temp.header=// This is a temporary macro. First, check over the\n\
- // commands to make sure this is what you intended.\n\
- // Then, to run this macro, switch to the buffer\n\
- // where you would like to execute it and press C+m C+p.
- macro.header=// This is a recorded macro. First, check over the\n\
- // commands to make sure this is what you intended. Then,\n\
- // save this buffer, and the macro should appear in the\n\
- // Macros menu.
- #}}}
- #{{{ Commands that don't appear in menus
- backspace-word.label=Delete Previous Word
- backspace-word-std.label=Delete Previous Word (Eat Whitespace)
- backspace.label=Delete Previous Character
- delete-word.label=Delete Next Word
- delete-word-std.label=Delete Next Word (Eat Whitespace)
- delete.label=Delete Next Character
- document-end.label=Go to End of Buffer
- document-home.label=Go to Start of Buffer
- end.label=Smart End
- home.label=Smart Home
- insert-literal.label=Insert Next Character Literally
- insert-newline.label=Insert Newline
- insert-newline-indent.label=Insert Newline and Indent
- insert-tab.label=Insert Tab
- insert-tab-indent.label=Insert Tab and Indent
- line-end.label=Go to End of Line
- line-home.label=Go to Start of Line
- next-char.label=Go to Next Character
- next-line.label=Go to Next Line
- next-page.label=Go to Next Page
- next-paragraph.label=Go to Next Paragraph
- next-word.label=Go to Next Word
- next-word-std.label=Go to Next Word (Eat Whitespace)
- overwrite.label=Overwrite Mode
- prev-char.label=Go to Previous Character
- prev-line.label=Go to Previous Line
- prev-page.label=Go to Previous Page
- prev-paragraph.label=Go to Previous Paragraph
- prev-word.label=Go to Previous Word
- prev-word-std.label=Go to Previous Word (Eat Whitespace)
- select-document-end.label=Select to End of Buffer
- select-document-home.label=Select to Start of Buffer
- select-end.label=Select to Smart End Position
- select-home.label=Select to Smart Home Position
- select-line-end.label=Select to End of Line
- select-line-home.label=Select to Start of Line
- select-next-char.label=Select Next Character
- select-next-line.label=Select Next Line
- select-next-page.label=Select Next Page
- select-next-paragraph.label=Select Next Paragraph
- select-next-word.label=Select Next Word
- select-next-word-std.label=Select Next Word (Eat Whitespace)
- select-prev-char.label=Select Previous Character
- select-prev-line.label=Select Previous Line
- select-prev-page.label=Select Previous Page
- select-prev-paragraph.label=Select Previous Paragraph
- select-prev-word.label=Select Previous Word
- select-prev-word-std.label=Select Previous Word (Eat Whitespace)
- select-visible-end.label=Select to Last Visible Line
- select-visible-home.label=Select to First Visible Line
- select-whitespace-end.label=Select to End of White Space
- select-whitespace-home.label=Select to Start of White Space
- toggle-line-separator.label=Toggle Line Separator
- toggle-word-wrap.label=Toggle Word Wrap
- visible-end.label=Go to Last Visible Line
- visible-home.label=Go to First Visible Line
- whitespace-end.label=Go to End of White Space
- whitespace-home.label=Go to Start of White Space
- #}}}
- #{{{ View stuff
- # Title
- view.title=jEdit -\
- view.title.dirty=\ (modified)
- view.docking.close-tooltip=Hides the current docked window
- view.docking.menu-tooltip=Docking options
- view.docking.menu-floating=Float
- view.docking.menu-top=Dock at Top
- view.docking.menu-left=Dock at Left
- view.docking.menu-bottom=Dock at Bottom
- view.docking.menu-right=Dock at Right
- view.docking.menu-clone=New Floating Instance
- view.docking.menu-close=Close
- view.docking.menu-undock=Undock
- view.docking.toggle.label={0} (Toggle)
- view.docking.float.label={0} (New Floating Instance)
- directory.not-local=Cannot list directories on remote filesystems
- directory.no-files=No Files
- #{{{ Gutter highlight
- view.gutter.marker.no-name=Marker
- view.gutter.marker=Marker: {0}
- #}}}
- #{{{ Status messages
- view.status.add-marker=Shortcut for new marker? [{0}]
- view.status.auto-wrap=Search string not found; wrapping around!
- view.status.bracket=Matches line {0}: {1}
- view.status.caret-tooltip=Line and column number (line,column[-virtual] relative%)
- view.status.copy-append-string-register=Register name to copy append to? [{0}]
- view.status.copy-string-register=Register to copy to? [{0}]
- view.status.cut-append-string-register=Register to cut append to? [{0}]
- view.status.cut-string-register=Register to cut to? [{0}]
- view.status.expand-folds=Fold level? [1-9]
- view.status.goto-marker=Shortcut of marker to go to? [{0}]
- view.status.incomplete-abbrev={0} parameter(s) specified, but {1} required!
- view.status.insert-literal=Key to insert literally?
- view.status.io-1=I/O: 1 operation in progress
- view.status.io.done=Input/output complete
- view.status.io=I/O: {0} operations in progress
- view.status.linesep-changed=Line separator set to {0}
- view.status.linesep-tooltip=Line separator (click to change)
- view.status.memory-tooltip=Java heap memory: {0}Kb/{1}Kb
- view.status.mode-tooltip=Current edit mode, fold mode, and encoding
- view.st,atus.multi-changed=Multiple selection mode is {0,choice,0#off|1#on}
- view.status.multi-tooltip=Multiple selection mode (click to change)
- view.status.narrow=Invoke "Expand All Folds" to make all text visible again
- view.status.no-markers=no markers set
- view.status.no-registers=no registers defined
- view.status.overwrite-changed=Overwrite mode is {0,choice,0#off|1#on}
- view.status.overwrite-tooltip=Overwrite/insert mode indicator (click to change)
- view.status.paste-string-register=Register to paste from? [{0}]
- view.status.print=Printing page {0}
- view.status.quick-copy=Quick copy mode - marked text will replace selection
- view.status.recording=Macro recording
- view.status.rect-select-changed=Rectangular selection is {0,choice,0#off|1#on}
- view.status.rect-tooltip=Rectangular selection mode (click to change)
- view.status.replace-all=Replaced {0} occurrence(s) in {1} file(s)
- view.status.search-not-found=Search string not found!
- view.status.select-marker=Shortcut of marker to select to? [{0}]
- view.status.swap-marker=Shortcut of marker to swap caret position with? \
- [{0}]
- view.status.vertical-paste-string-register=Register to vertical paste \
- from? [{0}]
- view.status.wrap-changed=Word wrap mode is now "{0}"
- view.status.wrap-tooltip=Word wrap mode (click to change)
- #}}}
- #{{{ Status bar component visibility
- view.status.show-caret-status=true
- view.status.show-edit-mode=true
- view.status.show-fold-mode=true
- view.status.show-encoding=true
- view.status.show-wrap=true
- view.status.show-multi-select=true
- view.status.show-overwrite=true
- view.status.show-line-seperator=true
- view.status.show-memory=true
- #}}}
- #}}}
- #{{{ Printing
- print.headerText=jEdit - {0}
- print.footerText={0} :: page {1}
- print-error.title=Print Error
- print-error.message=An error occurred while trying to print:\n\
- {0}
- #}}}
- #{{{ Various dialog boxes
- #{{{ About dialog
- about.title=About jEdit
- about.version=jEdit version {0}
- # This text scrolls by in the about dialog box.
- # Hack: Since StringTokenizer treats two consequent \n as one token, we
- # insert a space by itself in the text to create blank lines.
- about.text=jEdit is brought to you by\n\
- \ \n\
- Slava Pestov\n\
- Alex Levin\n\
- Alexander Maryanovsky\n\
- Alfonso Garcia\n\
- Alwyn Barry\n\
- Amedeo Farello\n\
- Andre Kaplan\n\
- Anthony Roy\n\
- Artur Biesiadowski\n\
- Aziz Sharif\n\
- Beau Tateyama\n\
- Ben Glazer\n\
- Ben Sarsgard\n\
- Bill McMilleon\n\
- Brad Mace\n\
- Brant Langer Gurganus\n\
- Brett Smith\n\
- Bruno Tatibouet\n\
- Calvin Yu\n\
- Carlos Quiroz\n\
- Carmine Lucarelli\n\
- Chris Kent\n\
- Chris Scott\n\
- Christoph Daniel Schulze\n\
- Claude Eisenhut\n\
- Cullen Linn\n\
- Dale Anson\n\
- Danny Dig\n\
- Dante Fabrizio\n\
- David Askew\n\
- David Taylor\n\
- Denis Lambot\n\
- Dirk Moebius\n\
- Dominic Stolerman\n\
- Dusty Phillips\n\
- Ed Stewart\n\
- Eric Benoit\n\
- Fan Ho Yin\n\
- Francesc Roses\n\
- George Hovey\n\
- George Latkiewicz\n\
- Gerd Knops\n\
- Gili Tzabari\n\
- Giulio Piancastelli\n\
- Greg Cooper\n\
- Greg Merrill\n\
- Ian Maclean\n\
- Israel Olalla\n\
- Jamie LaScolea\n\
- Jason Ginchereau\n\
- Jerry McBride\n\
- Jiger Patel\n\
- Jim Wissner\n\
- John Gellene\n\
- John Perry\n\
- Jonathan Revusky\n\
- Jorg Winter\n\
- Joseph Schroer\n\
- Juha Lindfors\n\
- Kasper Graversen\n\
- Kenrick Drew\n\
- Kevin Burton\n\
- Kevin McWhirter\n\
- Ken Gentry\n\
- Klaus Hartlage\n\
- Konstantin Pribluda\n\
- Kris Kopicki\n\
- Kristian Ovaska\n\
- Krzysztof Krzyzaniak\n\
- Lionel Fiol\n\
- Maik Schreiber\n\
- Marc Rummel\n\
- Marcelo Vanzin\n\
- Marcio Marchini\n\
- Marco Hunsicker\n\
- Marco Gotze\n\
- Marcus Jonason\n\
- Matija Kejzar\n\
- Matt Albrecht\n\
- Matt Price\n\
- Matthew Flower\n\
- Matthew Payne\n\
- Matthias Schneider\n\
- Michael Jacobson\n\
- Michael Taft\n\
- Mike Dillon\n\
- Mike Hansen\n\
- Nils Krahnstoever\n\
- Nitsan Vardi\n\
- Ollie Rutherfurd\n\
- Patrick Tingen\n\
- Peter Cox\n\
- Peter Graves\n\
- Phillip Mateescu\n\
- Ralf Engels\n\
- Randolf Mock\n\
- Rex Young\n\
- Richard Ashwell\n\
- Richard Beton\n\
- Rick Gibbs\n\
- Rick Owen\n\
- Robert Swarr\n\
- Romain Guy\n\
- Rudolf Widmann\n\
- Ryan Fowler\n\
- Ryan Grove\n\
- Saimon Moore\n\
- Satguru Srivastava\n\
- Scott Willy\n\
- Scott Wyatt\n\
- Sebastien Pierre\n\
- Sergey Udaltsov\n\
- Silas Smith\n\
- Stefan Kost\n\
- Stefano Maestri\n\
- Steve Jakob\n\
- Stuart Barlow\n\
- Tal Davidson\n\
- Thomas Bock\n\
- Thomas Dilts\n\
- Todd Papaioannou\n\
- Tom Copeland\n\
- Tom Locke\n\
- Vicente Salvador\n\
- Vinod Kiran\n\
- Will Sargent\n\
- Will Varfar\n\
- Wojciech Stryjewski\n\
- Wolfgang Chico-Töpfer\n\
- \ \n\
- I'd also like to thank the users for their\n\
- comments, feedback and bug reports.
- #}}}
- #{{{ Error list dialog, used to report I/O and plugin load errors
- error-list.plugin-manager=Plugin Manager
- #}}}
- #{{{ I/O error dialog box
- ioerror.title=I/O Error
- ioerror.caption=The following {0} I/O operations could not be completed:
- ioerror.caption-1=The following I/O operation could not be completed:
- ioerror={0}
- ioerror.directory-error=Cannot list directory: {0}
- ioerror.directory-error-nomsg=Cannot list directory.
- ioerror.encoding-error=Cannot load with "{0}" encoding.\n\
- ({1})\n\
- The encoding can be changed in the Commands menu\n\
- of the file system browser.
- ioerror.read-error=Cannot load: {0}
- ioerror.write-error=Cannot save: {0}
- ioerror.open-directory=Cannot open directory as a buffer.
- ioerror.save-directory=Cannot save buffer over a directory.
- ioerror.no-read=Insufficent permissions to load file.
- ioerror.no-write=Insufficent permissions to save file.
- ioerror.badurl=Malformed URL: {0}
- ioerror.delete-error=Cannot delete file.
- ioerror.rename-exists=Cannot overwrite existing file {0}.
- ioerror.rename-error=Cannot rename to {0}.
- ioerror.mkdir-error=Cannot create directory.
- vfs.not-supported.list=Directories on the "{0}" filesystem cannot be browsed.
- vfs.not-supported.load=Files on the "{0}" filesystem cannot be opened.
- vfs.not-supported.save=Files cannot be saved to the "{0}" filesystem.
- out-of-memory-error=There was insufficent Java heap memory to complete\n\
- this request. Try increasing the maximum heap size.\n\
- \n\
- Documentation on changing the Java heap size can be found in\n\
- the "Buffers" section of the "jEdit Basics" chapter of the\n\
- user guide.
- #}}}
- #{{{ Old I/O error dialog boxes
- ioerror.message=An I/O error occurred ({0})
- read-error.title=Read Error
- # {0} - the path name {1} - the error message
- read-error.message=The file {0}\n\
- could not be loaded due to an I/O error.\n\
- ({1})
- write-error.title=Write Error
- # {0} - the path name {1} - the error message
- write-error.message=The file {0}\n\
- could not be saved due to an I/O error.\n\
- ({1})
- directory-error.title=Directory Error
- # {0} - the path name {1} - the error message
- directory-error.message=The directory {0}\n\
- could not be listed due to an I/O error.\n\
- ({1})
- directory-error-nomsg.title=Directory Error
- # {0} - the path name
- directory-error-nomsg.message=The directory {0}\n\
- could not be listed due to an I/O error.
- encoding-error.title=Incompatible Encoding
- encoding-error.message=The file {0}\n\
- could not be loaded with the "{1}" encoding.\n\
- ({2})\n\
- \n\
- To use a different encoding, try the commands in the\n\
- File->Open With Encoding menu.\n\
- \n\
- If you are really stuck and do not know which encoding\n\
- to use, try "ASCII" or "8859_1".
- open-directory.title=Cannot Open Directory
- open-directory.message={0} is a directory.\n\
- Directories cannot be opened for editing.
- save-directory.title=Cannot Save Directory
- save-directory.message={0} is a directory.\n\
- Buffers cannot be saved over directories.
- no-read.title=Cannot Open File
- no-read.message=Cannot read from {0}.\n\
- This probably means you have insufficent permissions.
- no-write.title=Cannot Save File
- no-write.message=Cannot save to {0}.\n\
- This probably means you have insufficent permissions.
- badurl.title=Invalid URL
- # {0} - the URL
- # {1} - the error
- badurl.message=The following URL is invalid: {0}\n
- ({1})
- #}}}
- #{{{ Go to line dialog
- goto-line.title=Go To Line
- goto-line.message=Go to line:
- #}}}
- #{{{ Word count dialog
- wordcount.title=Word Count
- # {0} - characters
- # {1} - words
- # {2} - lines
- wordcount.message=Characters: {0}\nWords: {1}\nLines: {2}
- #}}}
- #{{{ Set marker dialog
- setmarker.title=Set Marker
- setmarker.message=Marker name:
- #}}}
- #{{{ File not saved dialog
- notsaved.title=File Not Saved
- # {0} - file name
- notsaved.message=Save changes to {0}?
- #}}}
- #{{{ File changed, still reload dialog
- changedreload.title=File Modified
- changedreload.message=File has been modified since last save;\n\
- If you reload, you will lose those changes. Continue?
- #}}}
- #{{{ Autosave file exists dialog
- autosave-found.title=Autosave File Found
- # {0} - autosave file name
- autosave-found.message=An autosave file {0}\n\
- was found! This probably means that jEdit crashed before you could\n\
- save. Would you like to open the autosave file?
- autosave-loaded.title=Autosave File Loaded
- autosave-loaded.message=The autosave file {0}\n\
- has been loaded. You should now check if it contains your unsaved\n\
- data. If you would like to keep the autosaved changes, save the file.\n\
- If you would like to discard them, select File->Reload.
- #}}}
- #{{{ Save all confirm dialog
- saveall.title=Save All Buffers
- saveall.message=Are you sure you want to save all modified buffers?
- #}}}
- #{{{ Reload all confirm dialog
- reload-all.title=Reload All Buffers
- reload-all.message=Are you sure you want to reload all buffers from disk?\n\
- Unsaved changes in any open buffers WILL BE LOST!
- #}}}
- #{{{ Encoding prompt
- encoding-prompt.title=Open With Other Encoding
- encoding-prompt.message=Character encoding to use:
- #}}}
- #{{{ Macro recording already in progress dialog
- already-recording.title=Already Recording
- already-recording.message=A macro recording is already in progress.
- #}}}
- #{{{ No temporary macro dialog
- no-temp-macro.title=No Temporary Macro
- no-temp-macro.message=No temporary macro has been recorded.
- #}}}
- #{{{ Record macro dialog
- record.title=Record Macro
- record.message=Macro name:
- #}}}
- #{{{ Some features don't work with -nosettings dialog
- no-settings.title=Feature Disabled
- no-settings.message=jEdit was started with the -nosettings switch.\n\
- To use this feature, you must start jEdit without that switch.
- #}}}
- #{{{ Some features don't work with the web start version
- no-webstart.title=Feature Disabled
- no-webstart.message=This feature is not available in the WebStart version\n\
- of jEdit.
- #}}}
- #{{{ Search and replace dialog
- search.title=Search And Replace
- search.find=Search for: (press up arrow to recall previous)
- search.find.mnemonic=s
- search.replace=Replace with:
- search.replace.mnemonic=w
- search.string-replace-btn=Text
- search.beanshell-replace-btn=Return value of a BeanShell snippet
- search.settings=Settings:
- search.keep=Keep dialog
- search.keep.mnemonic=k
- search.case=Ignore case
- search.case.mnemonic=i
- search.regexp=Regular expressions
- search.regexp.mnemonic=x
- search.hypersearch=HyperSearch
- search.hypersearch.mnemonic=h
- search.wrap=Auto wrap
- search.wrap.mnemonic=t
- search.direction=Direction:
- search.back=Backward
- search.back.mnemonic=b
- search.forward=Forward
- search.forward.mnemonic=o
- search.fileset=Search in:
- search.selection=Selection
- search.selection.mnemonic=n
- search.current=Current buffer
- search.current.mnemonic=c
- search.all=All buffers
- search.all.mnemonic=l
- search.directory=Directory:
- search.directory.mnemonic=d
- search.directoryField=Directory:
- search.directoryField.mnemonic=y
- search.filterField=Filter:
- search.filterField.mnemonic=f
- search.subdirs=Search subdirectories
- search.subdirs.mnemonic=u
- search.choose=Choose...
- search.choose.mnemonic=e
- search.findBtn=Find
- search.replaceAndFindBtn=Replace & Find
- search.replaceAndFindBtn.mnemonic=r
- search.replaceAllBtn=Replace All
- search.replaceAllBtn.mnemonic=a
- # Beep when searching automatically wraps?
- search.beepOnSearchAutoWrap=false
- #}}}
- #{{{ Keep searching dialog
- keepsearching.title=No More Matches Found
- keepsearching.message=No more matches were found. Continue search from\n\
- {0,choice,0#beginning|1#end}?
- #}}}
- #{{{ HyperSearch results dialog
- hypersearch-results.title=HyperSearch Results
- hypersearch-results.result-caption={0} ({1} occurrence(s) in {2} file(s))
- hypersearch-results.remove-node=Remove Node
- hypersearch-results.clear.label=Remove All Nodes
- hypersearch-results.multi.label=Toggle Multiple Results
- hypersearch-results.file-caption={0} ({1} occurrences)
- hypersearch-results.file-caption1={0} (1 occurrence)
- hypersearch-results.searching=Searching...
- hypersearch-results.no-results=Not found.
- hypersearch-results.done=Done.
- hypersearch-status=Searching
- #}}}
- #{{{ Search and replace error dialog
- searcherror.title=Search and Replace Error
- # {0} - error message
- searcherror.message=An error occurred while performing this operation.\n\
- ({0})
- #}}}
- #{{{ Search and replace error dialog
- searcherror-bsh.title=Search and Replace Error
- # {0} - error message
- searcherror-bsh.message=An error occurred while performing this operation.\n\
- ({0})\n\
- \n\
- Make sure the replace mode is set to "Text" if you did not intend\n\
- the replace string to be interpreted as a BeanShell expression.
- #}}}
- #{{{ Empty fileset error dialog
- empty-fileset.title=Empty File Set
- empty-fileset.message=The specified search file set contains no files.\n\
- Please ensure that the file name filter and directory to search\n\
- (if applicable) are set correctly.
- #}}}
- #{{{ Reverse regular expression search not supported dialog
- regexp-reverse.title=Not Supported
- regexp-reverse.message=Cannot search backwards for a regular expression.\n\
- Either search forwards or disable regular expressions.
- #}}}
- #{{{ Can only search local directories dialog
- remote-dir-search.title=Non-Local Directory Chosen
- remote-dir-search.message=You have elected to search a non-local directory.\n\
- This can be very slow due to network latency and so on.\n\
- Are you sure you want to continue?
- #}}}
- #{{{ "Search in selection" active but nothing selected in text area
- search-no-selection.title=Nothing Selected
- search-no-selection.message=Please select some text or deactivate the\n\
- "search in selection" option first.
- #}}}
- #{{{ Paste previous and paste deleted dialogs
- paste-from-list.whitespace=<whitespace>
- paste-previous.title=Paste Previous
- paste-previous.caption=Recently copied and pasted text:
- paste-deleted.title=Paste Deleted
- paste-deleted.caption=Recently deleted text:
- #}}}
- #{{{ File changed on disk dialog
- filechanged-save.title=File Changed on Disk
- filechanged-save.message=The file {0}\n\
- has been modified on disk by another program. Are you sure\n\
- you want to continue saving it?
- #}}}
- #{{{ File exists dialog
- fileexists.title=File Exists
- fileexists.message=The file {0} already exists. Are you sure you want\n\
- to overwrite it?
- #}}}
- #{{{ Select line range dialog
- selectlinerange.title=Select Line Range
- selectlinerange.caption=Select line range:
- selectlinerange.start=Start line:
- selectlinerange.end=End line:
- #}}}
- #{{{ View registers dialog
- view-registers.title=Registers
- view-registers.caption=Register:
- view-registers.clipboard=$ (clipboard)
- view-registers.selection=% (selection)
- view-registers.none=No registers defined
- view-registers.register=Register:
- view-registers.contents=Contents:
- #}}}
- #{{{ Close all buffers dialog
- close.title=Unsaved Changes
- close.caption=The following buffers have unsaved changes:
- close.selectAll=Select All
- close.selectAll.mnemonic=a
- close.save=Save Selected
- close.save.mnemonic=s
- close.discard=Discard Selected
- close.discard.mnemonic=d
- #}}}
- #{{{ Files changed on disk dialog
- files-changed.title=Files Changed on Disk
- files-changed.caption=The following files were changed on disk by another program:
- files-changed.deleted=Deleted on disk; save to recreate:
- files-changed.changed=Automatically reloaded:
- files-changed.changed-dirty=Buffer dirty; not reloaded:
- #}}}
- #{{{ Abbrev dialogs
- add-abbrev.title=Add Abbreviation
- add-abbrev.mode=Add mode-specific
- add-abbrev.global=Add global
- edit-abbrev.title=Edit Abbreviation
- edit-abbrev.duplicate.title=Duplicate Abbreviation
- edit-abbrev.duplicate.message=\
- Another expansion already exists with this abbreviation.\n\
- \n\
- Do you want to override the existing expansion?
- abbrev-editor.abbrev=Abbreviation:
- abbrev-editor.before=Text to insert before caret:
- abbrev-editor.after=Text to insert after caret:
- #}}}
- #{{{ XMode errors
- xmode-error.title=XML Parse Error
- # {2} is the column number, but it's not too useful so we don't show it
- xmode-error.message=An error occurred while parsing {0}, line {1}:\n\
- {3}
- xmode-error.dtd=The DTD could not be loaded\n({0})
- xmode-error.termchar-invalid=The value of the AT_CHAR attribute is invalid ({0})
- xmode-error.doctype-invalid=Expected a document type of MODE, found {0}
- xmode-error.empty-tag=The {0} tag cannot be empty
- xmode-error.token-invalid=The token type {0} is invalid
- xmode-error.empty-keyword=The keyword text cannot be empty
- xmode-error.regexp=Invalid regular expression\n({0})
- xmode-error.hash-char-invalid=HASH_CHAR must be exactly one character
- xmode-error.delegate-invalid=Invalid delegate: {0}
- #}}}
- #{{{ JARClassLoader errors
- plugin-error.title=Plugin Error
- plugin-error.caption=The following plugins could not be loaded:
- plugin-error.caption-1=The following plugin could not be loaded:
- plugin-error.load-error=Cannot load: {0}\n\
- The most likely reason is that the JAR file is corrupt; try\n\
- reinstalling it. See Utilities->Troubleshooting->Activity Log\n\
- for a full stack trace.
- plugin-error.start-error=Cannot start: {0}\n\
- Try updating to a newer version of the plugin.
- plugin-error.already-loaded=Two copies installed. Please remove one of the \
- two copies.
- plugin-error.dep-jdk=Requires Java {0} or later, but you only have version {1}.
- plugin-error.dep-jedit=Requires jEdit {0} or later, but you only have version {1}.\n\
- Download new jEdit versions from <http://www.jedit.org>.
- plugin-error.dep-plugin.no-version=Requires version {0} \
- or later of {1},\n\
- but {1} is not installed.
- plugin-error.dep-plugin.broken=Requires {0}, but {0}\n\
- could not be loaded.
- plugin-error.dep-plugin=Requires version {0} or later of {1}, \
- but you only have {1} version {2}.
- plugin-error.dep-class=Requires the class {0}.\n\
- Try installing the appropriate plugin or class library.
- plugin-error.obsolete=This plugin is obsolete. Please remove it.
- plugin-error.not-42=This plugin does not support dynamic loading.\n\
- You must restart jEdit after removing or installing this plugin.
- #}}}
- #{{{ Macro dialogs
- macro-input.title=Macro Input
- macro-error.title=Macro Error
- macro-message.title=Macro Message
- macro-confirm.title=Macro Confirmation
- #}}}
- #{{{ BeanShell stuff
- beanshell-error.title=BeanShell Error
- beanshell-error.message=A BeanShell error occurred.
- beanshell-eval-input.title=Evaluate BeanShell Expression
- beanshell-eval-input.message=BeanShell expression:\n\
- \n\
- Variables:\n\
- view - The current view instance\n\
- editPane - The current edit pane instance\n\
- textArea - The current text area instance\n\
- buffer - The current buffer
- beanshell-eval.title=BeanShell Evaluation
- beanshell-eval.message={0}
- beanshell-eval-line.title=Evaluate BeanShell Expression
- beanshell-eval-line.message=BeanShell expression to evaluate for each \
- selected line:\n\
- \n\
- Variables:\n\
- line - The index of the line, from the start of the buffer\n\
- index - The index of the line, from the start of the selection\n\
- text - The text of the line\n\
- view - The current view instance\n\
- editPane - The current edit pane instance\n\
- textArea - The current text area instance\n\
- buffer - The current buffer
- #}}}
- #{{{ Macro not recording dialog
- macro-not-recording.title=Not Recording
- macro-not-recording.message=A macro is not currently being recorded.
- #}}}
- #{{{ Large repeat count warning
- large-repeat-count.title=Large Repeat Count
- large-repeat-count.message=Are you sure you want to invoke "{0}" {1} times?
- large-repeat-count.user-input.title=Large Repeat Count
- large-repeat-count.user-input.message=Are you sure you want to insert "{0}" \
- {1} times?
- #}}}
- #{{{ Wrong fold mode dialog
- folding-not-explicit.title=Wrong Fold Mode
- folding-not-explicit.message=This command can only be used in explicit fold mode.
- #}}}
- #{{{ Memory status dialog box
- memory-status.title=Java Heap Memory
- memory-status.gc=Garbage collection released {0} Kb.
- memory-status.use={0} Kb used, {1} Kb total
- #}}}
- #{{{ Multiple I/O request errors
- buffer-multiple-io.title=I/O Error
- buffer-multiple-io.message=Each buffer can only execute one input/output\n\
- operation at a time. Please wait until the current\n\
- operation finishes (or abort it in the I/O progress monitor)\n\
- before starting another one.
- browser-multiple-io.title=I/O Error
- browser-multiple-io.message=Each file system browser can only execute one input/output\n\
- operation at a time. Please wait until the current operation\n\
- finishes (or abort it in the I/O progress monitor) before starting\n\
- another one.
- #}}}
- #{{{ maxLineLen=0 warning
- format-maxlinelen.title=Wrap Margin
- format-maxlinelen.message=The wrap margin must be set to a non-zero value\n\
- for this command to work.
- #}}}
- #}}}
- #{{{ Buffer options dialog
- buffer-options.title=Buffer Options
- buffer-options.caption=This dialog box changes settings for the current buffer\n\
- only. To change settings on an editor-wide basis, see\n\
- the Utilities->Global Options dialog box.
- buffer-options.loading-saving=Loading and Saving
- buffer-options.lineSeparator=Line separator:
- buffer-options.encoding=Character encoding:
- buffer-options.gzipped=GZIP (compress) file on disk
- buffer-options.editing=Editing
- buffer-options.mode=Edit mode:
- #}}}
- #{{{ Global options dialog
- options.title=Options
- options.title-template={0}: {1}
- options.jedit.label=jEdit
- # Option pane to show by default
- options.last=editing
- #{{{ Abbreviations pane
- options.abbrevs.label=Abbreviations
- options.abbrevs.code=new AbbrevsOptionPane();
- options.abbrevs.set=Abbrev set:
- options.abbrevs.expandOnInput=Space bar expands abbrevs
- options.abbrevs.abbrev=Abbrev
- options.abbrevs.expand=Expansion
- options.abbrevs.add=Add...
- options.abbrevs.edit=Edit...
- options.abbrevs.remove=Remove
- #}}}
- #{{{ Appearance pane
- options.appearance.label=Appearance
- options.appearance.code=new AppearanceOptionPane();
- options.appearance.lf.note=Restart jEdit for look & feel changes to take effect
- options.appearance.lf=Swing look & feel:
- options.appearance.primaryFont=Button, menu and label font:
- options.appearance.secondaryFont=List and text field font:
- options.appearance.history=History text field entries to remember:
- options.appearance.menuSpillover=Number of items before menus spill over:
- options.appearance.startup.label=Startup options
- options.appearance.showSplash=Show splash screen on startup
- options.appearance.showTips=Show tips on startup
- options.appearance.experimental.label=Experimental options
- options.appearance.experimental.caption=The below three options might not work \
- correctly with some\n\
- Java versions. If you experience problems, switch them off.
- options.appearance.textColors=Use jEdit text area colors in all text \
- components
- options.appearance.decorateFrames=Draw window borders using Swing look & feel
- options.appearance.decorateDialogs=Draw dialog box borders using Swing look & feel
- #}}}
- #{{{ Autosave & Backup pane
- options.auto-back.label=Autosave & Backup
- options.auto-back.code=new AutosaveBackupOptionPane();
- options.auto-back.autosave=Autosave frequency (secs):
- options.auto-back.backups=Max number of backups:
- options.auto-back.backupDirectory=Backup directory:
- options.auto-back.backupPrefix=Backup filename prefix:
- options.auto-back.backupSuffix=Backup filename suffix:
- options.auto-back.backupEverySave=Backup on every save
- #}}}
- #{{{ Context Menu pane
- options.context.label=Context Menu
- options.context.code=new ContextOptionPane();
- options.context.caption=Items in text area right click menu:
- options.context.add=Add...
- options.context.remove=Remove
- options.context.moveUp=Move Up
- options.context.moveDown=Move Down
- options.context.add.title=Add to Context Menu
- options.context.add.caption=Add to context menu:
- options.context.add.separator=Separator
- options.context.add.action=Command or macro:
- #}}}
- #{{{ Docking pane
- options.docking.label=Docking
- options.docking.code=new DockingOptionPane();
- options.docking.title=Window
- options.docking.dockPosition=Docking position
- #}}}
- #{{{ Editing pane
- options.editing.label=Editing
- options.editing.code=new EditingOptionPane();
- options.editing.defaultMode=Default edit mode:
- options.editing.undoCount=Number of undos:
- options.editing.caption-0=\
- To customize mode-specific settings, select an edit mode\n\
- from the below menu. Currently, global defaults are being\n\
- shown.
- options.editing.caption-1=\
- Uncheck "use default settings" to customize mode-specific\n\
- settings. Otherwise, settings from the <global defaults>\n\
- section will be used.
- options.editing.mode=Change settings for mode:
- options.editing.global=<global defaults>
- options.editing.useDefaults=Use default settings
- options.editing.filenameGlob=File name glob:
- options.editing.firstlineGlob=First line glob:
- options.editing.folding=Folding mode:
- options.editing.collapseFolds=Initially collapse folds with level:
- options.editing.wrap=Word wrap:
- options.editing.maxLineLen=Wrap margin:
- options.editing.tabSize=Tab width:
- options.editing.indentSize=Indent width:
- options.editing.noWordSep=Extra word characters:
- options.editing.noTabs=Soft (emulated with spaces) tabs
- options.editing.deepIndent=Deep indent
- #}}}
- #{{{ General pane
- options.general.label=General
- options.general.code=new GeneralOptionPane();
- options.general.encoding=Default character encoding:
- options.general.lineSeparator=Default line separator:
- options.general.recentFiles=Recent files to remember:
- options.general.sortRecent=Sort recent file list
- options.general.saveCaret=Save caret positions in recent file list
- options.general.persistentMarkers=Save marker positions
- options.general.restore=Restore previously open files on startup
- options.general.restore.cli=... even if file names were specified on the \
- command line
- options.general.sortBuffers=Sort buffer list (takes effect after restart)
- options.general.sortByName=Sort buffer list by file name, instead of path name
- options.general.checkModStatus=Warn if file is modified on disk by another program
- options.general.twoStageSave=Two-stage save (safer but resets file owner on Unix)
- options.general.confirmSaveAll="Save All Buffers" asks for confirmation
- options.general.stripTrailingEOL=Hide final end of line (if any)
- #}}}
- #{{{ Gutter pane
- options.gutter.label=Gutter
- options.gutter.code=new GutterOptionPane();
- options.gutter.lineNumbers=Line numbering
- options.gutter.font=Gutter font:
- options.gutter.foreground=Line number color:
- options.gutter.background=Background color:
- options.gutter.borderWidth=Gutter border width:
- options.gutter.numberAlignment=Line number alignment:
- options.gutter.interval-1=Highlight every\
- options.gutter.interval-2=lines:
- options.gutter.currentLineHighlight=Highlight current line:
- options.gutter.structureHighlight=Show structure scope:
- options.gutter.markerHighlight=Show marker positions:
- options.gutter.foldColor=Fold markers:
- options.gutter.focusBorderColor=Focused gutter border:
- options.gutter.noFocusBorderColor=Unfocused gutter border:
- #}}}
- #{{{ Mouse pane
- options.mouse.label=Mouse
- options.mouse.code=new MouseOptionPane();
- options.mouse.dragAndDrop=Drag and drop in text area
- options.mouse.joinNonWordChars=Double-click drag joins non-alphanumeric \
- characters
- options.mouse.middleMousePaste=Quick copy using middle mouse button
- options.mouse.gutter.foldClick=Click in gutter:
- options.mouse.gutter.SfoldClick=Shift-click in gutter:
- options.mouse.gutter.toggle-fold=Collapse/expand fold
- options.mouse.gutter.toggle-fold-fully=Collapse/expand fold fully
- #}}}
- #{{{ Plugin Manager pane
- options.plugin-manager.label=Plugin Manager
- options.plugin-manager.code=new PluginManagerOptionPane();
- options.plugin-manager.updateMirrors=Update mirror list
- options.plugin-manager.downloadSource=Download plugin source code
- options.plugin-manager.deleteDownloads=Delete archives from download \
- directory after install
- options.plugin-manager.mirror=Preferred download mirror:
- options.plugin-manager.location=Install plugins in:
- options.plugin-manager.settings-dir=jEdit settings directory
- options.plugin-manager.app-dir=jEdit application directory
- options.plugin-manager.none=Plugin Central default
- #}}}
- #{{{ Printing pane
- options.print.label=Printing
- options.print.code=new PrintOptionPane();
- options.print.font=Print font:
- options.print.fontstyle=Print font style:
- options.print.fontsize=Print font size:
- options.print.header=Print a header with the file name
- options.print.footer=Print a footer with the date, time and page number
- options.print.lineNumbers=Print line numbers
- options.print.color=Color printing
- options.print.tabSize=Tab width when printing:
- options.print.workarounds=Workarounds for Java bugs
- options.print.glyphVector=Print spacing workaround (increases spool file size)
- options.print.force13=Use old printing API (enable this if jEdit hangs when \
- printing)
- #}}}
- #{{{ Proxy pane
- options.firewall.label=Proxy Servers
- options.firewall.code=new FirewallOptionPane();
- options.firewall.http.enabled=Use HTTP proxy server
- options.firewall.http.host=HTTP proxy host:
- options.firewall.http.port=HTTP proxy port:
- options.firewall.http.user=Username:
- options.firewall.http.password=Password:
- options.firewall.http.nonProxy=Connect directly to:
- options.firewall.socks.enabled=Use SOCKS proxy server
- options.firewall.so…