⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jedit_gui.props

📁 开源的java 编辑器源代码
💻 PROPS
📖 第 1 页 / 共 5 页
字号:
	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 Moss\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\	Justin Dieters\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\	Magnus Henriksson\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\	Mirco Bova\n\	Nils Krahnstoever\n\	Nitsan Vardi\n\	Ollie Rutherfurd\n\	Patrick Tingen\n\	Peter Cox\n\	Peter Graves\n\	Philipp Janda\n\	Phillip Mateescu\n\	Ralf Engels\n\	Randolf Mock\n\	Randy Hudson\n\	Rex Young\n\	Richard Ashwell\n\	Richard Beton\n\	Rick Gibbs\n\	Rick Owen\n\	Robert McKinnon\n\	Robert Swarr\n\	Romain Guy\n\	Rudolf Widmann\n\	Ryan Fowler\n\	Ryan Grove\n\	Saimon Moore\n\	Satguru Srivastava\n\	Scott Allen\n\	Scott Willy\n\	Scott Wyatt\n\	Sebastien Pierre\n\	Sergey Udaltsov\n\	Silas Smith\n\	Stefan Kost\n\	Stefano Maestri\n\	Stephen Bartlett\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\	Trevor Harmon\n\	Vicente Salvador\n\	Vinod Kiran\n\	Will Sargent\n\	Will Varfar\n\	Wiktor Adamski\n\	Wojciech Stryjewski\n\	Wolfgang Chico-T鰌fer\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 errorserror-list.plugin-manager=Plugin Manager#}}}#{{{ I/O error dialog boxioerror.title=I/O Errorioerror.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 boxesioerror.message=An I/O error occurred ({0})read-error.title=Read Error# {0} - the path name {1} - the error messageread-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 messagewrite-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 messagedirectory-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 namedirectory-error-nomsg.message=The directory {0}\n\	could not be listed due to an I/O error.encoding-error.title=Incompatible Encodingencoding-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 Directoryopen-directory.message={0} is a directory.\n\	Directories cannot be opened for editing.save-directory.title=Cannot Save Directorysave-directory.message={0} is a directory.\n\	Buffers cannot be saved over directories.no-read.title=Cannot Open Fileno-read.message=Cannot read from {0}.\n\	This probably means you have insufficent permissions.no-write.title=Cannot Save Fileno-write.message=Cannot save to {0}.\n\	This probably means you have insufficent permissions.badurl.title=Invalid URL# {0} - the URL# {1} - the errorbadurl.message=The following URL is invalid: {0}\n	({1})#}}}#{{{ Go to line dialoggoto-line.title=Go To Linegoto-line.message=Go to line:#}}}#{{{ Word count dialogwordcount.title=Word Count# {0} - characters# {1} - words# {2} - lineswordcount.message=Characters: {0}\nWords: {1}\nLines: {2}#}}}#{{{ Set marker dialogsetmarker.title=Set Markersetmarker.message=Marker name:#}}}#{{{ File not saved dialognotsaved.title=File Not Saved# {0} - file namenotsaved.message=Save changes to {0}?#}}}#{{{ File changed, still reload dialogchangedreload.title=File Modifiedchangedreload.message=File has been modified since last save;\n\	If you reload, you will lose those changes. Continue?#}}}#{{{ Autosave file exists dialogautosave-found.title=Autosave File Found# {0} - autosave file nameautosave-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 Loadedautosave-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 dialogsaveall.title=Save All Bufferssaveall.message=Are you sure you want to save all modified buffers?#}}}#{{{ Reload all confirm dialogreload-all.title=Reload All Buffersreload-all.message=Are you sure you want to reload all buffers from disk?\n\	Unsaved changes in any open buffers WILL BE LOST!#}}}#{{{ Encoding promptencoding-prompt.title=Open With Other Encodingencoding-prompt.message=Character encoding to use:#}}}#{{{ Macro recording already in progress dialogalready-recording.title=Already Recordingalready-recording.message=A macro recording is already in progress.#}}}#{{{ No temporary macro dialogno-temp-macro.title=No Temporary Macrono-temp-macro.message=No temporary macro has been recorded.#}}}#{{{ Record macro dialogrecord.title=Record Macrorecord.message=Macro name:#}}}#{{{ Some features don't work with -nosettings dialogno-settings.title=Feature Disabledno-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 versionno-webstart.title=Feature Disabledno-webstart.message=This feature is not available in the WebStart version\n\	of jEdit.#}}}#{{{ Search and replace dialogsearch.title=Search And Replacesearch.find=Search for: (press up arrow to recall previous)search.find.mnemonic=ssearch.replace=Replace with:search.replace.mnemonic=wsearch.string-replace-btn=Textsearch.beanshell-replace-btn=Return value of a BeanShell snippetsearch.settings=Settings:search.keep=Keep dialogsearch.keep.mnemonic=ksearch.case=Ignore casesearch.case.mnemonic=isearch.regexp=Regular expressionssearch.regexp.mnemonic=xsearch.hypersearch=HyperSearchsearch.hypersearch.mnemonic=hsearch.wrap=Auto wrapsearch.wrap.mnemonic=tsearch.direction=Direction:search.back=Backwardsearch.back.mnemonic=bsearch.forward=Forwardsearch.forward.mnemonic=osearch.fileset=Search in:search.selection=Selectionsearch.selection.mnemonic=nsearch.current=Current buffersearch.current.mnemonic=csearch.all=All bufferssearch.all.mnemonic=lsearch.directory=Directory:search.directory.mnemonic=dsearch.directoryField=Directory:search.directoryField.mnemonic=ysearch.filterField=Filter:search.filterField.mnemonic=fsearch.subdirs=Search subdirectoriessearch.subdirs.mnemonic=usearch.choose=Choose...search.choose.mnemonic=esearch.synchronize=Synchronizesearch.synchronize.mnemonic=zsearch.findBtn=Findsearch.replaceAndFindBtn=Replace & Findsearch.replaceAndFindBtn.mnemonic=rsearch.replaceAllBtn=Replace Allsearch.replaceAllBtn.mnemonic=a# Beep when searching automatically wraps?search.beepOnSearchAutoWrap=false#}}}#{{{ Keep searching dialogkeepsearching.title=No More Matches Foundkeepsearching.message=No more matches were found. Continue search from\n\	{0,choice,0#beginning|1#end}?#}}}#{{{ HyperSearch results dialoghypersearch-results.title=HyperSearch Resultshypersearch-results.result-caption={0} ({1} occurrence(s) in {2} file(s))hypersearch-results.remove-node=Remove Nodehypersearch-results.clear.label=Remove All Nodeshypersearch-results.multi.label=Toggle Multiple Resultshypersearch-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 dialogsearcherror.title=Search and Replace Error# {0} - error messagesearcherror.message=An error occurred while performing this operation.\n\	({0})#}}}#{{{ Search and replace error dialogsearcherror-bsh.title=Search and Replace Error# {0} - error messagesearcherror-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 dialogempty-fileset.title=Empty File Setempty-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 dialogregexp-reverse.title=Not Supportedregexp-reverse.message=Cannot search backwards for a regular expression.\n\	Either search forwards or disable regular expressions.#}}}#{{{ Can only search local directories dialogremote-dir-search.title=Non-Local Directory Chosenremote-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 areasearch-no-selection.title=Nothing Selectedsearch-no-selection.message=Please select some text or deactivate the\n\

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -